COLOR #D8EAED

HEX: #D8EAED
RGB: (216,234,237)

Color info

#D8EAED contains red, green and blue colors in about the same proportion. Web safe color of #D8EAED is #CCFFFF (or #CFF).

RGB color model

#D8EAED color RGB value is (216,234,237).

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

RGB channels and saturation

R 216 of 255 = 85%
G 234 of 255 = 92%
B 237 of 255 = 93%

216
234
237

R + G + B ~ 90%. #D8EAED is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 234 + 237 = 687 (100%)
R 216 of 687 ~ 31.44%
G 234 of 687 ~ 34.06%
B 237 of 687 ~ 34.5%

%31.44
%34.06
%34.5

CMYK color model

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

  • cyan value is 8.86%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(9,1,0,7)
C9M1Y0K7 
(9%,1%,0%,7%)
(0.09/0.01/0.00/0.07)	

CMYK percentages

%8.86
%1.27
%0
%7.06

Codes

Color #D8EAED in popluar color models

D8EAED
RGB216234237
HSL189°36.84%88.82%
HSB/HSV189°8.86%92.94%
CMYK8.86%1.27%0.00%
7.06%

Color #D8EAED in popluar number systems.

HEXD8EAED
Decimal216234237
Binary110110001110101011101101
Octal330352355

Shades and tints

Shades of #D8EAED

#D8EAED
(216,234,237)
#C5D5D8
(197,213,216)
#B2C0C3
(178,192,195)
#9FABAE
(159,171,174)
#8C9699
(140,150,153)
#798184
(121,129,132)
#666C6F
(102,108,111)
#53575A
(83,87,90)
#404245
(64,66,69)
#2D2D30
(45,45,48)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #D8EAED

#D8EAED
(216,234,237)
#DBEBEE
(219,235,238)
#DEECEF
(222,236,239)
#E1EDF0
(225,237,240)
#E4EEF1
(228,238,241)
#E7EFF2
(231,239,242)
#EAF0F3
(234,240,243)
#EDF1F4
(237,241,244)
#F0F2F5
(240,242,245)
#F3F3F6
(243,243,246)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EAED; }

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

This text font color is #D8EAED.


Background Color

.myBgColor { background-color: #D8EAED; }

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

This div background color is #D8EAED.


Border color

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

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

This div border color is #D8EAED.


Opacity

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

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

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

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

This text has shadow with #D8EAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EAED on black background.


Color preview on white background

This text has color #D8EAED on white background.



Black color preview on #D8EAED background

This text has black color on #D8EAED background.


White color preview on #D8EAED background

This text has white color on #D8EAED background.