COLOR #D5DEE6

HEX: #D5DEE6 RGB: (213,222,230)

Color info

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

RGB color model

#D5DEE6 color RGB value is (213,222,230).

RGB: (213,222,230) (84%, 87%, 90%)

RGB channels and saturation

R 213 of 255 = 84%
G 222 of 255 = 87%
B 230 of 255 = 90%

213
222
230

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

Portions of RGB colors in percentages

R + G + B = 213 + 222 + 230 = 665 (100%)
R 213 of 665 ~ 32.03%
G 222 of 665 ~ 33.38%
B 230 of 665 ~ 34.59'%

%32.03
%33.38
%34.59

CMYK color model

#D5DEE6 color CMYK value is (7,3,0,10).

  • cyan value is 7.39%
  • magenta value is 3.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (7,3,0,10) C7M3Y0K10 (7%,3%,0%,10%) (0.07/0.03/0.00/0.10) 

CMYK percentages

%7.39
%3.48
%0
%9.8

Codes

Color #D5DEE6 in popluar color models

D5 DE E6
RGB 213 222 230
HSL 208° 25.37% 86.86%
HSB/HSV 208° 7.39% 90.20%
CMYK 7.39% 3.48% 0.00%
9.80%

Color #D5DEE6 in popluar number systems.

HEX D5 DE E6
Decimal 213 222 230
Binary 11010101 11011110 11100110
Octal 325 336 346

Shades and tints

Shades of #D5DEE6

#D5DEE6
(213,222,230)
#C2CAD2
(194,202,210)
#AFB6BE
(175,182,190)
#9CA2AA
(156,162,170)
#898E96
(137,142,150)
#767A82
(118,122,130)
#63666E
(99,102,110)
#50525A
(80,82,90)
#3D3E46
(61,62,70)
#2A2A32
(42,42,50)
#17161E
(23,22,30)
#000000
(0,0,0)

Tints of #D5DEE6

#D5DEE6
(213,222,230)
#D8E1E8
(216,225,232)
#DBE4EA
(219,228,234)
#DEE7EC
(222,231,236)
#E1EAEE
(225,234,238)
#E4EDF0
(228,237,240)
#E7F0F2
(231,240,242)
#EAF3F4
(234,243,244)
#EDF6F6
(237,246,246)
#F0F9F8
(240,249,248)
#F3FCFA
(243,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DEE6 color. Also use rgb(213,222,230) instead hex code.

Text Font Color

.myTextColor { color: #D5DEE6; }

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

This text font color is #D5DEE6.

Background Color

.myBgColor { background-color: #D5DEE6; }

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

This div background color is #D5DEE6.

Border color

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

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

This div border color is #D5DEE6.

Opacity

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

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

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

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

This text has shadow with #D5DEE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DEE6.

Preview

Color preview on black background

This text has color #D5DEE6 on black background.


Color preview on white background

This text has color #D5DEE6 on white background.


Black color preview on #D5DEE6 background

This text has black color on #D5DEE6 background.


White color preview on #D5DEE6 background

This text has white color on #D5DEE6 background.


Related colors

Complementary color

Complementary color for #hex is #2A2119.


I love getcolorcode.com

Triadic colors

1 #E6D5DE and #DEE6D5 with #D5DEE6 are triadic colors.

2 #E6DED5 and #DED5E6 with #D5DEE6 are triadic colors.