COLOR #D9E1DF

HEX: #D9E1DF RGB: (217,225,223)

Color info

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

RGB color model

#D9E1DF color RGB value is (217,225,223).

RGB: (217,225,223) (85%, 88%, 87%)

RGB channels and saturation

R 217 of 255 = 85%
G 225 of 255 = 88%
B 223 of 255 = 87%

217
225
223

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

Portions of RGB colors in percentages

R + G + B = 217 + 225 + 223 = 665 (100%)
R 217 of 665 ~ 32.63%
G 225 of 665 ~ 33.83%
B 223 of 665 ~ 33.53'%

%32.63
%33.83
%33.53

CMYK color model

#D9E1DF color CMYK value is (4,0,1,12).

  • cyan value is 3.56%
  • magenta value is 0.00%
  • yellow value is 0.89%
  • key color value is 11.76%

CMYK: (4,0,1,12)
C4M0Y1K12 (4%, 0%, 1%, 12%)
(0.04 / 0.00 / 0.01 / 0.12)

CMYK percentages

%3.56
%0
%0.89
%11.76

Codes

Color #D9E1DF in popluar color models

D9 E1 DF
RGB 217 225 223
HSL 165° 11.76% 86.67%
HSB/HSV 165° 3.56% 88.24%
CMYK 3.56% 0.00% 0.89%
11.76%

Color #D9E1DF in popluar number systems.

HEX D9 E1 DF
Decimal 217 225 223
Binary 11011001 11100001 11011111
Octal 331 341 337

Shades and tints

Shades of #D9E1DF

#D9E1DF
(217,225,223)
#C6CDCB
(198,205,203)
#B3B9B7
(179,185,183)
#A0A5A3
(160,165,163)
#8D918F
(141,145,143)
#7A7D7B
(122,125,123)
#676967
(103,105,103)
#545553
(84,85,83)
#41413F
(65,65,63)
#2E2D2B
(46,45,43)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #D9E1DF

#D9E1DF
(217,225,223)
#DCE3E1
(220,227,225)
#DFE5E3
(223,229,227)
#E2E7E5
(226,231,229)
#E5E9E7
(229,233,231)
#E8EBE9
(232,235,233)
#EBEDEB
(235,237,235)
#EEEFED
(238,239,237)
#F1F1EF
(241,241,239)
#F4F3F1
(244,243,241)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E1DF; }

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

This text font color is #D9E1DF.

Background Color

.myBgColor { background-color: #D9E1DF; }

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

This div background color is #D9E1DF.

Border color

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

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

This div border color is #D9E1DF.

Opacity

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

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

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

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

This text has shadow with #D9E1DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9E1DF.

Preview

Color preview on black background

This text has color #D9E1DF on black background.


Color preview on white background

This text has color #D9E1DF on white background.


Black color preview on #D9E1DF background

This text has black color on #D9E1DF background.


White color preview on #D9E1DF background

This text has white color on #D9E1DF background.


Related colors

Complementary color

Complementary color for #hex is #261E20.


I love getcolorcode.com

Triadic colors

1 #DFD9E1 and #E1DFD9 with #D9E1DF are triadic colors.

2 #DFE1D9 and #E1D9DF with #D9E1DF are triadic colors.