COLOR #D8EAEF

HEX: #D8EAEF RGB: (216,234,239)

Color info

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

RGB color model

#D8EAEF color RGB value is (216,234,239).

RGB: (216,234,239) (85%, 92%, 94%)

RGB channels and saturation

R 216 of 255 = 85%
G 234 of 255 = 92%
B 239 of 255 = 94%

216
234
239

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

Portions of RGB colors in percentages

R + G + B = 216 + 234 + 239 = 689 (100%)
R 216 of 689 ~ 31.35%
G 234 of 689 ~ 33.96%
B 239 of 689 ~ 34.69'%

%31.35
%33.96
%34.69

CMYK color model

#D8EAEF color CMYK value is (10,2,0,6).

  • cyan value is 9.62%
  • magenta value is 2.09%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (10,2,0,6)
C10M2Y0K6 (10%, 2%, 0%, 6%)
(0.10 / 0.02 / 0.00 / 0.06)

CMYK percentages

%9.62
%2.09
%0
%6.27

Codes

Color #D8EAEF in popluar color models

D8 EA EF
RGB 216 234 239
HSL 193° 41.82% 89.22%
HSB/HSV 193° 9.62% 93.73%
CMYK 9.62% 2.09% 0.00%
6.27%

Color #D8EAEF in popluar number systems.

HEX D8 EA EF
Decimal 216 234 239
Binary 11011000 11101010 11101111
Octal 330 352 357

Shades and tints

Shades of #D8EAEF

#D8EAEF
(216,234,239)
#C5D5DA
(197,213,218)
#B2C0C5
(178,192,197)
#9FABB0
(159,171,176)
#8C969B
(140,150,155)
#798186
(121,129,134)
#666C71
(102,108,113)
#53575C
(83,87,92)
#404247
(64,66,71)
#2D2D32
(45,45,50)
#1A181D
(26,24,29)
#000000
(0,0,0)

Tints of #D8EAEF

#D8EAEF
(216,234,239)
#DBEBF0
(219,235,240)
#DEECF1
(222,236,241)
#E1EDF2
(225,237,242)
#E4EEF3
(228,238,243)
#E7EFF4
(231,239,244)
#EAF0F5
(234,240,245)
#EDF1F6
(237,241,246)
#F0F2F7
(240,242,247)
#F3F3F8
(243,243,248)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EAEF; }

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

This text font color is #D8EAEF.

Background Color

.myBgColor { background-color: #D8EAEF; }

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

This div background color is #D8EAEF.

Border color

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

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

This div border color is #D8EAEF.

Opacity

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

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

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

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

This text has shadow with #D8EAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EAEF.

Preview

Color preview on black background

This text has color #D8EAEF on black background.


Color preview on white background

This text has color #D8EAEF on white background.


Black color preview on #D8EAEF background

This text has black color on #D8EAEF background.


White color preview on #D8EAEF background

This text has white color on #D8EAEF background.


Related colors

Complementary color

Complementary color for #hex is #271510.


I love getcolorcode.com

Triadic colors

1 #EFD8EA and #EAEFD8 with #D8EAEF are triadic colors.

2 #EFEAD8 and #EAD8EF with #D8EAEF are triadic colors.