COLOR #D8E5EB

HEX: #D8E5EB RGB: (216,229,235)

Color info

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

RGB color model

#D8E5EB color RGB value is (216,229,235).

RGB: (216,229,235) (85%, 90%, 92%)

RGB channels and saturation

R 216 of 255 = 85%
G 229 of 255 = 90%
B 235 of 255 = 92%

216
229
235

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

Portions of RGB colors in percentages

R + G + B = 216 + 229 + 235 = 680 (100%)
R 216 of 680 ~ 31.76%
G 229 of 680 ~ 33.68%
B 235 of 680 ~ 34.56'%

%31.76
%33.68
%34.56

CMYK color model

#D8E5EB color CMYK value is (8,3,0,8).

  • cyan value is 8.09%
  • magenta value is 2.55%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (8,3,0,8) C8M3Y0K8 (8%,3%,0%,8%) (0.08/0.03/0.00/0.08) 

CMYK percentages

%8.09
%2.55
%0
%7.84

Codes

Color #D8E5EB in popluar color models

D8 E5 EB
RGB 216 229 235
HSL 199° 32.20% 88.43%
HSB/HSV 199° 8.09% 92.16%
CMYK 8.09% 2.55% 0.00%
7.84%

Color #D8E5EB in popluar number systems.

HEX D8 E5 EB
Decimal 216 229 235
Binary 11011000 11100101 11101011
Octal 330 345 353

Shades and tints

Shades of #D8E5EB

#D8E5EB
(216,229,235)
#C5D1D6
(197,209,214)
#B2BDC1
(178,189,193)
#9FA9AC
(159,169,172)
#8C9597
(140,149,151)
#798182
(121,129,130)
#666D6D
(102,109,109)
#535958
(83,89,88)
#404543
(64,69,67)
#2D312E
(45,49,46)
#1A1D19
(26,29,25)
#000000
(0,0,0)

Tints of #D8E5EB

#D8E5EB
(216,229,235)
#DBE7EC
(219,231,236)
#DEE9ED
(222,233,237)
#E1EBEE
(225,235,238)
#E4EDEF
(228,237,239)
#E7EFF0
(231,239,240)
#EAF1F1
(234,241,241)
#EDF3F2
(237,243,242)
#F0F5F3
(240,245,243)
#F3F7F4
(243,247,244)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E5EB; }

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

This text font color is #D8E5EB.

Background Color

.myBgColor { background-color: #D8E5EB; }

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

This div background color is #D8E5EB.

Border color

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

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

This div border color is #D8E5EB.

Opacity

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

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

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

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

This text has shadow with #D8E5EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E5EB.

Preview

Color preview on black background

This text has color #D8E5EB on black background.


Color preview on white background

This text has color #D8E5EB on white background.


Black color preview on #D8E5EB background

This text has black color on #D8E5EB background.


White color preview on #D8E5EB background

This text has white color on #D8E5EB background.


Related colors

Complementary color

Complementary color for #hex is #271A14.


I love getcolorcode.com

Triadic colors

1 #EBD8E5 and #E5EBD8 with #D8E5EB are triadic colors.

2 #EBE5D8 and #E5D8EB with #D8E5EB are triadic colors.