COLOR #D8EDFA

HEX: #D8EDFA
RGB: (216,237,250)

Color info

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

RGB color model

#D8EDFA color RGB value is (216,237,250).

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

RGB channels and saturation

R 216 of 255 = 85%
G 237 of 255 = 93%
B 250 of 255 = 98%

216
237
250

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

Portions of RGB colors in percentages

R + G + B =
216 + 237 + 250 = 703 (100%)
R 216 of 703 ~ 30.73%
G 237 of 703 ~ 33.71%
B 250 of 703 ~ 35.56%

%30.73
%33.71
%35.56

CMYK color model

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

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

CMYK percentages

%13.6
%5.2
%0
%1.96

Codes

Color #D8EDFA in popluar color models

D8EDFA
RGB216237250
HSL203°77.27%91.37%
HSB/HSV203°13.60%98.04%
CMYK13.60%5.20%0.00%
1.96%

Color #D8EDFA in popluar number systems.

HEXD8EDFA
Decimal216237250
Binary110110001110110111111010
Octal330355372

Shades and tints

Shades of #D8EDFA

#D8EDFA
(216,237,250)
#C5D8E4
(197,216,228)
#B2C3CE
(178,195,206)
#9FAEB8
(159,174,184)
#8C99A2
(140,153,162)
#79848C
(121,132,140)
#666F76
(102,111,118)
#535A60
(83,90,96)
#40454A
(64,69,74)
#2D3034
(45,48,52)
#1A1B1E
(26,27,30)
#000000
(0,0,0)

Tints of #D8EDFA

#D8EDFA
(216,237,250)
#DBEEFA
(219,238,250)
#DEEFFA
(222,239,250)
#E1F0FA
(225,240,250)
#E4F1FA
(228,241,250)
#E7F2FA
(231,242,250)
#EAF3FA
(234,243,250)
#EDF4FA
(237,244,250)
#F0F5FA
(240,245,250)
#F3F6FA
(243,246,250)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8EDFA color. Also use rgb(216,237,250) instead hex code.

Text Font Color

.myTextColor { color: #D8EDFA; }

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

This text font color is #D8EDFA.


Background Color

.myBgColor { background-color: #D8EDFA; }

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

This div background color is #D8EDFA.


Border color

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

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

This div border color is #D8EDFA.


Opacity

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

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

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

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

This text has shadow with #D8EDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EDFA on black background.


Color preview on white background

This text has color #D8EDFA on white background.



Black color preview on #D8EDFA background

This text has black color on #D8EDFA background.


White color preview on #D8EDFA background

This text has white color on #D8EDFA background.