color details

Color Details
#D2D6D2 Color Hex

#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
Color spaces of #D2D6D2Value
RGB210, 214, 210
HSL0.33, 0.05, 0.83
HSV120°, 2°, 84°
XYZ62.26, 66.45, 70.51
Base Numbers
Base Red Green Blue
Binary 11010010 11010110 11010010
Octal 322 326 322
Decimal 210 214 210
Hex D2 D6 D2

RGB Percentages for Color #D2D6D2

33.12%
33.75%
33.12%

CMYK Percentages of the Color #D2D6D2

1.87%
1.87%
16.08%
CSS Codes for Color #D2D6D2
.mybgColor {background-color: #D2D6D2;}
.myforeColor {color: #D2D6D2;}
.myborderColor {border:3px solid #D2D6D2;}
Text Font Color #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,

Background Color #D2D6D2

<div style="background-color:#D2D6D2">Div content here</div>

The background color of this div is #D2D6D2
Border Color #D2D6D2

<div style="border:3px solid #D2D6D2">Div here</div>

The border color of this div is #D2D6D2
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210, 214, 210, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #D2D6D2;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #D2D6D2
Scroll to Top