COLOR #D9EDCD

HEX: #D9EDCD RGB: (217,237,205)

Color info

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

RGB color model

#D9EDCD color RGB value is (217,237,205).

RGB: (217,237,205) (85%, 93%, 80%)

RGB channels and saturation

R 217 of 255 = 85%
G 237 of 255 = 93%
B 205 of 255 = 80%

217
237
205

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

Portions of RGB colors in percentages

R + G + B = 217 + 237 + 205 = 659 (100%)
R 217 of 659 ~ 32.93%
G 237 of 659 ~ 35.96%
B 205 of 659 ~ 31.11'%

%32.93
%35.96
%31.11

CMYK color model

#D9EDCD color CMYK value is (8,0,14,7).

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

CMYK: (8,0,14,7)
C8M0Y14K7 (8%, 0%, 14%, 7%)
(0.08 / 0.00 / 0.14 / 0.07)

CMYK percentages

%8.44
%0
%13.5
%7.06

Codes

Color #D9EDCD in popluar color models

D9 ED CD
RGB 217 237 205
HSL 98° 47.06% 86.67%
HSB/HSV 98° 13.50% 92.94%
CMYK 8.44% 0.00% 13.50%
7.06%

Color #D9EDCD in popluar number systems.

HEX D9 ED CD
Decimal 217 237 205
Binary 11011001 11101101 11001101
Octal 331 355 315

Shades and tints

Shades of #D9EDCD

#D9EDCD
(217,237,205)
#C6D8BB
(198,216,187)
#B3C3A9
(179,195,169)
#A0AE97
(160,174,151)
#8D9985
(141,153,133)
#7A8473
(122,132,115)
#676F61
(103,111,97)
#545A4F
(84,90,79)
#41453D
(65,69,61)
#2E302B
(46,48,43)
#1B1B19
(27,27,25)
#000000
(0,0,0)

Tints of #D9EDCD

#D9EDCD
(217,237,205)
#DCEED1
(220,238,209)
#DFEFD5
(223,239,213)
#E2F0D9
(226,240,217)
#E5F1DD
(229,241,221)
#E8F2E1
(232,242,225)
#EBF3E5
(235,243,229)
#EEF4E9
(238,244,233)
#F1F5ED
(241,245,237)
#F4F6F1
(244,246,241)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EDCD; }

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

This text font color is #D9EDCD.

Background Color

.myBgColor { background-color: #D9EDCD; }

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

This div background color is #D9EDCD.

Border color

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

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

This div border color is #D9EDCD.

Opacity

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

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

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

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

This text has shadow with #D9EDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EDCD.

Preview

Color preview on black background

This text has color #D9EDCD on black background.


Color preview on white background

This text has color #D9EDCD on white background.


Black color preview on #D9EDCD background

This text has black color on #D9EDCD background.


White color preview on #D9EDCD background

This text has white color on #D9EDCD background.


Related colors

Complementary color

Complementary color for #hex is #261232.


I love getcolorcode.com

Triadic colors

1 #CDD9ED and #EDCDD9 with #D9EDCD are triadic colors.

2 #CDEDD9 and #EDD9CD with #D9EDCD are triadic colors.