COLOR #D9EDCF

HEX: #D9EDCF RGB: (217,237,207)

Color info

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

RGB color model

#D9EDCF color RGB value is (217,237,207).

RGB: (217,237,207) (85%, 93%, 81%)

RGB channels and saturation

R 217 of 255 = 85%
G 237 of 255 = 93%
B 207 of 255 = 81%

217
237
207

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

Portions of RGB colors in percentages

R + G + B = 217 + 237 + 207 = 661 (100%)
R 217 of 661 ~ 32.83%
G 237 of 661 ~ 35.85%
B 207 of 661 ~ 31.32'%

%32.83
%35.85
%31.32

CMYK color model

#D9EDCF color CMYK value is (8,0,13,7).

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

CMYK: (8,0,13,7)
C8M0Y13K7 (8%, 0%, 13%, 7%)
(0.08 / 0.00 / 0.13 / 0.07)

CMYK percentages

%8.44
%0
%12.66
%7.06

Codes

Color #D9EDCF in popluar color models

D9 ED CF
RGB 217 237 207
HSL 100° 45.45% 87.06%
HSB/HSV 100° 12.66% 92.94%
CMYK 8.44% 0.00% 12.66%
7.06%

Color #D9EDCF in popluar number systems.

HEX D9 ED CF
Decimal 217 237 207
Binary 11011001 11101101 11001111
Octal 331 355 317

Shades and tints

Shades of #D9EDCF

#D9EDCF
(217,237,207)
#C6D8BD
(198,216,189)
#B3C3AB
(179,195,171)
#A0AE99
(160,174,153)
#8D9987
(141,153,135)
#7A8475
(122,132,117)
#676F63
(103,111,99)
#545A51
(84,90,81)
#41453F
(65,69,63)
#2E302D
(46,48,45)
#1B1B1B
(27,27,27)
#000000
(0,0,0)

Tints of #D9EDCF

#D9EDCF
(217,237,207)
#DCEED3
(220,238,211)
#DFEFD7
(223,239,215)
#E2F0DB
(226,240,219)
#E5F1DF
(229,241,223)
#E8F2E3
(232,242,227)
#EBF3E7
(235,243,231)
#EEF4EB
(238,244,235)
#F1F5EF
(241,245,239)
#F4F6F3
(244,246,243)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EDCF; }

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

This text font color is #D9EDCF.

Background Color

.myBgColor { background-color: #D9EDCF; }

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

This div background color is #D9EDCF.

Border color

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

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

This div border color is #D9EDCF.

Opacity

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

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

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

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

This text has shadow with #D9EDCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EDCF.

Preview

Color preview on black background

This text has color #D9EDCF on black background.


Color preview on white background

This text has color #D9EDCF on white background.


Black color preview on #D9EDCF background

This text has black color on #D9EDCF background.


White color preview on #D9EDCF background

This text has white color on #D9EDCF background.


Related colors

Complementary color

Complementary color for #hex is #261230.


I love getcolorcode.com

Triadic colors

1 #CFD9ED and #EDCFD9 with #D9EDCF are triadic colors.

2 #CFEDD9 and #EDD9CF with #D9EDCF are triadic colors.