COLOR #D8E9E6

HEX: #D8E9E6
RGB: (216,233,230)

Color info

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

RGB color model

#D8E9E6 color RGB value is (216,233,230).

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

RGB channels and saturation

R 216 of 255 = 85%
G 233 of 255 = 91%
B 230 of 255 = 90%

216
233
230

R + G + B ~ 89%. #D8E9E6 is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 233 + 230 = 679 (100%)
R 216 of 679 ~ 31.81%
G 233 of 679 ~ 34.32%
B 230 of 679 ~ 33.87%

%31.81
%34.32
%33.87

CMYK color model

#D8E9E6 color CMYK value is (7,0,1,9).

  • cyan value is 7.30%
  • magenta value is 0.00%
  • yellow value is 1.29%
  • key color value is 8.63%
CMYK:
(7,0,1,9)
C7M0Y1K9 
(7%,0%,1%,9%)
(0.07/0.00/0.01/0.09)	

CMYK percentages

%7.3
%0
%1.29
%8.63

Codes

Color #D8E9E6 in popluar color models

D8E9E6
RGB216233230
HSL169°27.87%88.04%
HSB/HSV169°7.30%91.37%
CMYK7.30%0.00%1.29%
8.63%

Color #D8E9E6 in popluar number systems.

HEXD8E9E6
Decimal216233230
Binary110110001110100111100110
Octal330351346

Shades and tints

Shades of #D8E9E6

#D8E9E6
(216,233,230)
#C5D4D2
(197,212,210)
#B2BFBE
(178,191,190)
#9FAAAA
(159,170,170)
#8C9596
(140,149,150)
#798082
(121,128,130)
#666B6E
(102,107,110)
#53565A
(83,86,90)
#404146
(64,65,70)
#2D2C32
(45,44,50)
#1A171E
(26,23,30)
#000000
(0,0,0)

Tints of #D8E9E6

#D8E9E6
(216,233,230)
#DBEBE8
(219,235,232)
#DEEDEA
(222,237,234)
#E1EFEC
(225,239,236)
#E4F1EE
(228,241,238)
#E7F3F0
(231,243,240)
#EAF5F2
(234,245,242)
#EDF7F4
(237,247,244)
#F0F9F6
(240,249,246)
#F3FBF8
(243,251,248)
#F6FDFA
(246,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E9E6; }

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

This text font color is #D8E9E6.


Background Color

.myBgColor { background-color: #D8E9E6; }

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

This div background color is #D8E9E6.


Border color

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

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

This div border color is #D8E9E6.


Opacity

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

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

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

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

This text has shadow with #D8E9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E9E6 on black background.


Color preview on white background

This text has color #D8E9E6 on white background.



Black color preview on #D8E9E6 background

This text has black color on #D8E9E6 background.


White color preview on #D8E9E6 background

This text has white color on #D8E9E6 background.