COLOR #D9EEC8

HEX: #D9EEC8 RGB: (217,238,200)

Color info

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

RGB color model

#D9EEC8 color RGB value is (217,238,200).

RGB: (217,238,200) (85%, 93%, 78%)

RGB channels and saturation

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

217
238
200

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

Portions of RGB colors in percentages

R + G + B = 217 + 238 + 200 = 655 (100%)
R 217 of 655 ~ 33.13%
G 238 of 655 ~ 36.34%
B 200 of 655 ~ 30.53'%

%33.13
%36.34
%30.53

CMYK color model

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

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

Codes

Color #D9EEC8 in popluar color models

D9 EE C8
RGB 217 238 200
HSL 93° 52.78% 85.88%
HSB/HSV 93° 15.97% 93.33%
CMYK 8.82% 0.00% 15.97%
6.67%

Color #D9EEC8 in popluar number systems.

HEX D9 EE C8
Decimal 217 238 200
Binary 11011001 11101110 11001000
Octal 331 356 310

Shades and tints

Shades of #D9EEC8

#D9EEC8
(217,238,200)
#C6D9B6
(198,217,182)
#B3C4A4
(179,196,164)
#A0AF92
(160,175,146)
#8D9A80
(141,154,128)
#7A856E
(122,133,110)
#67705C
(103,112,92)
#545B4A
(84,91,74)
#414638
(65,70,56)
#2E3126
(46,49,38)
#1B1C14
(27,28,20)
#000000
(0,0,0)

Tints of #D9EEC8

#D9EEC8
(217,238,200)
#DCEFCD
(220,239,205)
#DFF0D2
(223,240,210)
#E2F1D7
(226,241,215)
#E5F2DC
(229,242,220)
#E8F3E1
(232,243,225)
#EBF4E6
(235,244,230)
#EEF5EB
(238,245,235)
#F1F6F0
(241,246,240)
#F4F7F5
(244,247,245)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EEC8; }

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

This text font color is #D9EEC8.

Background Color

.myBgColor { background-color: #D9EEC8; }

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

This div background color is #D9EEC8.

Border color

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

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

This div border color is #D9EEC8.

Opacity

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

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

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

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

This text has shadow with #D9EEC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EEC8.

Preview

Color preview on black background

This text has color #D9EEC8 on black background.


Color preview on white background

This text has color #D9EEC8 on white background.


Black color preview on #D9EEC8 background

This text has black color on #D9EEC8 background.


White color preview on #D9EEC8 background

This text has white color on #D9EEC8 background.


Related colors

Complementary color

Complementary color for #hex is #261137.


I love getcolorcode.com

Triadic colors

1 #C8D9EE and #EEC8D9 with #D9EEC8 are triadic colors.

2 #C8EED9 and #EED9C8 with #D9EEC8 are triadic colors.