COLOR #D8E2EA

HEX: #D8E2EA
RGB: (216,226,234)

Color info

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

RGB color model

#D8E2EA color RGB value is (216,226,234).

  • red value is 216;
  • green value is 226;
  • blue value is 234.
RGB:
(216,226,234)
(85%,89%,92%)

RGB channels and saturation

R 216 of 255 = 85%
G 226 of 255 = 89%
B 234 of 255 = 92%

216
226
234

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

Portions of RGB colors in percentages

R + G + B =
216 + 226 + 234 = 676 (100%)
R 216 of 676 ~ 31.95%
G 226 of 676 ~ 33.43%
B 234 of 676 ~ 34.62%

%31.95
%33.43
%34.62

CMYK color model

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

  • cyan value is 7.69%
  • magenta value is 3.42%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(8,3,0,8)
C8M3Y0K8 
(8%,3%,0%,8%)
(0.08/0.03/0.00/0.08)	

CMYK percentages

%7.69
%3.42
%0
%8.24

Codes

Color #D8E2EA in popluar color models

D8E2EA
RGB216226234
HSL207°30.00%88.24%
HSB/HSV207°7.69%91.76%
CMYK7.69%3.42%0.00%
8.24%

Color #D8E2EA in popluar number systems.

HEXD8E2EA
Decimal216226234
Binary110110001110001011101010
Octal330342352

Shades and tints

Shades of #D8E2EA

#D8E2EA
(216,226,234)
#C5CED5
(197,206,213)
#B2BAC0
(178,186,192)
#9FA6AB
(159,166,171)
#8C9296
(140,146,150)
#797E81
(121,126,129)
#666A6C
(102,106,108)
#535657
(83,86,87)
#404242
(64,66,66)
#2D2E2D
(45,46,45)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #D8E2EA

#D8E2EA
(216,226,234)
#DBE4EB
(219,228,235)
#DEE6EC
(222,230,236)
#E1E8ED
(225,232,237)
#E4EAEE
(228,234,238)
#E7ECEF
(231,236,239)
#EAEEF0
(234,238,240)
#EDF0F1
(237,240,241)
#F0F2F2
(240,242,242)
#F3F4F3
(243,244,243)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E2EA; }

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

This text font color is #D8E2EA.


Background Color

.myBgColor { background-color: #D8E2EA; }

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

This div background color is #D8E2EA.


Border color

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

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

This div border color is #D8E2EA.


Opacity

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

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

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

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

This text has shadow with #D8E2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E2EA on black background.


Color preview on white background

This text has color #D8E2EA on white background.



Black color preview on #D8E2EA background

This text has black color on #D8E2EA background.


White color preview on #D8E2EA background

This text has white color on #D8E2EA background.