color details

Color Details
#dcb7b3 Color Hex

#dcb7b3 color RGB value is (13, 203, 123).
#dcb7b3 hex color red value is 13, green value is 203, and blue value is 123.
Cylindrical-coordinate representations (HSL) of color #dcb7b3 hue: 154.74, saturation: 0.88 and lightness: 0.42.

The process color (four-color CMYK) of #dcb7b3 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #dcb7b3 is #ff9999. Color #dcb7b3 contains mainly RED.

Color Spaces
Color spaces of #dcb7b3Value
RGB220, 183, 179
HSL0.02, 0.37, 0.78
HSV6°, 19°, 86°
XYZ54.59, 52.34, 49.87
Base Numbers
Base Red Green Blue
Binary 11011100 10110111 10110011
Octal 334 267 263
Decimal 220 183 179
Hex DC B7 B3

RGB Percentages for Color #dcb7b3

37.8%
31.44%
30.76%

CMYK Percentages of the Color #dcb7b3

16.82%
18.64%
13.73%
CSS Codes for Color #dcb7b3
.mybgColor {background-color: #dcb7b3;}
.myforeColor {color: #dcb7b3;}
.myborderColor {border:3px solid #dcb7b3;}
Text Font Color #dcb7b3

<p style="color:#dcb7b3">Text here</p>

This sample text is styled with the font color #dcb7b3. 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 #dcb7b3

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

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

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

The border color of this div is #dcb7b3
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(220, 183, 179, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #dcb7b3;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #dcb7b3;
-webkit-box-shadow: 1px 1px 3px #dcb7b3;
box-shadow: 1px 1px 3px #dcb7b3;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220, 183, 179, 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 #dcb7b3;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #dcb7b3; -webkit-box-shadow: 1px 1px 3px #dcb7b3; box-shadow: 1px 1px 3px #dcb7b3;">Div content here</div>

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

Scroll to Top