COLOR #D8E7DC

HEX: #D8E7DC RGB: (216,231,220)

Color info

#D8E7DC contains red, green and blue colors in about the same proportion. Web safe color of #D8E7DC is #CCFFCC (or #CFC).

RGB color model

#D8E7DC color RGB value is (216,231,220).

RGB: (216,231,220) (85%, 91%, 86%)

RGB channels and saturation

R 216 of 255 = 85%
G 231 of 255 = 91%
B 220 of 255 = 86%

216
231
220

R + G + B ~ 87%. #D8E7DC is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 231 + 220 = 667 (100%)
R 216 of 667 ~ 32.38%
G 231 of 667 ~ 34.63%
B 220 of 667 ~ 32.98'%

%32.38
%34.63
%32.98

CMYK color model

#D8E7DC color CMYK value is (6,0,5,9).

  • cyan value is 6.49%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 9.41%

CMYK: (6,0,5,9)
C6M0Y5K9 (6%, 0%, 5%, 9%)
(0.06 / 0.00 / 0.05 / 0.09)

CMYK percentages

%6.49
%0
%4.76
%9.41

Codes

Color #D8E7DC in popluar color models

D8 E7 DC
RGB 216 231 220
HSL 136° 23.81% 87.65%
HSB/HSV 136° 6.49% 90.59%
CMYK 6.49% 0.00% 4.76%
9.41%

Color #D8E7DC in popluar number systems.

HEX D8 E7 DC
Decimal 216 231 220
Binary 11011000 11100111 11011100
Octal 330 347 334

Shades and tints

Shades of #D8E7DC

#D8E7DC
(216,231,220)
#C5D2C8
(197,210,200)
#B2BDB4
(178,189,180)
#9FA8A0
(159,168,160)
#8C938C
(140,147,140)
#797E78
(121,126,120)
#666964
(102,105,100)
#535450
(83,84,80)
#403F3C
(64,63,60)
#2D2A28
(45,42,40)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #D8E7DC

#D8E7DC
(216,231,220)
#DBE9DF
(219,233,223)
#DEEBE2
(222,235,226)
#E1EDE5
(225,237,229)
#E4EFE8
(228,239,232)
#E7F1EB
(231,241,235)
#EAF3EE
(234,243,238)
#EDF5F1
(237,245,241)
#F0F7F4
(240,247,244)
#F3F9F7
(243,249,247)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E7DC color. Also use rgb(216,231,220) instead hex code.

Text Font Color

.myTextColor { color: #D8E7DC; }

<p style="color:#D8E7DC">This sample text font color is #D8E7DC.</p>

This text font color is #D8E7DC.

Background Color

.myBgColor { background-color: #D8E7DC; }

<div style="background-color:#D8E7DC">Inner text</div>

This div background color is #D8E7DC.

Border color

.myBorderColor { border: 1px solid #D8E7DC; }

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

This div border color is #D8E7DC.

Opacity

.myOpacity80 { color: #D8E7DC; opacity: 0.8; }

<p style="color:#D8E7DC;opacity:0.8;">80%</p>

Text with #D8E7DC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D8E7DC;}

<p style="text-shadow: 3px 3px 1px #D8E7DC">Text here.</p>

This text has shadow with #D8E7DC color.


.textShadow {text-shadow: 3px 3px 1px #D8E7DC', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D8E7DC, 5px 5px 20px red">Text here.</p>

This text has shadow with #D8E7DC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D8E7DC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D8E7DC, Direction=45, Strength=4)">Text</p>

This text has shadow with #D8E7DC and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D8E7DC;
-webkit-box-shadow: 1px 1px 3px 2px #D8E7DC;
box-shadow: 1px 1px 3px 2px #D8E7DC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D8E7DC; -webkit-box-shadow: 1px 1px 3px 2px #D8E7DC; box-shadow:1px 1px 3px 2px #D8E7DC;">
Div content here
</div>

This div box has shadow with color #D8E7DC.

Preview

Color preview on black background

This text has color #D8E7DC on black background.


Color preview on white background

This text has color #D8E7DC on white background.


Black color preview on #D8E7DC background

This text has black color on #D8E7DC background.


White color preview on #D8E7DC background

This text has white color on #D8E7DC background.


Related colors

Complementary color

Complementary color for #hex is #271823.


I love getcolorcode.com

Triadic colors

1 #DCD8E7 and #E7DCD8 with #D8E7DC are triadic colors.

2 #DCE7D8 and #E7D8DC with #D8E7DC are triadic colors.