COLOR #D9E4DF

HEX: #D9E4DF RGB: (217,228,223)

Color info

#D9E4DF contains red, green and blue colors in about the same proportion. Web safe color of #D9E4DF is #CCCCCC (or #CCC).

RGB color model

#D9E4DF color RGB value is (217,228,223).

RGB: (217,228,223) (85%, 89%, 87%)

RGB channels and saturation

R 217 of 255 = 85%
G 228 of 255 = 89%
B 223 of 255 = 87%

217
228
223

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

Portions of RGB colors in percentages

R + G + B = 217 + 228 + 223 = 668 (100%)
R 217 of 668 ~ 32.49%
G 228 of 668 ~ 34.13%
B 223 of 668 ~ 33.38'%

%32.49
%34.13
%33.38

CMYK color model

#D9E4DF color CMYK value is (5,0,2,11).

  • cyan value is 4.82%
  • magenta value is 0.00%
  • yellow value is 2.19%
  • key color value is 10.59%

CMYK: (5,0,2,11)
C5M0Y2K11 (5%, 0%, 2%, 11%)
(0.05 / 0.00 / 0.02 / 0.11)

CMYK percentages

%4.82
%0
%2.19
%10.59

Codes

Color #D9E4DF in popluar color models

D9 E4 DF
RGB 217 228 223
HSL 153° 16.92% 87.25%
HSB/HSV 153° 4.82% 89.41%
CMYK 4.82% 0.00% 2.19%
10.59%

Color #D9E4DF in popluar number systems.

HEX D9 E4 DF
Decimal 217 228 223
Binary 11011001 11100100 11011111
Octal 331 344 337

Shades and tints

Shades of #D9E4DF

#D9E4DF
(217,228,223)
#C6D0CB
(198,208,203)
#B3BCB7
(179,188,183)
#A0A8A3
(160,168,163)
#8D948F
(141,148,143)
#7A807B
(122,128,123)
#676C67
(103,108,103)
#545853
(84,88,83)
#41443F
(65,68,63)
#2E302B
(46,48,43)
#1B1C17
(27,28,23)
#000000
(0,0,0)

Tints of #D9E4DF

#D9E4DF
(217,228,223)
#DCE6E1
(220,230,225)
#DFE8E3
(223,232,227)
#E2EAE5
(226,234,229)
#E5ECE7
(229,236,231)
#E8EEE9
(232,238,233)
#EBF0EB
(235,240,235)
#EEF2ED
(238,242,237)
#F1F4EF
(241,244,239)
#F4F6F1
(244,246,241)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E4DF; }

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

This text font color is #D9E4DF.

Background Color

.myBgColor { background-color: #D9E4DF; }

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

This div background color is #D9E4DF.

Border color

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

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

This div border color is #D9E4DF.

Opacity

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

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

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

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

This text has shadow with #D9E4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9E4DF.

Preview

Color preview on black background

This text has color #D9E4DF on black background.


Color preview on white background

This text has color #D9E4DF on white background.


Black color preview on #D9E4DF background

This text has black color on #D9E4DF background.


White color preview on #D9E4DF background

This text has white color on #D9E4DF background.


Related colors

Complementary color

Complementary color for #hex is #261B20.


I love getcolorcode.com

Triadic colors

1 #DFD9E4 and #E4DFD9 with #D9E4DF are triadic colors.

2 #DFE4D9 and #E4D9DF with #D9E4DF are triadic colors.