COLOR #D5DAD2

HEX: #D5DAD2 RGB: (213,218,210)

Color info

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

RGB color model

#D5DAD2 color RGB value is (213,218,210).

RGB: (213,218,210) (84%, 85%, 82%)

RGB channels and saturation

R 213 of 255 = 84%
G 218 of 255 = 85%
B 210 of 255 = 82%

213
218
210

R + G + B ~ 84%. #D5DAD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 218 + 210 = 641 (100%)
R 213 of 641 ~ 33.23%
G 218 of 641 ~ 34.01%
B 210 of 641 ~ 32.76'%

%33.23
%34.01
%32.76

CMYK color model

#D5DAD2 color CMYK value is (2,0,4,15).

  • cyan value is 2.29%
  • magenta value is 0.00%
  • yellow value is 3.67%
  • key color value is 14.51%
CMYK: (2,0,4,15) C2M0Y4K15 (2%,0%,4%,15%) (0.02/0.00/0.04/0.15) 

CMYK percentages

%2.29
%0
%3.67
%14.51

Codes

Color #D5DAD2 in popluar color models

D5 DA D2
RGB 213 218 210
HSL 97° 9.76% 83.92%
HSB/HSV 97° 3.67% 85.49%
CMYK 2.29% 0.00% 3.67%
14.51%

Color #D5DAD2 in popluar number systems.

HEX D5 DA D2
Decimal 213 218 210
Binary 11010101 11011010 11010010
Octal 325 332 322

Shades and tints

Shades of #D5DAD2

#D5DAD2
(213,218,210)
#C2C7BF
(194,199,191)
#AFB4AC
(175,180,172)
#9CA199
(156,161,153)
#898E86
(137,142,134)
#767B73
(118,123,115)
#636860
(99,104,96)
#50554D
(80,85,77)
#3D423A
(61,66,58)
#2A2F27
(42,47,39)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #D5DAD2

#D5DAD2
(213,218,210)
#D8DDD6
(216,221,214)
#DBE0DA
(219,224,218)
#DEE3DE
(222,227,222)
#E1E6E2
(225,230,226)
#E4E9E6
(228,233,230)
#E7ECEA
(231,236,234)
#EAEFEE
(234,239,238)
#EDF2F2
(237,242,242)
#F0F5F6
(240,245,246)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DAD2; }

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

This text font color is #D5DAD2.

Background Color

.myBgColor { background-color: #D5DAD2; }

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

This div background color is #D5DAD2.

Border color

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

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

This div border color is #D5DAD2.

Opacity

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

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

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

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

This text has shadow with #D5DAD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DAD2.

Preview

Color preview on black background

This text has color #D5DAD2 on black background.


Color preview on white background

This text has color #D5DAD2 on white background.


Black color preview on #D5DAD2 background

This text has black color on #D5DAD2 background.


White color preview on #D5DAD2 background

This text has white color on #D5DAD2 background.


Related colors

Complementary color

Complementary color for #hex is #2A252D.


I love getcolorcode.com

Triadic colors

1 #D2D5DA and #DAD2D5 with #D5DAD2 are triadic colors.

2 #D2DAD5 and #DAD5D2 with #D5DAD2 are triadic colors.