COLOR #D8EEFB

HEX: #D8EEFB
RGB: (216,238,251)

Color info

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

RGB color model

#D8EEFB color RGB value is (216,238,251).

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

RGB channels and saturation

R 216 of 255 = 85%
G 238 of 255 = 93%
B 251 of 255 = 98%

216
238
251

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

Portions of RGB colors in percentages

R + G + B =
216 + 238 + 251 = 705 (100%)
R 216 of 705 ~ 30.64%
G 238 of 705 ~ 33.76%
B 251 of 705 ~ 35.6%

%30.64
%33.76
%35.6

CMYK color model

#D8EEFB color CMYK value is (14,5,0,2).

  • cyan value is 13.94%
  • magenta value is 5.18%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(14,5,0,2)
C14M5Y0K2 
(14%,5%,0%,2%)
(0.14/0.05/0.00/0.02)	

CMYK percentages

%13.94
%5.18
%0
%1.57

Codes

Color #D8EEFB in popluar color models

D8EEFB
RGB216238251
HSL202°81.40%91.57%
HSB/HSV202°13.94%98.43%
CMYK13.94%5.18%0.00%
1.57%

Color #D8EEFB in popluar number systems.

HEXD8EEFB
Decimal216238251
Binary110110001110111011111011
Octal330356373

Shades and tints

Shades of #D8EEFB

#D8EEFB
(216,238,251)
#C5D9E5
(197,217,229)
#B2C4CF
(178,196,207)
#9FAFB9
(159,175,185)
#8C9AA3
(140,154,163)
#79858D
(121,133,141)
#667077
(102,112,119)
#535B61
(83,91,97)
#40464B
(64,70,75)
#2D3135
(45,49,53)
#1A1C1F
(26,28,31)
#000000
(0,0,0)

Tints of #D8EEFB

#D8EEFB
(216,238,251)
#DBEFFB
(219,239,251)
#DEF0FB
(222,240,251)
#E1F1FB
(225,241,251)
#E4F2FB
(228,242,251)
#E7F3FB
(231,243,251)
#EAF4FB
(234,244,251)
#EDF5FB
(237,245,251)
#F0F6FB
(240,246,251)
#F3F7FB
(243,247,251)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EEFB; }

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

This text font color is #D8EEFB.


Background Color

.myBgColor { background-color: #D8EEFB; }

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

This div background color is #D8EEFB.


Border color

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

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

This div border color is #D8EEFB.


Opacity

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

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

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

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

This text has shadow with #D8EEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EEFB on black background.


Color preview on white background

This text has color #D8EEFB on white background.



Black color preview on #D8EEFB background

This text has black color on #D8EEFB background.


White color preview on #D8EEFB background

This text has white color on #D8EEFB background.