COLOR #D8E2DF

HEX: #D8E2DF RGB: (216,226,223)

Color info

#D8E2DF contains red, green and blue colors in about the same proportion. Web safe color of #D8E2DF is #CCCCCC (or #CCC).

RGB color model

#D8E2DF color RGB value is (216,226,223).

RGB: (216,226,223) (85%, 89%, 87%)

RGB channels and saturation

R 216 of 255 = 85%
G 226 of 255 = 89%
B 223 of 255 = 87%

216
226
223

R + G + B ~ 87%. #D8E2DF is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 226 + 223 = 665 (100%)
R 216 of 665 ~ 32.48%
G 226 of 665 ~ 33.98%
B 223 of 665 ~ 33.53'%

%32.48
%33.98
%33.53

CMYK color model

#D8E2DF color CMYK value is (4,0,1,11).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 1.33%
  • key color value is 11.37%

CMYK: (4,0,1,11)
C4M0Y1K11 (4%, 0%, 1%, 11%)
(0.04 / 0.00 / 0.01 / 0.11)

CMYK percentages

%4.42
%0
%1.33
%11.37

Codes

Color #D8E2DF in popluar color models

D8 E2 DF
RGB 216 226 223
HSL 162° 14.71% 86.67%
HSB/HSV 162° 4.42% 88.63%
CMYK 4.42% 0.00% 1.33%
11.37%

Color #D8E2DF in popluar number systems.

HEX D8 E2 DF
Decimal 216 226 223
Binary 11011000 11100010 11011111
Octal 330 342 337

Shades and tints

Shades of #D8E2DF

#D8E2DF
(216,226,223)
#C5CECB
(197,206,203)
#B2BAB7
(178,186,183)
#9FA6A3
(159,166,163)
#8C928F
(140,146,143)
#797E7B
(121,126,123)
#666A67
(102,106,103)
#535653
(83,86,83)
#40423F
(64,66,63)
#2D2E2B
(45,46,43)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #D8E2DF

#D8E2DF
(216,226,223)
#DBE4E1
(219,228,225)
#DEE6E3
(222,230,227)
#E1E8E5
(225,232,229)
#E4EAE7
(228,234,231)
#E7ECE9
(231,236,233)
#EAEEEB
(234,238,235)
#EDF0ED
(237,240,237)
#F0F2EF
(240,242,239)
#F3F4F1
(243,244,241)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E2DF color. Also use rgb(216,226,223) instead hex code.

Text Font Color

.myTextColor { color: #D8E2DF; }

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

This text font color is #D8E2DF.

Background Color

.myBgColor { background-color: #D8E2DF; }

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

This div background color is #D8E2DF.

Border color

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

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

This div border color is #D8E2DF.

Opacity

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

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

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

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

This text has shadow with #D8E2DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E2DF.

Preview

Color preview on black background

This text has color #D8E2DF on black background.


Color preview on white background

This text has color #D8E2DF on white background.


Black color preview on #D8E2DF background

This text has black color on #D8E2DF background.


White color preview on #D8E2DF background

This text has white color on #D8E2DF background.


Related colors

Complementary color

Complementary color for #hex is #271D20.


I love getcolorcode.com

Triadic colors

1 #DFD8E2 and #E2DFD8 with #D8E2DF are triadic colors.

2 #DFE2D8 and #E2D8DF with #D8E2DF are triadic colors.