#d9b2bc color RGB value is (13, 155, 43).
#d9b2bc hex color red value is 13, green value is 155, and blue value is 43.
Cylindrical-coordinate representations (HSL) of color #d9b2bc
hue: 132.68,
saturation: 0.85 and lightness: 0.33.
The process color (four-color CMYK) of #d9b2bc color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #d9b2bc is #ff9999. Color #d9b2bc contains mainly RED.
| Color spaces of #d9b2bc | Value |
|---|---|
| RGB | 217, 178, 188 |
| HSL | 0.96, 0.34, 0.77 |
| HSV | 345°, 18°, 85° |
| XYZ | 53.61, 50.23, 54.44 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11011001 | 10110010 | 10111100 |
| Octal | 331 | 262 | 274 |
| Decimal | 217 | 178 | 188 |
| Hex | D9 | B2 | BC |
Shades of #d9b2bc
Tints of #d9b2bc
.mybgColor {background-color: #d9b2bc;}
.myforeColor {color: #d9b2bc;}
.myborderColor {border:3px solid #d9b2bc;}
<p style="color:#d9b2bc">Text here</p>
This sample text is styled with the font color #d9b2bc. 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:#d9b2bc">Div content here</div>
<div style="border:3px solid #d9b2bc">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(217, 178, 188, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #d9b2bc; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #d9b2bc;
-webkit-box-shadow: 1px 1px 3px #d9b2bc;
box-shadow: 1px 1px 3px #d9b2bc; }
<p style="text-shadow: 4px 4px 2px rgba(217, 178, 188, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #d9b2bc;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #d9b2bc;
-webkit-box-shadow: 1px 1px 3px #d9b2bc;
box-shadow: 1px 1px 3px #d9b2bc;">Div content here</div>
