COLOR #D9EECC

HEX: #D9EECC
RGB: (217,238,204)

Color info

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

RGB color model

#D9EECC color RGB value is (217,238,204).

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

RGB channels and saturation

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

217
238
204

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

Portions of RGB colors in percentages

R + G + B =
217 + 238 + 204 = 659 (100%)
R 217 of 659 ~ 32.93%
G 238 of 659 ~ 36.12%
B 204 of 659 ~ 30.96%

%32.93
%36.12
%30.96

CMYK color model

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

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • 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
%14.29
%6.67

Codes

Color #D9EECC in popluar color models

D9EECC
RGB217238204
HSL97°50.00%86.67%
HSB/HSV97°14.29%93.33%
CMYK8.82%0.00%14.29%
6.67%

Color #D9EECC in popluar number systems.

HEXD9EECC
Decimal217238204
Binary110110011110111011001100
Octal331356314

Shades and tints

Shades of #D9EECC

#D9EECC
(217,238,204)
#C6D9BA
(198,217,186)
#B3C4A8
(179,196,168)
#A0AF96
(160,175,150)
#8D9A84
(141,154,132)
#7A8572
(122,133,114)
#677060
(103,112,96)
#545B4E
(84,91,78)
#41463C
(65,70,60)
#2E312A
(46,49,42)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #D9EECC

#D9EECC
(217,238,204)
#DCEFD0
(220,239,208)
#DFF0D4
(223,240,212)
#E2F1D8
(226,241,216)
#E5F2DC
(229,242,220)
#E8F3E0
(232,243,224)
#EBF4E4
(235,244,228)
#EEF5E8
(238,245,232)
#F1F6EC
(241,246,236)
#F4F7F0
(244,247,240)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EECC; }

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

This text font color is #D9EECC.


Background Color

.myBgColor { background-color: #D9EECC; }

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

This div background color is #D9EECC.


Border color

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

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

This div border color is #D9EECC.


Opacity

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

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

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

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

This text has shadow with #D9EECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EECC on black background.


Color preview on white background

This text has color #D9EECC on white background.



Black color preview on #D9EECC background

This text has black color on #D9EECC background.


White color preview on #D9EECC background

This text has white color on #D9EECC background.