COLOR #D8EAE6

HEX: #D8EAE6
RGB: (216,234,230)

Color info

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

RGB color model

#D8EAE6 color RGB value is (216,234,230).

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

RGB channels and saturation

R 216 of 255 = 85%
G 234 of 255 = 92%
B 230 of 255 = 90%

216
234
230

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

Portions of RGB colors in percentages

R + G + B =
216 + 234 + 230 = 680 (100%)
R 216 of 680 ~ 31.76%
G 234 of 680 ~ 34.41%
B 230 of 680 ~ 33.82%

%31.76
%34.41
%33.82

CMYK color model

#D8EAE6 color CMYK value is (8,0,2,8).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 1.71%
  • key color value is 8.24%
CMYK:
(8,0,2,8)
C8M0Y2K8 
(8%,0%,2%,8%)
(0.08/0.00/0.02/0.08)	

CMYK percentages

%7.69
%0
%1.71
%8.24

Codes

Color #D8EAE6 in popluar color models

D8EAE6
RGB216234230
HSL167°30.00%88.24%
HSB/HSV167°7.69%91.76%
CMYK7.69%0.00%1.71%
8.24%

Color #D8EAE6 in popluar number systems.

HEXD8EAE6
Decimal216234230
Binary110110001110101011100110
Octal330352346

Shades and tints

Shades of #D8EAE6

#D8EAE6
(216,234,230)
#C5D5D2
(197,213,210)
#B2C0BE
(178,192,190)
#9FABAA
(159,171,170)
#8C9696
(140,150,150)
#798182
(121,129,130)
#666C6E
(102,108,110)
#53575A
(83,87,90)
#404246
(64,66,70)
#2D2D32
(45,45,50)
#1A181E
(26,24,30)
#000000
(0,0,0)

Tints of #D8EAE6

#D8EAE6
(216,234,230)
#DBEBE8
(219,235,232)
#DEECEA
(222,236,234)
#E1EDEC
(225,237,236)
#E4EEEE
(228,238,238)
#E7EFF0
(231,239,240)
#EAF0F2
(234,240,242)
#EDF1F4
(237,241,244)
#F0F2F6
(240,242,246)
#F3F3F8
(243,243,248)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EAE6; }

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

This text font color is #D8EAE6.


Background Color

.myBgColor { background-color: #D8EAE6; }

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

This div background color is #D8EAE6.


Border color

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

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

This div border color is #D8EAE6.


Opacity

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

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

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

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

This text has shadow with #D8EAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EAE6 on black background.


Color preview on white background

This text has color #D8EAE6 on white background.



Black color preview on #D8EAE6 background

This text has black color on #D8EAE6 background.


White color preview on #D8EAE6 background

This text has white color on #D8EAE6 background.