COLOR #D9EEDC

HEX: #D9EEDC
RGB: (217,238,220)

Color info

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

RGB color model

#D9EEDC color RGB value is (217,238,220).

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

RGB channels and saturation

R 217 of 255 = 85%
G 238 of 255 = 93%
B 220 of 255 = 86%

217
238
220

R + G + B ~ 88%. #D9EEDC is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 238 + 220 = 675 (100%)
R 217 of 675 ~ 32.15%
G 238 of 675 ~ 35.26%
B 220 of 675 ~ 32.59%

%32.15
%35.26
%32.59

CMYK color model

#D9EEDC color CMYK value is (9,0,8,7).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 6.67%
CMYK:
(9,0,8,7)
C9M0Y8K7 
(9%,0%,8%,7%)
(0.09/0.00/0.08/0.07)	

CMYK percentages

%8.82
%0
%7.56
%6.67

Codes

Color #D9EEDC in popluar color models

D9EEDC
RGB217238220
HSL129°38.18%89.22%
HSB/HSV129°8.82%93.33%
CMYK8.82%0.00%7.56%
6.67%

Color #D9EEDC in popluar number systems.

HEXD9EEDC
Decimal217238220
Binary110110011110111011011100
Octal331356334

Shades and tints

Shades of #D9EEDC

#D9EEDC
(217,238,220)
#C6D9C8
(198,217,200)
#B3C4B4
(179,196,180)
#A0AFA0
(160,175,160)
#8D9A8C
(141,154,140)
#7A8578
(122,133,120)
#677064
(103,112,100)
#545B50
(84,91,80)
#41463C
(65,70,60)
#2E3128
(46,49,40)
#1B1C14
(27,28,20)
#000000
(0,0,0)

Tints of #D9EEDC

#D9EEDC
(217,238,220)
#DCEFDF
(220,239,223)
#DFF0E2
(223,240,226)
#E2F1E5
(226,241,229)
#E5F2E8
(229,242,232)
#E8F3EB
(232,243,235)
#EBF4EE
(235,244,238)
#EEF5F1
(238,245,241)
#F1F6F4
(241,246,244)
#F4F7F7
(244,247,247)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EEDC; }

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

This text font color is #D9EEDC.


Background Color

.myBgColor { background-color: #D9EEDC; }

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

This div background color is #D9EEDC.


Border color

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

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

This div border color is #D9EEDC.


Opacity

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

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

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

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

This text has shadow with #D9EEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EEDC on black background.


Color preview on white background

This text has color #D9EEDC on white background.



Black color preview on #D9EEDC background

This text has black color on #D9EEDC background.


White color preview on #D9EEDC background

This text has white color on #D9EEDC background.