COLOR #D8EAF2

HEX: #D8EAF2 RGB: (216,234,242)

Color info

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

RGB color model

#D8EAF2 color RGB value is (216,234,242).

RGB: (216,234,242) (85%, 92%, 95%)

RGB channels and saturation

R 216 of 255 = 85%
G 234 of 255 = 92%
B 242 of 255 = 95%

216
234
242

R + G + B ~ 91%. #D8EAF2 is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 234 + 242 = 692 (100%)
R 216 of 692 ~ 31.21%
G 234 of 692 ~ 33.82%
B 242 of 692 ~ 34.97'%

%31.21
%33.82
%34.97

CMYK color model

#D8EAF2 color CMYK value is (11,3,0,5).

  • cyan value is 10.74%
  • magenta value is 3.31%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (11,3,0,5)
C11M3Y0K5 (11%, 3%, 0%, 5%)
(0.11 / 0.03 / 0.00 / 0.05)

CMYK percentages

%10.74
%3.31
%0
%5.1

Codes

Color #D8EAF2 in popluar color models

D8 EA F2
RGB 216 234 242
HSL 198° 50.00% 89.80%
HSB/HSV 198° 10.74% 94.90%
CMYK 10.74% 3.31% 0.00%
5.10%

Color #D8EAF2 in popluar number systems.

HEX D8 EA F2
Decimal 216 234 242
Binary 11011000 11101010 11110010
Octal 330 352 362

Shades and tints

Shades of #D8EAF2

#D8EAF2
(216,234,242)
#C5D5DC
(197,213,220)
#B2C0C6
(178,192,198)
#9FABB0
(159,171,176)
#8C969A
(140,150,154)
#798184
(121,129,132)
#666C6E
(102,108,110)
#535758
(83,87,88)
#404242
(64,66,66)
#2D2D2C
(45,45,44)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #D8EAF2

#D8EAF2
(216,234,242)
#DBEBF3
(219,235,243)
#DEECF4
(222,236,244)
#E1EDF5
(225,237,245)
#E4EEF6
(228,238,246)
#E7EFF7
(231,239,247)
#EAF0F8
(234,240,248)
#EDF1F9
(237,241,249)
#F0F2FA
(240,242,250)
#F3F3FB
(243,243,251)
#F6F4FC
(246,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EAF2; }

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

This text font color is #D8EAF2.

Background Color

.myBgColor { background-color: #D8EAF2; }

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

This div background color is #D8EAF2.

Border color

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

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

This div border color is #D8EAF2.

Opacity

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

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

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

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

This text has shadow with #D8EAF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EAF2.

Preview

Color preview on black background

This text has color #D8EAF2 on black background.


Color preview on white background

This text has color #D8EAF2 on white background.


Black color preview on #D8EAF2 background

This text has black color on #D8EAF2 background.


White color preview on #D8EAF2 background

This text has white color on #D8EAF2 background.


Related colors

Complementary color

Complementary color for #hex is #27150D.


I love getcolorcode.com

Triadic colors

1 #F2D8EA and #EAF2D8 with #D8EAF2 are triadic colors.

2 #F2EAD8 and #EAD8F2 with #D8EAF2 are triadic colors.