COLOR #D9E0D1

HEX: #D9E0D1
RGB: (217,224,209)

Color info

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

RGB color model

#D9E0D1 color RGB value is (217,224,209).

  • red value is 217;
  • green value is 224;
  • blue value is 209.
RGB:
(217,224,209)
(85%,88%,82%)

RGB channels and saturation

R 217 of 255 = 85%
G 224 of 255 = 88%
B 209 of 255 = 82%

217
224
209

R + G + B ~ 85%. #D9E0D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 224 + 209 = 650 (100%)
R 217 of 650 ~ 33.38%
G 224 of 650 ~ 34.46%
B 209 of 650 ~ 32.15%

%33.38
%34.46
%32.15

CMYK color model

#D9E0D1 color CMYK value is (3,0,7,12).

  • cyan value is 3.13%
  • magenta value is 0.00%
  • yellow value is 6.70%
  • key color value is 12.16%
CMYK:
(3,0,7,12)
C3M0Y7K12 
(3%,0%,7%,12%)
(0.03/0.00/0.07/0.12)	

CMYK percentages

%3.13
%0
%6.7
%12.16

Codes

Color #D9E0D1 in popluar color models

D9E0D1
RGB217224209
HSL88°19.48%84.90%
HSB/HSV88°6.70%87.84%
CMYK3.13%0.00%6.70%
12.16%

Color #D9E0D1 in popluar number systems.

HEXD9E0D1
Decimal217224209
Binary110110011110000011010001
Octal331340321

Shades and tints

Shades of #D9E0D1

#D9E0D1
(217,224,209)
#C6CCBE
(198,204,190)
#B3B8AB
(179,184,171)
#A0A498
(160,164,152)
#8D9085
(141,144,133)
#7A7C72
(122,124,114)
#67685F
(103,104,95)
#54544C
(84,84,76)
#414039
(65,64,57)
#2E2C26
(46,44,38)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #D9E0D1

#D9E0D1
(217,224,209)
#DCE2D5
(220,226,213)
#DFE4D9
(223,228,217)
#E2E6DD
(226,230,221)
#E5E8E1
(229,232,225)
#E8EAE5
(232,234,229)
#EBECE9
(235,236,233)
#EEEEED
(238,238,237)
#F1F0F1
(241,240,241)
#F4F2F5
(244,242,245)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E0D1 color. Also use rgb(217,224,209) instead hex code.

Text Font Color

.myTextColor { color: #D9E0D1; }

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

This text font color is #D9E0D1.


Background Color

.myBgColor { background-color: #D9E0D1; }

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

This div background color is #D9E0D1.


Border color

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

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

This div border color is #D9E0D1.


Opacity

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

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

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

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

This text has shadow with #D9E0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E0D1 on black background.


Color preview on white background

This text has color #D9E0D1 on white background.



Black color preview on #D9E0D1 background

This text has black color on #D9E0D1 background.


White color preview on #D9E0D1 background

This text has white color on #D9E0D1 background.