COLOR #D8E3FC

HEX: #D8E3FC RGB: (216,227,252)

Color info

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

RGB color model

#D8E3FC color RGB value is (216,227,252).

RGB: (216,227,252) (85%, 89%, 99%)

RGB channels and saturation

R 216 of 255 = 85%
G 227 of 255 = 89%
B 252 of 255 = 99%

216
227
252

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

Portions of RGB colors in percentages

R + G + B = 216 + 227 + 252 = 695 (100%)
R 216 of 695 ~ 31.08%
G 227 of 695 ~ 32.66%
B 252 of 695 ~ 36.26'%

%31.08
%32.66
%36.26

CMYK color model

#D8E3FC color CMYK value is (14,10,0,1).

  • cyan value is 14.29%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (14,10,0,1)
C14M10Y0K1 (14%, 10%, 0%, 1%)
(0.14 / 0.10 / 0.00 / 0.01)

CMYK percentages

%14.29
%9.92
%0
%1.18

Codes

Color #D8E3FC in popluar color models

D8 E3 FC
RGB 216 227 252
HSL 222° 85.71% 91.76%
HSB/HSV 222° 14.29% 98.82%
CMYK 14.29% 9.92% 0.00%
1.18%

Color #D8E3FC in popluar number systems.

HEX D8 E3 FC
Decimal 216 227 252
Binary 11011000 11100011 11111100
Octal 330 343 374

Shades and tints

Shades of #D8E3FC

#D8E3FC
(216,227,252)
#C5CFE6
(197,207,230)
#B2BBD0
(178,187,208)
#9FA7BA
(159,167,186)
#8C93A4
(140,147,164)
#797F8E
(121,127,142)
#666B78
(102,107,120)
#535762
(83,87,98)
#40434C
(64,67,76)
#2D2F36
(45,47,54)
#1A1B20
(26,27,32)
#000000
(0,0,0)

Tints of #D8E3FC

#D8E3FC
(216,227,252)
#DBE5FC
(219,229,252)
#DEE7FC
(222,231,252)
#E1E9FC
(225,233,252)
#E4EBFC
(228,235,252)
#E7EDFC
(231,237,252)
#EAEFFC
(234,239,252)
#EDF1FC
(237,241,252)
#F0F3FC
(240,243,252)
#F3F5FC
(243,245,252)
#F6F7FC
(246,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E3FC; }

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

This text font color is #D8E3FC.

Background Color

.myBgColor { background-color: #D8E3FC; }

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

This div background color is #D8E3FC.

Border color

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

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

This div border color is #D8E3FC.

Opacity

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

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

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

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

This text has shadow with #D8E3FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E3FC.

Preview

Color preview on black background

This text has color #D8E3FC on black background.


Color preview on white background

This text has color #D8E3FC on white background.


Black color preview on #D8E3FC background

This text has black color on #D8E3FC background.


White color preview on #D8E3FC background

This text has white color on #D8E3FC background.


Related colors

Complementary color

Complementary color for #hex is #271C03.


I love getcolorcode.com

Triadic colors

1 #FCD8E3 and #E3FCD8 with #D8E3FC are triadic colors.

2 #FCE3D8 and #E3D8FC with #D8E3FC are triadic colors.