COLOR #D8E4D9

HEX: #D8E4D9
RGB: (216,228,217)

Color info

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

RGB color model

#D8E4D9 color RGB value is (216,228,217).

  • red value is 216;
  • green value is 228;
  • blue value is 217.
RGB:
(216,228,217)
(85%,89%,85%)

RGB channels and saturation

R 216 of 255 = 85%
G 228 of 255 = 89%
B 217 of 255 = 85%

216
228
217

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

Portions of RGB colors in percentages

R + G + B =
216 + 228 + 217 = 661 (100%)
R 216 of 661 ~ 32.68%
G 228 of 661 ~ 34.49%
B 217 of 661 ~ 32.83%

%32.68
%34.49
%32.83

CMYK color model

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

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 10.59%
CMYK:
(5,0,5,11)
C5M0Y5K11 
(5%,0%,5%,11%)
(0.05/0.00/0.05/0.11)	

CMYK percentages

%5.26
%0
%4.82
%10.59

Codes

Color #D8E4D9 in popluar color models

D8E4D9
RGB216228217
HSL125°18.18%87.06%
HSB/HSV125°5.26%89.41%
CMYK5.26%0.00%4.82%
10.59%

Color #D8E4D9 in popluar number systems.

HEXD8E4D9
Decimal216228217
Binary110110001110010011011001
Octal330344331

Shades and tints

Shades of #D8E4D9

#D8E4D9
(216,228,217)
#C5D0C6
(197,208,198)
#B2BCB3
(178,188,179)
#9FA8A0
(159,168,160)
#8C948D
(140,148,141)
#79807A
(121,128,122)
#666C67
(102,108,103)
#535854
(83,88,84)
#404441
(64,68,65)
#2D302E
(45,48,46)
#1A1C1B
(26,28,27)
#000000
(0,0,0)

Tints of #D8E4D9

#D8E4D9
(216,228,217)
#DBE6DC
(219,230,220)
#DEE8DF
(222,232,223)
#E1EAE2
(225,234,226)
#E4ECE5
(228,236,229)
#E7EEE8
(231,238,232)
#EAF0EB
(234,240,235)
#EDF2EE
(237,242,238)
#F0F4F1
(240,244,241)
#F3F6F4
(243,246,244)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E4D9; }

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

This text font color is #D8E4D9.


Background Color

.myBgColor { background-color: #D8E4D9; }

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

This div background color is #D8E4D9.


Border color

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

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

This div border color is #D8E4D9.


Opacity

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

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

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

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

This text has shadow with #D8E4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E4D9 on black background.


Color preview on white background

This text has color #D8E4D9 on white background.



Black color preview on #D8E4D9 background

This text has black color on #D8E4D9 background.


White color preview on #D8E4D9 background

This text has white color on #D8E4D9 background.