COLOR #D8F2FE

HEX: #D8F2FE
RGB: (216,242,254)

Color info

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

RGB color model

#D8F2FE color RGB value is (216,242,254).

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

RGB channels and saturation

R 216 of 255 = 85%
G 242 of 255 = 95%
B 254 of 255 = 100%

216
242
254

R + G + B ~ 93%. #D8F2FE is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 242 + 254 = 712 (100%)
R 216 of 712 ~ 30.34%
G 242 of 712 ~ 33.99%
B 254 of 712 ~ 35.67%

%30.34
%33.99
%35.67

CMYK color model

#D8F2FE color CMYK value is (15,5,0,0).

  • cyan value is 14.96%
  • magenta value is 4.72%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(15,5,0,0)
C15M5Y0K0 
(15%,5%,0%,0%)
(0.15/0.05/0.00/0.00)	

CMYK percentages

%14.96
%4.72
%0
%0.39

Codes

Color #D8F2FE in popluar color models

D8F2FE
RGB216242254
HSL199°95.00%92.16%
HSB/HSV199°14.96%99.61%
CMYK14.96%4.72%0.00%
0.39%

Color #D8F2FE in popluar number systems.

HEXD8F2FE
Decimal216242254
Binary110110001111001011111110
Octal330362376

Shades and tints

Shades of #D8F2FE

#D8F2FE
(216,242,254)
#C5DCE7
(197,220,231)
#B2C6D0
(178,198,208)
#9FB0B9
(159,176,185)
#8C9AA2
(140,154,162)
#79848B
(121,132,139)
#666E74
(102,110,116)
#53585D
(83,88,93)
#404246
(64,66,70)
#2D2C2F
(45,44,47)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #D8F2FE

#D8F2FE
(216,242,254)
#DBF3FE
(219,243,254)
#DEF4FE
(222,244,254)
#E1F5FE
(225,245,254)
#E4F6FE
(228,246,254)
#E7F7FE
(231,247,254)
#EAF8FE
(234,248,254)
#EDF9FE
(237,249,254)
#F0FAFE
(240,250,254)
#F3FBFE
(243,251,254)
#F6FCFE
(246,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F2FE; }

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

This text font color is #D8F2FE.


Background Color

.myBgColor { background-color: #D8F2FE; }

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

This div background color is #D8F2FE.


Border color

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

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

This div border color is #D8F2FE.


Opacity

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

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

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

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

This text has shadow with #D8F2FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F2FE on black background.


Color preview on white background

This text has color #D8F2FE on white background.



Black color preview on #D8F2FE background

This text has black color on #D8F2FE background.


White color preview on #D8F2FE background

This text has white color on #D8F2FE background.