COLOR #D5D7DD

HEX: #D5D7DD
RGB: (213,215,221)

Color info

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

RGB color model

#D5D7DD color RGB value is (213,215,221).

  • red value is 213;
  • green value is 215;
  • blue value is 221.
RGB:
(213,215,221)
(84%,84%,87%)

RGB channels and saturation

R 213 of 255 = 84%
G 215 of 255 = 84%
B 221 of 255 = 87%

213
215
221

R + G + B ~ 85%. #D5D7DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 215 + 221 = 649 (100%)
R 213 of 649 ~ 32.82%
G 215 of 649 ~ 33.13%
B 221 of 649 ~ 34.05%

%32.82
%33.13
%34.05

CMYK color model

#D5D7DD color CMYK value is (4,3,0,13).

  • cyan value is 3.62%
  • magenta value is 2.71%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(4,3,0,13)
C4M3Y0K13 
(4%,3%,0%,13%)
(0.04/0.03/0.00/0.13)	

CMYK percentages

%3.62
%2.71
%0
%13.33

Codes

Color #D5D7DD in popluar color models

D5D7DD
RGB213215221
HSL225°10.53%85.10%
HSB/HSV225°3.62%86.67%
CMYK3.62%2.71%0.00%
13.33%

Color #D5D7DD in popluar number systems.

HEXD5D7DD
Decimal213215221
Binary110101011101011111011101
Octal325327335

Shades and tints

Shades of #D5D7DD

#D5D7DD
(213,215,221)
#C2C4C9
(194,196,201)
#AFB1B5
(175,177,181)
#9C9EA1
(156,158,161)
#898B8D
(137,139,141)
#767879
(118,120,121)
#636565
(99,101,101)
#505251
(80,82,81)
#3D3F3D
(61,63,61)
#2A2C29
(42,44,41)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #D5D7DD

#D5D7DD
(213,215,221)
#D8DAE0
(216,218,224)
#DBDDE3
(219,221,227)
#DEE0E6
(222,224,230)
#E1E3E9
(225,227,233)
#E4E6EC
(228,230,236)
#E7E9EF
(231,233,239)
#EAECF2
(234,236,242)
#EDEFF5
(237,239,245)
#F0F2F8
(240,242,248)
#F3F5FB
(243,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D7DD; }

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

This text font color is #D5D7DD.


Background Color

.myBgColor { background-color: #D5D7DD; }

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

This div background color is #D5D7DD.


Border color

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

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

This div border color is #D5D7DD.


Opacity

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

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

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

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

This text has shadow with #D5D7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D7DD on black background.


Color preview on white background

This text has color #D5D7DD on white background.



Black color preview on #D5D7DD background

This text has black color on #D5D7DD background.


White color preview on #D5D7DD background

This text has white color on #D5D7DD background.