COLOR #D5DAE1

HEX: #D5DAE1 RGB: (213,218,225)

Color info

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

RGB color model

#D5DAE1 color RGB value is (213,218,225).

RGB: (213,218,225) (84%, 85%, 88%)

RGB channels and saturation

R 213 of 255 = 84%
G 218 of 255 = 85%
B 225 of 255 = 88%

213
218
225

R + G + B ~ 86%. #D5DAE1 is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 218 + 225 = 656 (100%)
R 213 of 656 ~ 32.47%
G 218 of 656 ~ 33.23%
B 225 of 656 ~ 34.3'%

%32.47
%33.23
%34.3

CMYK color model

#D5DAE1 color CMYK value is (5,3,0,12).

  • cyan value is 5.33%
  • magenta value is 3.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (5,3,0,12) C5M3Y0K12 (5%,3%,0%,12%) (0.05/0.03/0.00/0.12) 

CMYK percentages

%5.33
%3.11
%0
%11.76

Codes

Color #D5DAE1 in popluar color models

D5 DA E1
RGB 213 218 225
HSL 215° 16.67% 85.88%
HSB/HSV 215° 5.33% 88.24%
CMYK 5.33% 3.11% 0.00%
11.76%

Color #D5DAE1 in popluar number systems.

HEX D5 DA E1
Decimal 213 218 225
Binary 11010101 11011010 11100001
Octal 325 332 341

Shades and tints

Shades of #D5DAE1

#D5DAE1
(213,218,225)
#C2C7CD
(194,199,205)
#AFB4B9
(175,180,185)
#9CA1A5
(156,161,165)
#898E91
(137,142,145)
#767B7D
(118,123,125)
#636869
(99,104,105)
#505555
(80,85,85)
#3D4241
(61,66,65)
#2A2F2D
(42,47,45)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #D5DAE1

#D5DAE1
(213,218,225)
#D8DDE3
(216,221,227)
#DBE0E5
(219,224,229)
#DEE3E7
(222,227,231)
#E1E6E9
(225,230,233)
#E4E9EB
(228,233,235)
#E7ECED
(231,236,237)
#EAEFEF
(234,239,239)
#EDF2F1
(237,242,241)
#F0F5F3
(240,245,243)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DAE1 color. Also use rgb(213,218,225) instead hex code.

Text Font Color

.myTextColor { color: #D5DAE1; }

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

This text font color is #D5DAE1.

Background Color

.myBgColor { background-color: #D5DAE1; }

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

This div background color is #D5DAE1.

Border color

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

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

This div border color is #D5DAE1.

Opacity

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

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

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

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

This text has shadow with #D5DAE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DAE1.

Preview

Color preview on black background

This text has color #D5DAE1 on black background.


Color preview on white background

This text has color #D5DAE1 on white background.


Black color preview on #D5DAE1 background

This text has black color on #D5DAE1 background.


White color preview on #D5DAE1 background

This text has white color on #D5DAE1 background.


Related colors

Complementary color

Complementary color for #hex is #2A251E.


I love getcolorcode.com

Triadic colors

1 #E1D5DA and #DAE1D5 with #D5DAE1 are triadic colors.

2 #E1DAD5 and #DAD5E1 with #D5DAE1 are triadic colors.