COLOR #D8E7E3

HEX: #D8E7E3
RGB: (216,231,227)

Color info

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

RGB color model

#D8E7E3 color RGB value is (216,231,227).

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

RGB channels and saturation

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

216
231
227

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

Portions of RGB colors in percentages

R + G + B =
216 + 231 + 227 = 674 (100%)
R 216 of 674 ~ 32.05%
G 231 of 674 ~ 34.27%
B 227 of 674 ~ 33.68%

%32.05
%34.27
%33.68

CMYK color model

#D8E7E3 color CMYK value is (6,0,2,9).

  • cyan value is 6.49%
  • magenta value is 0.00%
  • yellow value is 1.73%
  • key color value is 9.41%
CMYK:
(6,0,2,9)
C6M0Y2K9 
(6%,0%,2%,9%)
(0.06/0.00/0.02/0.09)	

CMYK percentages

%6.49
%0
%1.73
%9.41

Codes

Color #D8E7E3 in popluar color models

D8E7E3
RGB216231227
HSL164°23.81%87.65%
HSB/HSV164°6.49%90.59%
CMYK6.49%0.00%1.73%
9.41%

Color #D8E7E3 in popluar number systems.

HEXD8E7E3
Decimal216231227
Binary110110001110011111100011
Octal330347343

Shades and tints

Shades of #D8E7E3

#D8E7E3
(216,231,227)
#C5D2CF
(197,210,207)
#B2BDBB
(178,189,187)
#9FA8A7
(159,168,167)
#8C9393
(140,147,147)
#797E7F
(121,126,127)
#66696B
(102,105,107)
#535457
(83,84,87)
#403F43
(64,63,67)
#2D2A2F
(45,42,47)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #D8E7E3

#D8E7E3
(216,231,227)
#DBE9E5
(219,233,229)
#DEEBE7
(222,235,231)
#E1EDE9
(225,237,233)
#E4EFEB
(228,239,235)
#E7F1ED
(231,241,237)
#EAF3EF
(234,243,239)
#EDF5F1
(237,245,241)
#F0F7F3
(240,247,243)
#F3F9F5
(243,249,245)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E7E3; }

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

This text font color is #D8E7E3.


Background Color

.myBgColor { background-color: #D8E7E3; }

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

This div background color is #D8E7E3.


Border color

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

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

This div border color is #D8E7E3.


Opacity

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

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

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

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

This text has shadow with #D8E7E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E7E3 on black background.


Color preview on white background

This text has color #D8E7E3 on white background.



Black color preview on #D8E7E3 background

This text has black color on #D8E7E3 background.


White color preview on #D8E7E3 background

This text has white color on #D8E7E3 background.