COLOR #D9EED7

HEX: #D9EED7 RGB: (217,238,215)

Color info

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

RGB color model

#D9EED7 color RGB value is (217,238,215).

RGB: (217,238,215) (85%, 93%, 84%)

RGB channels and saturation

R 217 of 255 = 85%
G 238 of 255 = 93%
B 215 of 255 = 84%

217
238
215

R + G + B ~ 87%. #D9EED7 is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 238 + 215 = 670 (100%)
R 217 of 670 ~ 32.39%
G 238 of 670 ~ 35.52%
B 215 of 670 ~ 32.09'%

%32.39
%35.52
%32.09

CMYK color model

#D9EED7 color CMYK value is (9,0,10,7).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 6.67%

CMYK: (9,0,10,7)
C9M0Y10K7 (9%, 0%, 10%, 7%)
(0.09 / 0.00 / 0.10 / 0.07)

CMYK percentages

%8.82
%0
%9.66
%6.67

Codes

Color #D9EED7 in popluar color models

D9 EE D7
RGB 217 238 215
HSL 115° 40.35% 88.82%
HSB/HSV 115° 9.66% 93.33%
CMYK 8.82% 0.00% 9.66%
6.67%

Color #D9EED7 in popluar number systems.

HEX D9 EE D7
Decimal 217 238 215
Binary 11011001 11101110 11010111
Octal 331 356 327

Shades and tints

Shades of #D9EED7

#D9EED7
(217,238,215)
#C6D9C4
(198,217,196)
#B3C4B1
(179,196,177)
#A0AF9E
(160,175,158)
#8D9A8B
(141,154,139)
#7A8578
(122,133,120)
#677065
(103,112,101)
#545B52
(84,91,82)
#41463F
(65,70,63)
#2E312C
(46,49,44)
#1B1C19
(27,28,25)
#000000
(0,0,0)

Tints of #D9EED7

#D9EED7
(217,238,215)
#DCEFDA
(220,239,218)
#DFF0DD
(223,240,221)
#E2F1E0
(226,241,224)
#E5F2E3
(229,242,227)
#E8F3E6
(232,243,230)
#EBF4E9
(235,244,233)
#EEF5EC
(238,245,236)
#F1F6EF
(241,246,239)
#F4F7F2
(244,247,242)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EED7; }

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

This text font color is #D9EED7.

Background Color

.myBgColor { background-color: #D9EED7; }

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

This div background color is #D9EED7.

Border color

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

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

This div border color is #D9EED7.

Opacity

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

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

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

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

This text has shadow with #D9EED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EED7.

Preview

Color preview on black background

This text has color #D9EED7 on black background.


Color preview on white background

This text has color #D9EED7 on white background.


Black color preview on #D9EED7 background

This text has black color on #D9EED7 background.


White color preview on #D9EED7 background

This text has white color on #D9EED7 background.


Related colors

Complementary color

Complementary color for #hex is #261128.


I love getcolorcode.com

Triadic colors

1 #D7D9EE and #EED7D9 with #D9EED7 are triadic colors.

2 #D7EED9 and #EED9D7 with #D9EED7 are triadic colors.