#D2D6D2 color RGB value is (13, 45, 109).
#D2D6D2 hex color red value is 13, green value is 45, and blue value is 109.
Cylindrical-coordinate representations (HSL) of color #D2D6D2
hue: 220,
saturation: 0.79 and lightness: 0.24.
The process color (four-color CMYK) of #D2D6D2 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #D2D6D2 is #ff9999. Color #D2D6D2 contains mainly RED.
Color spaces of #D2D6D2 | Value |
---|---|
RGB | 210, 214, 210 |
HSL | 0.33, 0.05, 0.83 |
HSV | 120°, 2°, 84° |
XYZ | 62.26, 66.45, 70.51 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 11010110 | 11010010 |
Octal | 322 | 326 | 322 |
Decimal | 210 | 214 | 210 |
Hex | D2 | D6 | D2 |
Shades of #D2D6D2
Tints of #D2D6D2
.mybgColor {background-color: #D2D6D2;} .myforeColor {color: #D2D6D2;} .myborderColor {border:3px solid #D2D6D2;}
<p style="color:#D2D6D2">Text here</p>
This sample text is styled with the font color #D2D6D2. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#D2D6D2">Div content here</div>
<div style="border:3px solid #D2D6D2">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210, 214, 210, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #D2D6D2; } .divShadow { -moz-box-shadow: 1px 1px 3px #D2D6D2; -webkit-box-shadow: 1px 1px 3px #D2D6D2; box-shadow: 1px 1px 3px #D2D6D2; }
<p style="text-shadow: 4px 4px 2px rgba(210, 214, 210, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #D2D6D2;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #D2D6D2;
-webkit-box-shadow: 1px 1px 3px #D2D6D2;
box-shadow: 1px 1px 3px #D2D6D2;">Div content here</div>