COLOR #D9EEDF

HEX: #D9EEDF RGB: (217,238,223)

Color info

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

RGB color model

#D9EEDF color RGB value is (217,238,223).

RGB: (217,238,223) (85%, 93%, 87%)

RGB channels and saturation

R 217 of 255 = 85%
G 238 of 255 = 93%
B 223 of 255 = 87%

217
238
223

R + G + B ~ 88%. #D9EEDF is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 238 + 223 = 678 (100%)
R 217 of 678 ~ 32.01%
G 238 of 678 ~ 35.1%
B 223 of 678 ~ 32.89'%

%32.01
%35.1
%32.89

CMYK color model

#D9EEDF color CMYK value is (9,0,6,7).

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

CMYK: (9,0,6,7)
C9M0Y6K7 (9%, 0%, 6%, 7%)
(0.09 / 0.00 / 0.06 / 0.07)

CMYK percentages

%8.82
%0
%6.3
%6.67

Codes

Color #D9EEDF in popluar color models

D9 EE DF
RGB 217 238 223
HSL 137° 38.18% 89.22%
HSB/HSV 137° 8.82% 93.33%
CMYK 8.82% 0.00% 6.30%
6.67%

Color #D9EEDF in popluar number systems.

HEX D9 EE DF
Decimal 217 238 223
Binary 11011001 11101110 11011111
Octal 331 356 337

Shades and tints

Shades of #D9EEDF

#D9EEDF
(217,238,223)
#C6D9CB
(198,217,203)
#B3C4B7
(179,196,183)
#A0AFA3
(160,175,163)
#8D9A8F
(141,154,143)
#7A857B
(122,133,123)
#677067
(103,112,103)
#545B53
(84,91,83)
#41463F
(65,70,63)
#2E312B
(46,49,43)
#1B1C17
(27,28,23)
#000000
(0,0,0)

Tints of #D9EEDF

#D9EEDF
(217,238,223)
#DCEFE1
(220,239,225)
#DFF0E3
(223,240,227)
#E2F1E5
(226,241,229)
#E5F2E7
(229,242,231)
#E8F3E9
(232,243,233)
#EBF4EB
(235,244,235)
#EEF5ED
(238,245,237)
#F1F6EF
(241,246,239)
#F4F7F1
(244,247,241)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EEDF; }

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

This text font color is #D9EEDF.

Background Color

.myBgColor { background-color: #D9EEDF; }

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

This div background color is #D9EEDF.

Border color

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

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

This div border color is #D9EEDF.

Opacity

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

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

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

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

This text has shadow with #D9EEDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EEDF.

Preview

Color preview on black background

This text has color #D9EEDF on black background.


Color preview on white background

This text has color #D9EEDF on white background.


Black color preview on #D9EEDF background

This text has black color on #D9EEDF background.


White color preview on #D9EEDF background

This text has white color on #D9EEDF background.


Related colors

Complementary color

Complementary color for #hex is #261120.


I love getcolorcode.com

Triadic colors

1 #DFD9EE and #EEDFD9 with #D9EEDF are triadic colors.

2 #DFEED9 and #EED9DF with #D9EEDF are triadic colors.