COLOR #D8E3E6

HEX: #D8E3E6 RGB: (216,227,230)

Color info

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

RGB color model

#D8E3E6 color RGB value is (216,227,230).

RGB: (216,227,230) (85%, 89%, 90%)

RGB channels and saturation

R 216 of 255 = 85%
G 227 of 255 = 89%
B 230 of 255 = 90%

216
227
230

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

Portions of RGB colors in percentages

R + G + B = 216 + 227 + 230 = 673 (100%)
R 216 of 673 ~ 32.1%
G 227 of 673 ~ 33.73%
B 230 of 673 ~ 34.18'%

%32.1
%33.73
%34.18

CMYK color model

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

  • cyan value is 6.09%
  • magenta value is 1.30%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (6,1,0,10)
C6M1Y0K10 (6%, 1%, 0%, 10%)
(0.06 / 0.01 / 0.00 / 0.10)

CMYK percentages

%6.09
%1.3
%0
%9.8

Codes

Color #D8E3E6 in popluar color models

D8 E3 E6
RGB 216 227 230
HSL 193° 21.88% 87.45%
HSB/HSV 193° 6.09% 90.20%
CMYK 6.09% 1.30% 0.00%
9.80%

Color #D8E3E6 in popluar number systems.

HEX D8 E3 E6
Decimal 216 227 230
Binary 11011000 11100011 11100110
Octal 330 343 346

Shades and tints

Shades of #D8E3E6

#D8E3E6
(216,227,230)
#C5CFD2
(197,207,210)
#B2BBBE
(178,187,190)
#9FA7AA
(159,167,170)
#8C9396
(140,147,150)
#797F82
(121,127,130)
#666B6E
(102,107,110)
#53575A
(83,87,90)
#404346
(64,67,70)
#2D2F32
(45,47,50)
#1A1B1E
(26,27,30)
#000000
(0,0,0)

Tints of #D8E3E6

#D8E3E6
(216,227,230)
#DBE5E8
(219,229,232)
#DEE7EA
(222,231,234)
#E1E9EC
(225,233,236)
#E4EBEE
(228,235,238)
#E7EDF0
(231,237,240)
#EAEFF2
(234,239,242)
#EDF1F4
(237,241,244)
#F0F3F6
(240,243,246)
#F3F5F8
(243,245,248)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E3E6 color. Also use rgb(216,227,230) instead hex code.

Text Font Color

.myTextColor { color: #D8E3E6; }

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

This text font color is #D8E3E6.

Background Color

.myBgColor { background-color: #D8E3E6; }

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

This div background color is #D8E3E6.

Border color

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

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

This div border color is #D8E3E6.

Opacity

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

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

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

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

This text has shadow with #D8E3E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E3E6.

Preview

Color preview on black background

This text has color #D8E3E6 on black background.


Color preview on white background

This text has color #D8E3E6 on white background.


Black color preview on #D8E3E6 background

This text has black color on #D8E3E6 background.


White color preview on #D8E3E6 background

This text has white color on #D8E3E6 background.


Related colors

Complementary color

Complementary color for #hex is #271C19.


I love getcolorcode.com

Triadic colors

1 #E6D8E3 and #E3E6D8 with #D8E3E6 are triadic colors.

2 #E6E3D8 and #E3D8E6 with #D8E3E6 are triadic colors.