COLOR #D5DFE6

HEX: #D5DFE6 RGB: (213,223,230)

Color info

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

RGB color model

#D5DFE6 color RGB value is (213,223,230).

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

RGB channels and saturation

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

213
223
230

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

Portions of RGB colors in percentages

R + G + B = 213 + 223 + 230 = 666 (100%)
R 213 of 666 ~ 31.98%
G 223 of 666 ~ 33.48%
B 230 of 666 ~ 34.53'%

%31.98
%33.48
%34.53

CMYK color model

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

  • cyan value is 7.39%
  • magenta value is 3.04%
  • 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.04
%0
%9.8

Codes

Color #D5DFE6 in popluar color models

D5 DF E6
RGB 213 223 230
HSL 205° 25.37% 86.86%
HSB/HSV 205° 7.39% 90.20%
CMYK 7.39% 3.04% 0.00%
9.80%

Color #D5DFE6 in popluar number systems.

HEX D5 DF E6
Decimal 213 223 230
Binary 11010101 11011111 11100110
Octal 325 337 346

Shades and tints

Shades of #D5DFE6

#D5DFE6
(213,223,230)
#C2CBD2
(194,203,210)
#AFB7BE
(175,183,190)
#9CA3AA
(156,163,170)
#898F96
(137,143,150)
#767B82
(118,123,130)
#63676E
(99,103,110)
#50535A
(80,83,90)
#3D3F46
(61,63,70)
#2A2B32
(42,43,50)
#17171E
(23,23,30)
#000000
(0,0,0)

Tints of #D5DFE6

#D5DFE6
(213,223,230)
#D8E1E8
(216,225,232)
#DBE3EA
(219,227,234)
#DEE5EC
(222,229,236)
#E1E7EE
(225,231,238)
#E4E9F0
(228,233,240)
#E7EBF2
(231,235,242)
#EAEDF4
(234,237,244)
#EDEFF6
(237,239,246)
#F0F1F8
(240,241,248)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DFE6; }

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

This text font color is #D5DFE6.

Background Color

.myBgColor { background-color: #D5DFE6; }

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

This div background color is #D5DFE6.

Border color

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

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

This div border color is #D5DFE6.

Opacity

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

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

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

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

This text has shadow with #D5DFE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DFE6.

Preview

Color preview on black background

This text has color #D5DFE6 on black background.


Color preview on white background

This text has color #D5DFE6 on white background.


Black color preview on #D5DFE6 background

This text has black color on #D5DFE6 background.


White color preview on #D5DFE6 background

This text has white color on #D5DFE6 background.


Related colors

Complementary color

Complementary color for #hex is #2A2019.


I love getcolorcode.com

Triadic colors

1 #E6D5DF and #DFE6D5 with #D5DFE6 are triadic colors.

2 #E6DFD5 and #DFD5E6 with #D5DFE6 are triadic colors.