COLOR #D9EECB

HEX: #D9EECB
RGB: (217,238,203)

Color info

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

RGB color model

#D9EECB color RGB value is (217,238,203).

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

RGB channels and saturation

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

217
238
203

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

Portions of RGB colors in percentages

R + G + B =
217 + 238 + 203 = 658 (100%)
R 217 of 658 ~ 32.98%
G 238 of 658 ~ 36.17%
B 203 of 658 ~ 30.85%

%32.98
%36.17
%30.85

CMYK color model

#D9EECB color CMYK value is (9,0,15,7).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 6.67%
CMYK:
(9,0,15,7)
C9M0Y15K7 
(9%,0%,15%,7%)
(0.09/0.00/0.15/0.07)	

CMYK percentages

%8.82
%0
%14.71
%6.67

Codes

Color #D9EECB in popluar color models

D9EECB
RGB217238203
HSL96°50.72%86.47%
HSB/HSV96°14.71%93.33%
CMYK8.82%0.00%14.71%
6.67%

Color #D9EECB in popluar number systems.

HEXD9EECB
Decimal217238203
Binary110110011110111011001011
Octal331356313

Shades and tints

Shades of #D9EECB

#D9EECB
(217,238,203)
#C6D9B9
(198,217,185)
#B3C4A7
(179,196,167)
#A0AF95
(160,175,149)
#8D9A83
(141,154,131)
#7A8571
(122,133,113)
#67705F
(103,112,95)
#545B4D
(84,91,77)
#41463B
(65,70,59)
#2E3129
(46,49,41)
#1B1C17
(27,28,23)
#000000
(0,0,0)

Tints of #D9EECB

#D9EECB
(217,238,203)
#DCEFCF
(220,239,207)
#DFF0D3
(223,240,211)
#E2F1D7
(226,241,215)
#E5F2DB
(229,242,219)
#E8F3DF
(232,243,223)
#EBF4E3
(235,244,227)
#EEF5E7
(238,245,231)
#F1F6EB
(241,246,235)
#F4F7EF
(244,247,239)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EECB; }

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

This text font color is #D9EECB.


Background Color

.myBgColor { background-color: #D9EECB; }

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

This div background color is #D9EECB.


Border color

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

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

This div border color is #D9EECB.


Opacity

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

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

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

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

This text has shadow with #D9EECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EECB on black background.


Color preview on white background

This text has color #D9EECB on white background.



Black color preview on #D9EECB background

This text has black color on #D9EECB background.


White color preview on #D9EECB background

This text has white color on #D9EECB background.