COLOR #D9E9CD

HEX: #D9E9CD RGB: (217,233,205)

Color info

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

RGB color model

#D9E9CD color RGB value is (217,233,205).

RGB: (217,233,205) (85%, 91%, 80%)

RGB channels and saturation

R 217 of 255 = 85%
G 233 of 255 = 91%
B 205 of 255 = 80%

217
233
205

R + G + B ~ 85%. #D9E9CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 233 + 205 = 655 (100%)
R 217 of 655 ~ 33.13%
G 233 of 655 ~ 35.57%
B 205 of 655 ~ 31.3'%

%33.13
%35.57
%31.3

CMYK color model

#D9E9CD color CMYK value is (7,0,12,9).

  • cyan value is 6.87%
  • magenta value is 0.00%
  • yellow value is 12.02%
  • key color value is 8.63%
CMYK: (7,0,12,9) C7M0Y12K9 (7%,0%,12%,9%) (0.07/0.00/0.12/0.09) 

CMYK percentages

%6.87
%0
%12.02
%8.63

Codes

Color #D9E9CD in popluar color models

D9 E9 CD
RGB 217 233 205
HSL 94° 38.89% 85.88%
HSB/HSV 94° 12.02% 91.37%
CMYK 6.87% 0.00% 12.02%
8.63%

Color #D9E9CD in popluar number systems.

HEX D9 E9 CD
Decimal 217 233 205
Binary 11011001 11101001 11001101
Octal 331 351 315

Shades and tints

Shades of #D9E9CD

#D9E9CD
(217,233,205)
#C6D4BB
(198,212,187)
#B3BFA9
(179,191,169)
#A0AA97
(160,170,151)
#8D9585
(141,149,133)
#7A8073
(122,128,115)
#676B61
(103,107,97)
#54564F
(84,86,79)
#41413D
(65,65,61)
#2E2C2B
(46,44,43)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #D9E9CD

#D9E9CD
(217,233,205)
#DCEBD1
(220,235,209)
#DFEDD5
(223,237,213)
#E2EFD9
(226,239,217)
#E5F1DD
(229,241,221)
#E8F3E1
(232,243,225)
#EBF5E5
(235,245,229)
#EEF7E9
(238,247,233)
#F1F9ED
(241,249,237)
#F4FBF1
(244,251,241)
#F7FDF5
(247,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E9CD color. Also use rgb(217,233,205) instead hex code.

Text Font Color

.myTextColor { color: #D9E9CD; }

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

This text font color is #D9E9CD.

Background Color

.myBgColor { background-color: #D9E9CD; }

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

This div background color is #D9E9CD.

Border color

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

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

This div border color is #D9E9CD.

Opacity

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

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

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

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

This text has shadow with #D9E9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9E9CD.

Preview

Color preview on black background

This text has color #D9E9CD on black background.


Color preview on white background

This text has color #D9E9CD on white background.


Black color preview on #D9E9CD background

This text has black color on #D9E9CD background.


White color preview on #D9E9CD background

This text has white color on #D9E9CD background.


Related colors

Complementary color

Complementary color for #hex is #261632.


I love getcolorcode.com

Triadic colors

1 #CDD9E9 and #E9CDD9 with #D9E9CD are triadic colors.

2 #CDE9D9 and #E9D9CD with #D9E9CD are triadic colors.