COLOR #D8EEF8

HEX: #D8EEF8
RGB: (216,238,248)

Color info

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

RGB color model

#D8EEF8 color RGB value is (216,238,248).

  • red value is 216;
  • green value is 238;
  • blue value is 248.
RGB:
(216,238,248)
(85%,93%,97%)

RGB channels and saturation

R 216 of 255 = 85%
G 238 of 255 = 93%
B 248 of 255 = 97%

216
238
248

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

Portions of RGB colors in percentages

R + G + B =
216 + 238 + 248 = 702 (100%)
R 216 of 702 ~ 30.77%
G 238 of 702 ~ 33.9%
B 248 of 702 ~ 35.33%

%30.77
%33.9
%35.33

CMYK color model

#D8EEF8 color CMYK value is (13,4,0,3).

  • cyan value is 12.90%
  • magenta value is 4.03%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(13,4,0,3)
C13M4Y0K3 
(13%,4%,0%,3%)
(0.13/0.04/0.00/0.03)	

CMYK percentages

%12.9
%4.03
%0
%2.75

Codes

Color #D8EEF8 in popluar color models

D8EEF8
RGB216238248
HSL199°69.57%90.98%
HSB/HSV199°12.90%97.25%
CMYK12.90%4.03%0.00%
2.75%

Color #D8EEF8 in popluar number systems.

HEXD8EEF8
Decimal216238248
Binary110110001110111011111000
Octal330356370

Shades and tints

Shades of #D8EEF8

#D8EEF8
(216,238,248)
#C5D9E2
(197,217,226)
#B2C4CC
(178,196,204)
#9FAFB6
(159,175,182)
#8C9AA0
(140,154,160)
#79858A
(121,133,138)
#667074
(102,112,116)
#535B5E
(83,91,94)
#404648
(64,70,72)
#2D3132
(45,49,50)
#1A1C1C
(26,28,28)
#000000
(0,0,0)

Tints of #D8EEF8

#D8EEF8
(216,238,248)
#DBEFF8
(219,239,248)
#DEF0F8
(222,240,248)
#E1F1F8
(225,241,248)
#E4F2F8
(228,242,248)
#E7F3F8
(231,243,248)
#EAF4F8
(234,244,248)
#EDF5F8
(237,245,248)
#F0F6F8
(240,246,248)
#F3F7F8
(243,247,248)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8EEF8 color. Also use rgb(216,238,248) instead hex code.

Text Font Color

.myTextColor { color: #D8EEF8; }

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

This text font color is #D8EEF8.


Background Color

.myBgColor { background-color: #D8EEF8; }

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

This div background color is #D8EEF8.


Border color

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

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

This div border color is #D8EEF8.


Opacity

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

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

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

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

This text has shadow with #D8EEF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EEF8 on black background.


Color preview on white background

This text has color #D8EEF8 on white background.



Black color preview on #D8EEF8 background

This text has black color on #D8EEF8 background.


White color preview on #D8EEF8 background

This text has white color on #D8EEF8 background.