COLOR #D9EEC7

HEX: #D9EEC7
RGB: (217,238,199)

Color info

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

RGB color model

#D9EEC7 color RGB value is (217,238,199).

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

RGB channels and saturation

R 217 of 255 = 85%
G 238 of 255 = 93%
B 199 of 255 = 78%

217
238
199

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

Portions of RGB colors in percentages

R + G + B =
217 + 238 + 199 = 654 (100%)
R 217 of 654 ~ 33.18%
G 238 of 654 ~ 36.39%
B 199 of 654 ~ 30.43%

%33.18
%36.39
%30.43

CMYK color model

#D9EEC7 color CMYK value is (9,0,16,7).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • key color value is 6.67%
CMYK:
(9,0,16,7)
C9M0Y16K7 
(9%,0%,16%,7%)
(0.09/0.00/0.16/0.07)	

CMYK percentages

%8.82
%0
%16.39
%6.67

Codes

Color #D9EEC7 in popluar color models

D9EEC7
RGB217238199
HSL92°53.42%85.69%
HSB/HSV92°16.39%93.33%
CMYK8.82%0.00%16.39%
6.67%

Color #D9EEC7 in popluar number systems.

HEXD9EEC7
Decimal217238199
Binary110110011110111011000111
Octal331356307

Shades and tints

Shades of #D9EEC7

#D9EEC7
(217,238,199)
#C6D9B5
(198,217,181)
#B3C4A3
(179,196,163)
#A0AF91
(160,175,145)
#8D9A7F
(141,154,127)
#7A856D
(122,133,109)
#67705B
(103,112,91)
#545B49
(84,91,73)
#414637
(65,70,55)
#2E3125
(46,49,37)
#1B1C13
(27,28,19)
#000000
(0,0,0)

Tints of #D9EEC7

#D9EEC7
(217,238,199)
#DCEFCC
(220,239,204)
#DFF0D1
(223,240,209)
#E2F1D6
(226,241,214)
#E5F2DB
(229,242,219)
#E8F3E0
(232,243,224)
#EBF4E5
(235,244,229)
#EEF5EA
(238,245,234)
#F1F6EF
(241,246,239)
#F4F7F4
(244,247,244)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EEC7; }

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

This text font color is #D9EEC7.


Background Color

.myBgColor { background-color: #D9EEC7; }

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

This div background color is #D9EEC7.


Border color

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

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

This div border color is #D9EEC7.


Opacity

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

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

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

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

This text has shadow with #D9EEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EEC7 on black background.


Color preview on white background

This text has color #D9EEC7 on white background.



Black color preview on #D9EEC7 background

This text has black color on #D9EEC7 background.


White color preview on #D9EEC7 background

This text has white color on #D9EEC7 background.