COLOR #D9EECD

HEX: #D9EECD
RGB: (217,238,205)

Color info

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

RGB color model

#D9EECD color RGB value is (217,238,205).

  • red value is 217;
  • green value is 238;
  • blue value is 205.
RGB:
(217,238,205)
(85%,93%,80%)

RGB channels and saturation

R 217 of 255 = 85%
G 238 of 255 = 93%
B 205 of 255 = 80%

217
238
205

R + G + B ~ 86%. #D9EECD is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 238 + 205 = 660 (100%)
R 217 of 660 ~ 32.88%
G 238 of 660 ~ 36.06%
B 205 of 660 ~ 31.06%

%32.88
%36.06
%31.06

CMYK color model

#D9EECD color CMYK value is (9,0,14,7).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 13.87%
  • key color value is 6.67%
CMYK:
(9,0,14,7)
C9M0Y14K7 
(9%,0%,14%,7%)
(0.09/0.00/0.14/0.07)	

CMYK percentages

%8.82
%0
%13.87
%6.67

Codes

Color #D9EECD in popluar color models

D9EECD
RGB217238205
HSL98°49.25%86.86%
HSB/HSV98°13.87%93.33%
CMYK8.82%0.00%13.87%
6.67%

Color #D9EECD in popluar number systems.

HEXD9EECD
Decimal217238205
Binary110110011110111011001101
Octal331356315

Shades and tints

Shades of #D9EECD

#D9EECD
(217,238,205)
#C6D9BB
(198,217,187)
#B3C4A9
(179,196,169)
#A0AF97
(160,175,151)
#8D9A85
(141,154,133)
#7A8573
(122,133,115)
#677061
(103,112,97)
#545B4F
(84,91,79)
#41463D
(65,70,61)
#2E312B
(46,49,43)
#1B1C19
(27,28,25)
#000000
(0,0,0)

Tints of #D9EECD

#D9EECD
(217,238,205)
#DCEFD1
(220,239,209)
#DFF0D5
(223,240,213)
#E2F1D9
(226,241,217)
#E5F2DD
(229,242,221)
#E8F3E1
(232,243,225)
#EBF4E5
(235,244,229)
#EEF5E9
(238,245,233)
#F1F6ED
(241,246,237)
#F4F7F1
(244,247,241)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EECD; }

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

This text font color is #D9EECD.


Background Color

.myBgColor { background-color: #D9EECD; }

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

This div background color is #D9EECD.


Border color

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

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

This div border color is #D9EECD.


Opacity

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

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

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

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

This text has shadow with #D9EECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EECD on black background.


Color preview on white background

This text has color #D9EECD on white background.



Black color preview on #D9EECD background

This text has black color on #D9EECD background.


White color preview on #D9EECD background

This text has white color on #D9EECD background.