COLOR #D5D7BB

HEX: #D5D7BB
RGB: (213,215,187)

Color info

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

RGB color model

#D5D7BB color RGB value is (213,215,187).

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

RGB channels and saturation

R 213 of 255 = 84%
G 215 of 255 = 84%
B 187 of 255 = 73%

213
215
187

R + G + B ~ 80%. #D5D7BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 215 + 187 = 615 (100%)
R 213 of 615 ~ 34.63%
G 215 of 615 ~ 34.96%
B 187 of 615 ~ 30.41%

%34.63
%34.96
%30.41

CMYK color model

#D5D7BB color CMYK value is (1,0,13,16).

  • cyan value is 0.93%
  • magenta value is 0.00%
  • yellow value is 13.02%
  • key color value is 15.69%
CMYK:
(1,0,13,16)
C1M0Y13K16 
(1%,0%,13%,16%)
(0.01/0.00/0.13/0.16)	

CMYK percentages

%0.93
%0
%13.02
%15.69

Codes

Color #D5D7BB in popluar color models

D5D7BB
RGB213215187
HSL64°25.93%78.82%
HSB/HSV64°13.02%84.31%
CMYK0.93%0.00%13.02%
15.69%

Color #D5D7BB in popluar number systems.

HEXD5D7BB
Decimal213215187
Binary110101011101011110111011
Octal325327273

Shades and tints

Shades of #D5D7BB

#D5D7BB
(213,215,187)
#C2C4AA
(194,196,170)
#AFB199
(175,177,153)
#9C9E88
(156,158,136)
#898B77
(137,139,119)
#767866
(118,120,102)
#636555
(99,101,85)
#505244
(80,82,68)
#3D3F33
(61,63,51)
#2A2C22
(42,44,34)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #D5D7BB

#D5D7BB
(213,215,187)
#D8DAC1
(216,218,193)
#DBDDC7
(219,221,199)
#DEE0CD
(222,224,205)
#E1E3D3
(225,227,211)
#E4E6D9
(228,230,217)
#E7E9DF
(231,233,223)
#EAECE5
(234,236,229)
#EDEFEB
(237,239,235)
#F0F2F1
(240,242,241)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D7BB; }

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

This text font color is #D5D7BB.


Background Color

.myBgColor { background-color: #D5D7BB; }

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

This div background color is #D5D7BB.


Border color

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

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

This div border color is #D5D7BB.


Opacity

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

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

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

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

This text has shadow with #D5D7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D7BB on black background.


Color preview on white background

This text has color #D5D7BB on white background.



Black color preview on #D5D7BB background

This text has black color on #D5D7BB background.


White color preview on #D5D7BB background

This text has white color on #D5D7BB background.