COLOR #D7D5BB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

215
213
187

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

Portions of RGB colors in percentages

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

%34.96
%34.63
%30.41

CMYK color model

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

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

CMYK percentages

%0
%0.93
%13.02
%15.69

Codes

Color #D7D5BB in popluar color models

D7D5BB
RGB215213187
HSL56°25.93%78.82%
HSB/HSV56°13.02%84.31%
CMYK0.00%0.93%13.02%
15.69%

Color #D7D5BB in popluar number systems.

HEXD7D5BB
Decimal215213187
Binary110101111101010110111011
Octal327325273

Shades and tints

Shades of #D7D5BB

#D7D5BB
(215,213,187)
#C4C2AA
(196,194,170)
#B1AF99
(177,175,153)
#9E9C88
(158,156,136)
#8B8977
(139,137,119)
#787666
(120,118,102)
#656355
(101,99,85)
#525044
(82,80,68)
#3F3D33
(63,61,51)
#2C2A22
(44,42,34)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #D7D5BB

#D7D5BB
(215,213,187)
#DAD8C1
(218,216,193)
#DDDBC7
(221,219,199)
#E0DECD
(224,222,205)
#E3E1D3
(227,225,211)
#E6E4D9
(230,228,217)
#E9E7DF
(233,231,223)
#ECEAE5
(236,234,229)
#EFEDEB
(239,237,235)
#F2F0F1
(242,240,241)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D5BB; }

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

This text font color is #D7D5BB.


Background Color

.myBgColor { background-color: #D7D5BB; }

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

This div background color is #D7D5BB.


Border color

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

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

This div border color is #D7D5BB.


Opacity

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

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

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

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

This text has shadow with #D7D5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D5BB on black background.


Color preview on white background

This text has color #D7D5BB on white background.



Black color preview on #D7D5BB background

This text has black color on #D7D5BB background.


White color preview on #D7D5BB background

This text has white color on #D7D5BB background.