COLOR #D8E0D1

HEX: #D8E0D1
RGB: (216,224,209)

Color info

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

RGB color model

#D8E0D1 color RGB value is (216,224,209).

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

RGB channels and saturation

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

216
224
209

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

Portions of RGB colors in percentages

R + G + B =
216 + 224 + 209 = 649 (100%)
R 216 of 649 ~ 33.28%
G 224 of 649 ~ 34.51%
B 209 of 649 ~ 32.2%

%33.28
%34.51
%32.2

CMYK color model

#D8E0D1 color CMYK value is (4,0,7,12).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 6.70%
  • key color value is 12.16%
CMYK:
(4,0,7,12)
C4M0Y7K12 
(4%,0%,7%,12%)
(0.04/0.00/0.07/0.12)	

CMYK percentages

%3.57
%0
%6.7
%12.16

Codes

Color #D8E0D1 in popluar color models

D8E0D1
RGB216224209
HSL92°19.48%84.90%
HSB/HSV92°6.70%87.84%
CMYK3.57%0.00%6.70%
12.16%

Color #D8E0D1 in popluar number systems.

HEXD8E0D1
Decimal216224209
Binary110110001110000011010001
Octal330340321

Shades and tints

Shades of #D8E0D1

#D8E0D1
(216,224,209)
#C5CCBE
(197,204,190)
#B2B8AB
(178,184,171)
#9FA498
(159,164,152)
#8C9085
(140,144,133)
#797C72
(121,124,114)
#66685F
(102,104,95)
#53544C
(83,84,76)
#404039
(64,64,57)
#2D2C26
(45,44,38)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #D8E0D1

#D8E0D1
(216,224,209)
#DBE2D5
(219,226,213)
#DEE4D9
(222,228,217)
#E1E6DD
(225,230,221)
#E4E8E1
(228,232,225)
#E7EAE5
(231,234,229)
#EAECE9
(234,236,233)
#EDEEED
(237,238,237)
#F0F0F1
(240,240,241)
#F3F2F5
(243,242,245)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E0D1; }

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

This text font color is #D8E0D1.


Background Color

.myBgColor { background-color: #D8E0D1; }

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

This div background color is #D8E0D1.


Border color

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

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

This div border color is #D8E0D1.


Opacity

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

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

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

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

This text has shadow with #D8E0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E0D1 on black background.


Color preview on white background

This text has color #D8E0D1 on white background.



Black color preview on #D8E0D1 background

This text has black color on #D8E0D1 background.


White color preview on #D8E0D1 background

This text has white color on #D8E0D1 background.