COLOR #D8E3FE

HEX: #D8E3FE RGB: (216,227,254)

Color info

#D8E3FE contains red, green and blue colors in about the same proportion. Web safe color of #D8E3FE is #CCCCFF (or #CCF).

RGB color model

#D8E3FE color RGB value is (216,227,254).

RGB: (216,227,254) (85%, 89%, 100%)

RGB channels and saturation

R 216 of 255 = 85%
G 227 of 255 = 89%
B 254 of 255 = 100%

216
227
254

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

Portions of RGB colors in percentages

R + G + B = 216 + 227 + 254 = 697 (100%)
R 216 of 697 ~ 30.99%
G 227 of 697 ~ 32.57%
B 254 of 697 ~ 36.44'%

%30.99
%32.57
%36.44

CMYK color model

#D8E3FE color CMYK value is (15,11,0,0).

  • cyan value is 14.96%
  • magenta value is 10.63%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (15,11,0,0)
C15M11Y0K0 (15%, 11%, 0%, 0%)
(0.15 / 0.11 / 0.00 / 0.00)

CMYK percentages

%14.96
%10.63
%0
%0.39

Codes

Color #D8E3FE in popluar color models

D8 E3 FE
RGB 216 227 254
HSL 223° 95.00% 92.16%
HSB/HSV 223° 14.96% 99.61%
CMYK 14.96% 10.63% 0.00%
0.39%

Color #D8E3FE in popluar number systems.

HEX D8 E3 FE
Decimal 216 227 254
Binary 11011000 11100011 11111110
Octal 330 343 376

Shades and tints

Shades of #D8E3FE

#D8E3FE
(216,227,254)
#C5CFE7
(197,207,231)
#B2BBD0
(178,187,208)
#9FA7B9
(159,167,185)
#8C93A2
(140,147,162)
#797F8B
(121,127,139)
#666B74
(102,107,116)
#53575D
(83,87,93)
#404346
(64,67,70)
#2D2F2F
(45,47,47)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #D8E3FE

#D8E3FE
(216,227,254)
#DBE5FE
(219,229,254)
#DEE7FE
(222,231,254)
#E1E9FE
(225,233,254)
#E4EBFE
(228,235,254)
#E7EDFE
(231,237,254)
#EAEFFE
(234,239,254)
#EDF1FE
(237,241,254)
#F0F3FE
(240,243,254)
#F3F5FE
(243,245,254)
#F6F7FE
(246,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E3FE; }

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

This text font color is #D8E3FE.

Background Color

.myBgColor { background-color: #D8E3FE; }

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

This div background color is #D8E3FE.

Border color

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

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

This div border color is #D8E3FE.

Opacity

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

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

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

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

This text has shadow with #D8E3FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E3FE.

Preview

Color preview on black background

This text has color #D8E3FE on black background.


Color preview on white background

This text has color #D8E3FE on white background.


Black color preview on #D8E3FE background

This text has black color on #D8E3FE background.


White color preview on #D8E3FE background

This text has white color on #D8E3FE background.


Related colors

Complementary color

Complementary color for #hex is #271C01.


I love getcolorcode.com

Triadic colors

1 #FED8E3 and #E3FED8 with #D8E3FE are triadic colors.

2 #FEE3D8 and #E3D8FE with #D8E3FE are triadic colors.