color details

Color Details
#d6e1dc Color Hex

#d6e1dc color RGB value is (13, 110, 29).
#d6e1dc hex color red value is 13, green value is 110, and blue value is 29.
Cylindrical-coordinate representations (HSL) of color #d6e1dc hue: 129.9, saturation: 0.79 and lightness: 0.24.

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

Color Spaces
Color spaces of #d6e1dcValue
RGB214, 225, 220
HSL0.42, 0.15, 0.86
HSV153°, 5°, 88°
XYZ67.57, 73.31, 78.29
Base Numbers
Base Red Green Blue
Binary 11010110 11100001 11011100
Octal 326 341 334
Decimal 214 225 220
Hex D6 E1 DC

RGB Percentages for Color #d6e1dc

32.47%
34.14%
33.38%

CMYK Percentages of the Color #d6e1dc

4.89%
2.22%
11.76%
CSS Codes for Color #d6e1dc
.mybgColor {background-color: #d6e1dc;}
.myforeColor {color: #d6e1dc;}
.myborderColor {border:3px solid #d6e1dc;}
Text Font Color #d6e1dc

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top