#d9d2ce color RGB value is (13, 157, 44).
#d9d2ce hex color red value is 13, green value is 157, and blue value is 44.
Cylindrical-coordinate representations (HSL) of color #d9d2ce
hue: 132.92,
saturation: 0.85 and lightness: 0.33.
The process color (four-color CMYK) of #d9d2ce color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #d9d2ce is #ff9999. Color #d9d2ce contains mainly RED.
Color spaces of #d9d2ce | Value |
---|---|
RGB | 217, 210, 206 |
HSL | 0.06, 0.13, 0.83 |
HSV | 22°, 5°, 85° |
XYZ | 62.8, 65.3, 67.68 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 11010010 | 11001110 |
Octal | 331 | 322 | 316 |
Decimal | 217 | 210 | 206 |
Hex | D9 | D2 | CE |
Shades of #d9d2ce
Tints of #d9d2ce
.mybgColor {background-color: #d9d2ce;} .myforeColor {color: #d9d2ce;} .myborderColor {border:3px solid #d9d2ce;}
<p style="color:#d9d2ce">Text here</p>
This sample text is styled with the font color #d9d2ce. 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:#d9d2ce">Div content here</div>
<div style="border:3px solid #d9d2ce">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217, 210, 206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d9d2ce; } .divShadow { -moz-box-shadow: 1px 1px 3px #d9d2ce; -webkit-box-shadow: 1px 1px 3px #d9d2ce; box-shadow: 1px 1px 3px #d9d2ce; }
<p style="text-shadow: 4px 4px 2px rgba(217, 210, 206, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #d9d2ce;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #d9d2ce;
-webkit-box-shadow: 1px 1px 3px #d9d2ce;
box-shadow: 1px 1px 3px #d9d2ce;">Div content here</div>