COLOR #D5D7DA

HEX: #D5D7DA RGB: (213,215,218)

Color info

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

RGB color model

#D5D7DA color RGB value is (213,215,218).

RGB: (213,215,218) (84%, 84%, 85%)

RGB channels and saturation

R 213 of 255 = 84%
G 215 of 255 = 84%
B 218 of 255 = 85%

213
215
218

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

Portions of RGB colors in percentages

R + G + B = 213 + 215 + 218 = 646 (100%)
R 213 of 646 ~ 32.97%
G 215 of 646 ~ 33.28%
B 218 of 646 ~ 33.75'%

%32.97
%33.28
%33.75

CMYK color model

#D5D7DA color CMYK value is (2,1,0,15).

  • cyan value is 2.29%
  • magenta value is 1.38%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (2,1,0,15)
C2M1Y0K15 (2%, 1%, 0%, 15%)
(0.02 / 0.01 / 0.00 / 0.15)

CMYK percentages

%2.29
%1.38
%0
%14.51

Codes

Color #D5D7DA in popluar color models

D5 D7 DA
RGB 213 215 218
HSL 216° 6.33% 84.51%
HSB/HSV 216° 2.29% 85.49%
CMYK 2.29% 1.38% 0.00%
14.51%

Color #D5D7DA in popluar number systems.

HEX D5 D7 DA
Decimal 213 215 218
Binary 11010101 11010111 11011010
Octal 325 327 332

Shades and tints

Shades of #D5D7DA

#D5D7DA
(213,215,218)
#C2C4C7
(194,196,199)
#AFB1B4
(175,177,180)
#9C9EA1
(156,158,161)
#898B8E
(137,139,142)
#76787B
(118,120,123)
#636568
(99,101,104)
#505255
(80,82,85)
#3D3F42
(61,63,66)
#2A2C2F
(42,44,47)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #D5D7DA

#D5D7DA
(213,215,218)
#D8DADD
(216,218,221)
#DBDDE0
(219,221,224)
#DEE0E3
(222,224,227)
#E1E3E6
(225,227,230)
#E4E6E9
(228,230,233)
#E7E9EC
(231,233,236)
#EAECEF
(234,236,239)
#EDEFF2
(237,239,242)
#F0F2F5
(240,242,245)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D7DA; }

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

This text font color is #D5D7DA.

Background Color

.myBgColor { background-color: #D5D7DA; }

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

This div background color is #D5D7DA.

Border color

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

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

This div border color is #D5D7DA.

Opacity

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

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

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

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

This text has shadow with #D5D7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5D7DA.

Preview

Color preview on black background

This text has color #D5D7DA on black background.


Color preview on white background

This text has color #D5D7DA on white background.


Black color preview on #D5D7DA background

This text has black color on #D5D7DA background.


White color preview on #D5D7DA background

This text has white color on #D5D7DA background.


Related colors

Complementary color

Complementary color for #hex is #2A2825.


I love getcolorcode.com

Triadic colors

1 #DAD5D7 and #D7DAD5 with #D5D7DA are triadic colors.

2 #DAD7D5 and #D7D5DA with #D5D7DA are triadic colors.