COLOR #D8E1EF

HEX: #D8E1EF RGB: (216,225,239)

Color info

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

RGB color model

#D8E1EF color RGB value is (216,225,239).

RGB: (216,225,239) (85%, 88%, 94%)

RGB channels and saturation

R 216 of 255 = 85%
G 225 of 255 = 88%
B 239 of 255 = 94%

216
225
239

R + G + B ~ 89%. #D8E1EF is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 225 + 239 = 680 (100%)
R 216 of 680 ~ 31.76%
G 225 of 680 ~ 33.09%
B 239 of 680 ~ 35.15'%

%31.76
%33.09
%35.15

CMYK color model

#D8E1EF color CMYK value is (10,6,0,6).

  • cyan value is 9.62%
  • magenta value is 5.86%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (10,6,0,6) C10M6Y0K6 (10%,6%,0%,6%) (0.10/0.06/0.00/0.06) 

CMYK percentages

%9.62
%5.86
%0
%6.27

Codes

Color #D8E1EF in popluar color models

D8 E1 EF
RGB 216 225 239
HSL 217° 41.82% 89.22%
HSB/HSV 217° 9.62% 93.73%
CMYK 9.62% 5.86% 0.00%
6.27%

Color #D8E1EF in popluar number systems.

HEX D8 E1 EF
Decimal 216 225 239
Binary 11011000 11100001 11101111
Octal 330 341 357

Shades and tints

Shades of #D8E1EF

#D8E1EF
(216,225,239)
#C5CDDA
(197,205,218)
#B2B9C5
(178,185,197)
#9FA5B0
(159,165,176)
#8C919B
(140,145,155)
#797D86
(121,125,134)
#666971
(102,105,113)
#53555C
(83,85,92)
#404147
(64,65,71)
#2D2D32
(45,45,50)
#1A191D
(26,25,29)
#000000
(0,0,0)

Tints of #D8E1EF

#D8E1EF
(216,225,239)
#DBE3F0
(219,227,240)
#DEE5F1
(222,229,241)
#E1E7F2
(225,231,242)
#E4E9F3
(228,233,243)
#E7EBF4
(231,235,244)
#EAEDF5
(234,237,245)
#EDEFF6
(237,239,246)
#F0F1F7
(240,241,247)
#F3F3F8
(243,243,248)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E1EF color. Also use rgb(216,225,239) instead hex code.

Text Font Color

.myTextColor { color: #D8E1EF; }

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

This text font color is #D8E1EF.

Background Color

.myBgColor { background-color: #D8E1EF; }

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

This div background color is #D8E1EF.

Border color

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

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

This div border color is #D8E1EF.

Opacity

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

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

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

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

This text has shadow with #D8E1EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E1EF.

Preview

Color preview on black background

This text has color #D8E1EF on black background.


Color preview on white background

This text has color #D8E1EF on white background.


Black color preview on #D8E1EF background

This text has black color on #D8E1EF background.


White color preview on #D8E1EF background

This text has white color on #D8E1EF background.


Related colors

Complementary color

Complementary color for #hex is #271E10.


I love getcolorcode.com

Triadic colors

1 #EFD8E1 and #E1EFD8 with #D8E1EF are triadic colors.

2 #EFE1D8 and #E1D8EF with #D8E1EF are triadic colors.