COLOR #D7D5B6

HEX: #D7D5B6
RGB: (215,213,182)

Color info

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

RGB color model

#D7D5B6 color RGB value is (215,213,182).

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

RGB channels and saturation

R 215 of 255 = 84%
G 213 of 255 = 84%
B 182 of 255 = 71%

215
213
182

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

Portions of RGB colors in percentages

R + G + B =
215 + 213 + 182 = 610 (100%)
R 215 of 610 ~ 35.25%
G 213 of 610 ~ 34.92%
B 182 of 610 ~ 29.84%

%35.25
%34.92
%29.84

CMYK color model

#D7D5B6 color CMYK value is (0,1,15,16).

  • cyan value is 0.00%
  • magenta value is 0.93%
  • yellow value is 15.35%
  • key color value is 15.69%
CMYK:
(0,1,15,16)
C0M1Y15K16 
(0%,1%,15%,16%)
(0.00/0.01/0.15/0.16)	

CMYK percentages

%0
%0.93
%15.35
%15.69

Codes

Color #D7D5B6 in popluar color models

D7D5B6
RGB215213182
HSL56°29.20%77.84%
HSB/HSV56°15.35%84.31%
CMYK0.00%0.93%15.35%
15.69%

Color #D7D5B6 in popluar number systems.

HEXD7D5B6
Decimal215213182
Binary110101111101010110110110
Octal327325266

Shades and tints

Shades of #D7D5B6

#D7D5B6
(215,213,182)
#C4C2A6
(196,194,166)
#B1AF96
(177,175,150)
#9E9C86
(158,156,134)
#8B8976
(139,137,118)
#787666
(120,118,102)
#656356
(101,99,86)
#525046
(82,80,70)
#3F3D36
(63,61,54)
#2C2A26
(44,42,38)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #D7D5B6

#D7D5B6
(215,213,182)
#DAD8BC
(218,216,188)
#DDDBC2
(221,219,194)
#E0DEC8
(224,222,200)
#E3E1CE
(227,225,206)
#E6E4D4
(230,228,212)
#E9E7DA
(233,231,218)
#ECEAE0
(236,234,224)
#EFEDE6
(239,237,230)
#F2F0EC
(242,240,236)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D5B6; }

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

This text font color is #D7D5B6.


Background Color

.myBgColor { background-color: #D7D5B6; }

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

This div background color is #D7D5B6.


Border color

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

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

This div border color is #D7D5B6.


Opacity

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

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

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

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

This text has shadow with #D7D5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D5B6 on black background.


Color preview on white background

This text has color #D7D5B6 on white background.



Black color preview on #D7D5B6 background

This text has black color on #D7D5B6 background.


White color preview on #D7D5B6 background

This text has white color on #D7D5B6 background.