COLOR #D8E1E5

HEX: #D8E1E5 RGB: (216,225,229)

Color info

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

RGB color model

#D8E1E5 color RGB value is (216,225,229).

RGB: (216,225,229) (85%, 88%, 90%)

RGB channels and saturation

R 216 of 255 = 85%
G 225 of 255 = 88%
B 229 of 255 = 90%

216
225
229

R + G + B ~ 88%. #D8E1E5 is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 225 + 229 = 670 (100%)
R 216 of 670 ~ 32.24%
G 225 of 670 ~ 33.58%
B 229 of 670 ~ 34.18'%

%32.24
%33.58
%34.18

CMYK color model

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

  • cyan value is 5.68%
  • magenta value is 1.75%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (6,2,0,10)
C6M2Y0K10 (6%, 2%, 0%, 10%)
(0.06 / 0.02 / 0.00 / 0.10)

CMYK percentages

%5.68
%1.75
%0
%10.2

Codes

Color #D8E1E5 in popluar color models

D8 E1 E5
RGB 216 225 229
HSL 198° 20.00% 87.25%
HSB/HSV 198° 5.68% 89.80%
CMYK 5.68% 1.75% 0.00%
10.20%

Color #D8E1E5 in popluar number systems.

HEX D8 E1 E5
Decimal 216 225 229
Binary 11011000 11100001 11100101
Octal 330 341 345

Shades and tints

Shades of #D8E1E5

#D8E1E5
(216,225,229)
#C5CDD1
(197,205,209)
#B2B9BD
(178,185,189)
#9FA5A9
(159,165,169)
#8C9195
(140,145,149)
#797D81
(121,125,129)
#66696D
(102,105,109)
#535559
(83,85,89)
#404145
(64,65,69)
#2D2D31
(45,45,49)
#1A191D
(26,25,29)
#000000
(0,0,0)

Tints of #D8E1E5

#D8E1E5
(216,225,229)
#DBE3E7
(219,227,231)
#DEE5E9
(222,229,233)
#E1E7EB
(225,231,235)
#E4E9ED
(228,233,237)
#E7EBEF
(231,235,239)
#EAEDF1
(234,237,241)
#EDEFF3
(237,239,243)
#F0F1F5
(240,241,245)
#F3F3F7
(243,243,247)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E1E5; }

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

This text font color is #D8E1E5.

Background Color

.myBgColor { background-color: #D8E1E5; }

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

This div background color is #D8E1E5.

Border color

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

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

This div border color is #D8E1E5.

Opacity

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

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

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

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

This text has shadow with #D8E1E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E1E5.

Preview

Color preview on black background

This text has color #D8E1E5 on black background.


Color preview on white background

This text has color #D8E1E5 on white background.


Black color preview on #D8E1E5 background

This text has black color on #D8E1E5 background.


White color preview on #D8E1E5 background

This text has white color on #D8E1E5 background.


Related colors

Complementary color

Complementary color for #hex is #271E1A.


I love getcolorcode.com

Triadic colors

1 #E5D8E1 and #E1E5D8 with #D8E1E5 are triadic colors.

2 #E5E1D8 and #E1D8E5 with #D8E1E5 are triadic colors.