COLOR #D8E9E3

HEX: #D8E9E3
RGB: (216,233,227)

Color info

#D8E9E3 contains red, green and blue colors in about the same proportion. Web safe color of #D8E9E3 is #CCFFCC (or #CFC).

RGB color model

#D8E9E3 color RGB value is (216,233,227).

  • red value is 216;
  • green value is 233;
  • blue value is 227.
RGB:
(216,233,227)
(85%,91%,89%)

RGB channels and saturation

R 216 of 255 = 85%
G 233 of 255 = 91%
B 227 of 255 = 89%

216
233
227

R + G + B ~ 88%. #D8E9E3 is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 233 + 227 = 676 (100%)
R 216 of 676 ~ 31.95%
G 233 of 676 ~ 34.47%
B 227 of 676 ~ 33.58%

%31.95
%34.47
%33.58

CMYK color model

#D8E9E3 color CMYK value is (7,0,3,9).

  • cyan value is 7.30%
  • magenta value is 0.00%
  • yellow value is 2.58%
  • key color value is 8.63%
CMYK:
(7,0,3,9)
C7M0Y3K9 
(7%,0%,3%,9%)
(0.07/0.00/0.03/0.09)	

CMYK percentages

%7.3
%0
%2.58
%8.63

Codes

Color #D8E9E3 in popluar color models

D8E9E3
RGB216233227
HSL159°27.87%88.04%
HSB/HSV159°7.30%91.37%
CMYK7.30%0.00%2.58%
8.63%

Color #D8E9E3 in popluar number systems.

HEXD8E9E3
Decimal216233227
Binary110110001110100111100011
Octal330351343

Shades and tints

Shades of #D8E9E3

#D8E9E3
(216,233,227)
#C5D4CF
(197,212,207)
#B2BFBB
(178,191,187)
#9FAAA7
(159,170,167)
#8C9593
(140,149,147)
#79807F
(121,128,127)
#666B6B
(102,107,107)
#535657
(83,86,87)
#404143
(64,65,67)
#2D2C2F
(45,44,47)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #D8E9E3

#D8E9E3
(216,233,227)
#DBEBE5
(219,235,229)
#DEEDE7
(222,237,231)
#E1EFE9
(225,239,233)
#E4F1EB
(228,241,235)
#E7F3ED
(231,243,237)
#EAF5EF
(234,245,239)
#EDF7F1
(237,247,241)
#F0F9F3
(240,249,243)
#F3FBF5
(243,251,245)
#F6FDF7
(246,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E9E3 color. Also use rgb(216,233,227) instead hex code.

Text Font Color

.myTextColor { color: #D8E9E3; }

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

This text font color is #D8E9E3.


Background Color

.myBgColor { background-color: #D8E9E3; }

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

This div background color is #D8E9E3.


Border color

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

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

This div border color is #D8E9E3.


Opacity

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

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

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

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

This text has shadow with #D8E9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E9E3 on black background.


Color preview on white background

This text has color #D8E9E3 on white background.



Black color preview on #D8E9E3 background

This text has black color on #D8E9E3 background.


White color preview on #D8E9E3 background

This text has white color on #D8E9E3 background.