color details

Color Details
#d9b2bc Color Hex

#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
Color spaces of #d9b2bcValue
RGB217, 178, 188
HSL0.96, 0.34, 0.77
HSV345°, 18°, 85°
XYZ53.61, 50.23, 54.44
Base Numbers
Base Red Green Blue
Binary 11011001 10110010 10111100
Octal 331 262 274
Decimal 217 178 188
Hex D9 B2 BC

RGB Percentages for Color #d9b2bc

37.22%
30.53%
32.25%

CMYK Percentages of the Color #d9b2bc

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

Background Color #d9b2bc

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(217, 178, 188, 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 #d9b2bc;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #d9b2bc

Scroll to Top