COLOR #D9EDC5

HEX: #D9EDC5 RGB: (217,237,197)

Color info

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

RGB color model

#D9EDC5 color RGB value is (217,237,197).

RGB: (217,237,197) (85%, 93%, 77%)

RGB channels and saturation

R 217 of 255 = 85%
G 237 of 255 = 93%
B 197 of 255 = 77%

217
237
197

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

Portions of RGB colors in percentages

R + G + B = 217 + 237 + 197 = 651 (100%)
R 217 of 651 ~ 33.33%
G 237 of 651 ~ 36.41%
B 197 of 651 ~ 30.26'%

%33.33
%36.41
%30.26

CMYK color model

#D9EDC5 color CMYK value is (8,0,17,7).

  • cyan value is 8.44%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 7.06%

CMYK: (8,0,17,7)
C8M0Y17K7 (8%, 0%, 17%, 7%)
(0.08 / 0.00 / 0.17 / 0.07)

CMYK percentages

%8.44
%0
%16.88
%7.06

Codes

Color #D9EDC5 in popluar color models

D9 ED C5
RGB 217 237 197
HSL 90° 52.63% 85.10%
HSB/HSV 90° 16.88% 92.94%
CMYK 8.44% 0.00% 16.88%
7.06%

Color #D9EDC5 in popluar number systems.

HEX D9 ED C5
Decimal 217 237 197
Binary 11011001 11101101 11000101
Octal 331 355 305

Shades and tints

Shades of #D9EDC5

#D9EDC5
(217,237,197)
#C6D8B4
(198,216,180)
#B3C3A3
(179,195,163)
#A0AE92
(160,174,146)
#8D9981
(141,153,129)
#7A8470
(122,132,112)
#676F5F
(103,111,95)
#545A4E
(84,90,78)
#41453D
(65,69,61)
#2E302C
(46,48,44)
#1B1B1B
(27,27,27)
#000000
(0,0,0)

Tints of #D9EDC5

#D9EDC5
(217,237,197)
#DCEECA
(220,238,202)
#DFEFCF
(223,239,207)
#E2F0D4
(226,240,212)
#E5F1D9
(229,241,217)
#E8F2DE
(232,242,222)
#EBF3E3
(235,243,227)
#EEF4E8
(238,244,232)
#F1F5ED
(241,245,237)
#F4F6F2
(244,246,242)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EDC5 color. Also use rgb(217,237,197) instead hex code.

Text Font Color

.myTextColor { color: #D9EDC5; }

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

This text font color is #D9EDC5.

Background Color

.myBgColor { background-color: #D9EDC5; }

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

This div background color is #D9EDC5.

Border color

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

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

This div border color is #D9EDC5.

Opacity

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

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

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

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

This text has shadow with #D9EDC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EDC5.

Preview

Color preview on black background

This text has color #D9EDC5 on black background.


Color preview on white background

This text has color #D9EDC5 on white background.


Black color preview on #D9EDC5 background

This text has black color on #D9EDC5 background.


White color preview on #D9EDC5 background

This text has white color on #D9EDC5 background.


Related colors

Complementary color

Complementary color for #hex is #26123A.


I love getcolorcode.com

Triadic colors

1 #C5D9ED and #EDC5D9 with #D9EDC5 are triadic colors.

2 #C5EDD9 and #EDD9C5 with #D9EDC5 are triadic colors.