COLOR #D8EAFE

HEX: #D8EAFE
RGB: (216,234,254)

Color info

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

RGB color model

#D8EAFE color RGB value is (216,234,254).

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

RGB channels and saturation

R 216 of 255 = 85%
G 234 of 255 = 92%
B 254 of 255 = 100%

216
234
254

R + G + B ~ 92%. #D8EAFE is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 234 + 254 = 704 (100%)
R 216 of 704 ~ 30.68%
G 234 of 704 ~ 33.24%
B 254 of 704 ~ 36.08%

%30.68
%33.24
%36.08

CMYK color model

#D8EAFE color CMYK value is (15,8,0,0).

  • cyan value is 14.96%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(15,8,0,0)
C15M8Y0K0 
(15%,8%,0%,0%)
(0.15/0.08/0.00/0.00)	

CMYK percentages

%14.96
%7.87
%0
%0.39

Codes

Color #D8EAFE in popluar color models

D8EAFE
RGB216234254
HSL212°95.00%92.16%
HSB/HSV212°14.96%99.61%
CMYK14.96%7.87%0.00%
0.39%

Color #D8EAFE in popluar number systems.

HEXD8EAFE
Decimal216234254
Binary110110001110101011111110
Octal330352376

Shades and tints

Shades of #D8EAFE

#D8EAFE
(216,234,254)
#C5D5E7
(197,213,231)
#B2C0D0
(178,192,208)
#9FABB9
(159,171,185)
#8C96A2
(140,150,162)
#79818B
(121,129,139)
#666C74
(102,108,116)
#53575D
(83,87,93)
#404246
(64,66,70)
#2D2D2F
(45,45,47)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #D8EAFE

#D8EAFE
(216,234,254)
#DBEBFE
(219,235,254)
#DEECFE
(222,236,254)
#E1EDFE
(225,237,254)
#E4EEFE
(228,238,254)
#E7EFFE
(231,239,254)
#EAF0FE
(234,240,254)
#EDF1FE
(237,241,254)
#F0F2FE
(240,242,254)
#F3F3FE
(243,243,254)
#F6F4FE
(246,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EAFE; }

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

This text font color is #D8EAFE.


Background Color

.myBgColor { background-color: #D8EAFE; }

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

This div background color is #D8EAFE.


Border color

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

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

This div border color is #D8EAFE.


Opacity

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

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

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

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

This text has shadow with #D8EAFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EAFE on black background.


Color preview on white background

This text has color #D8EAFE on white background.



Black color preview on #D8EAFE background

This text has black color on #D8EAFE background.


White color preview on #D8EAFE background

This text has white color on #D8EAFE background.