COLOR #D8DEE3

HEX: #D8DEE3 RGB: (216,222,227)

Color info

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

RGB color model

#D8DEE3 color RGB value is (216,222,227).

RGB: (216,222,227) (85%, 87%, 89%)

RGB channels and saturation

R 216 of 255 = 85%
G 222 of 255 = 87%
B 227 of 255 = 89%

216
222
227

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

Portions of RGB colors in percentages

R + G + B = 216 + 222 + 227 = 665 (100%)
R 216 of 665 ~ 32.48%
G 222 of 665 ~ 33.38%
B 227 of 665 ~ 34.14'%

%32.48
%33.38
%34.14

CMYK color model

#D8DEE3 color CMYK value is (5,2,0,11).

  • cyan value is 4.85%
  • magenta value is 2.20%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (5,2,0,11)
C5M2Y0K11 (5%, 2%, 0%, 11%)
(0.05 / 0.02 / 0.00 / 0.11)

CMYK percentages

%4.85
%2.2
%0
%10.98

Codes

Color #D8DEE3 in popluar color models

D8 DE E3
RGB 216 222 227
HSL 207° 16.42% 86.86%
HSB/HSV 207° 4.85% 89.02%
CMYK 4.85% 2.20% 0.00%
10.98%

Color #D8DEE3 in popluar number systems.

HEX D8 DE E3
Decimal 216 222 227
Binary 11011000 11011110 11100011
Octal 330 336 343

Shades and tints

Shades of #D8DEE3

#D8DEE3
(216,222,227)
#C5CACF
(197,202,207)
#B2B6BB
(178,182,187)
#9FA2A7
(159,162,167)
#8C8E93
(140,142,147)
#797A7F
(121,122,127)
#66666B
(102,102,107)
#535257
(83,82,87)
#403E43
(64,62,67)
#2D2A2F
(45,42,47)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #D8DEE3

#D8DEE3
(216,222,227)
#DBE1E5
(219,225,229)
#DEE4E7
(222,228,231)
#E1E7E9
(225,231,233)
#E4EAEB
(228,234,235)
#E7EDED
(231,237,237)
#EAF0EF
(234,240,239)
#EDF3F1
(237,243,241)
#F0F6F3
(240,246,243)
#F3F9F5
(243,249,245)
#F6FCF7
(246,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DEE3; }

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

This text font color is #D8DEE3.

Background Color

.myBgColor { background-color: #D8DEE3; }

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

This div background color is #D8DEE3.

Border color

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

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

This div border color is #D8DEE3.

Opacity

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

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

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

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

This text has shadow with #D8DEE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DEE3.

Preview

Color preview on black background

This text has color #D8DEE3 on black background.


Color preview on white background

This text has color #D8DEE3 on white background.


Black color preview on #D8DEE3 background

This text has black color on #D8DEE3 background.


White color preview on #D8DEE3 background

This text has white color on #D8DEE3 background.


Related colors

Complementary color

Complementary color for #hex is #27211C.


I love getcolorcode.com

Triadic colors

1 #E3D8DE and #DEE3D8 with #D8DEE3 are triadic colors.

2 #E3DED8 and #DED8E3 with #D8DEE3 are triadic colors.