COLOR #D9E1DC

HEX: #D9E1DC
RGB: (217,225,220)

Color info

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

RGB color model

#D9E1DC color RGB value is (217,225,220).

  • red value is 217;
  • green value is 225;
  • blue value is 220.
RGB:
(217,225,220)
(85%,88%,86%)

RGB channels and saturation

R 217 of 255 = 85%
G 225 of 255 = 88%
B 220 of 255 = 86%

217
225
220

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

Portions of RGB colors in percentages

R + G + B =
217 + 225 + 220 = 662 (100%)
R 217 of 662 ~ 32.78%
G 225 of 662 ~ 33.99%
B 220 of 662 ~ 33.23%

%32.78
%33.99
%33.23

CMYK color model

#D9E1DC color CMYK value is (4,0,2,12).

  • cyan value is 3.56%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 11.76%
CMYK:
(4,0,2,12)
C4M0Y2K12 
(4%,0%,2%,12%)
(0.04/0.00/0.02/0.12)	

CMYK percentages

%3.56
%0
%2.22
%11.76

Codes

Color #D9E1DC in popluar color models

D9E1DC
RGB217225220
HSL143°11.76%86.67%
HSB/HSV143°3.56%88.24%
CMYK3.56%0.00%2.22%
11.76%

Color #D9E1DC in popluar number systems.

HEXD9E1DC
Decimal217225220
Binary110110011110000111011100
Octal331341334

Shades and tints

Shades of #D9E1DC

#D9E1DC
(217,225,220)
#C6CDC8
(198,205,200)
#B3B9B4
(179,185,180)
#A0A5A0
(160,165,160)
#8D918C
(141,145,140)
#7A7D78
(122,125,120)
#676964
(103,105,100)
#545550
(84,85,80)
#41413C
(65,65,60)
#2E2D28
(46,45,40)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #D9E1DC

#D9E1DC
(217,225,220)
#DCE3DF
(220,227,223)
#DFE5E2
(223,229,226)
#E2E7E5
(226,231,229)
#E5E9E8
(229,233,232)
#E8EBEB
(232,235,235)
#EBEDEE
(235,237,238)
#EEEFF1
(238,239,241)
#F1F1F4
(241,241,244)
#F4F3F7
(244,243,247)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E1DC; }

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

This text font color is #D9E1DC.


Background Color

.myBgColor { background-color: #D9E1DC; }

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

This div background color is #D9E1DC.


Border color

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

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

This div border color is #D9E1DC.


Opacity

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

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

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

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

This text has shadow with #D9E1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E1DC on black background.


Color preview on white background

This text has color #D9E1DC on white background.



Black color preview on #D9E1DC background

This text has black color on #D9E1DC background.


White color preview on #D9E1DC background

This text has white color on #D9E1DC background.