COLOR #D9E7DC

HEX: #D9E7DC RGB: (217,231,220)

Color info

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

RGB color model

#D9E7DC color RGB value is (217,231,220).

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

RGB channels and saturation

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

217
231
220

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

Portions of RGB colors in percentages

R + G + B = 217 + 231 + 220 = 668 (100%)
R 217 of 668 ~ 32.49%
G 231 of 668 ~ 34.58%
B 220 of 668 ~ 32.93'%

%32.49
%34.58
%32.93

CMYK color model

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

  • cyan value is 6.06%
  • 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.06
%0
%4.76
%9.41

Codes

Color #D9E7DC in popluar color models

D9 E7 DC
RGB 217 231 220
HSL 133° 22.58% 87.84%
HSB/HSV 133° 6.06% 90.59%
CMYK 6.06% 0.00% 4.76%
9.41%

Color #D9E7DC in popluar number systems.

HEX D9 E7 DC
Decimal 217 231 220
Binary 11011001 11100111 11011100
Octal 331 347 334

Shades and tints

Shades of #D9E7DC

#D9E7DC
(217,231,220)
#C6D2C8
(198,210,200)
#B3BDB4
(179,189,180)
#A0A8A0
(160,168,160)
#8D938C
(141,147,140)
#7A7E78
(122,126,120)
#676964
(103,105,100)
#545450
(84,84,80)
#413F3C
(65,63,60)
#2E2A28
(46,42,40)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #D9E7DC

#D9E7DC
(217,231,220)
#DCE9DF
(220,233,223)
#DFEBE2
(223,235,226)
#E2EDE5
(226,237,229)
#E5EFE8
(229,239,232)
#E8F1EB
(232,241,235)
#EBF3EE
(235,243,238)
#EEF5F1
(238,245,241)
#F1F7F4
(241,247,244)
#F4F9F7
(244,249,247)
#F7FBFA
(247,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E7DC; }

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

This text font color is #D9E7DC.

Background Color

.myBgColor { background-color: #D9E7DC; }

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

This div background color is #D9E7DC.

Border color

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

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

This div border color is #D9E7DC.

Opacity

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

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

Text with #D9E7DC 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 #D9E7DC;}

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

This text has shadow with #D9E7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9E7DC.

Preview

Color preview on black background

This text has color #D9E7DC on black background.


Color preview on white background

This text has color #D9E7DC on white background.


Black color preview on #D9E7DC background

This text has black color on #D9E7DC background.


White color preview on #D9E7DC background

This text has white color on #D9E7DC background.


Related colors

Complementary color

Complementary color for #hex is #261823.


I love getcolorcode.com

Triadic colors

1 #DCD9E7 and #E7DCD9 with #D9E7DC are triadic colors.

2 #DCE7D9 and #E7D9DC with #D9E7DC are triadic colors.