COLOR #D7C5B7

HEX: #D7C5B7
RGB: (215,197,183)

Color info

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

RGB color model

#D7C5B7 color RGB value is (215,197,183).

  • red value is 215;
  • green value is 197;
  • blue value is 183.
RGB:
(215,197,183)
(84%,77%,72%)

RGB channels and saturation

R 215 of 255 = 84%
G 197 of 255 = 77%
B 183 of 255 = 72%

215
197
183

R + G + B ~ 78%. #D7C5B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 197 + 183 = 595 (100%)
R 215 of 595 ~ 36.13%
G 197 of 595 ~ 33.11%
B 183 of 595 ~ 30.76%

%36.13
%33.11
%30.76

CMYK color model

#D7C5B7 color CMYK value is (0,8,15,16).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 14.88%
  • key color value is 15.69%
CMYK:
(0,8,15,16)
C0M8Y15K16 
(0%,8%,15%,16%)
(0.00/0.08/0.15/0.16)	

CMYK percentages

%0
%8.37
%14.88
%15.69

Codes

Color #D7C5B7 in popluar color models

D7C5B7
RGB215197183
HSL26°28.57%78.04%
HSB/HSV26°14.88%84.31%
CMYK0.00%8.37%14.88%
15.69%

Color #D7C5B7 in popluar number systems.

HEXD7C5B7
Decimal215197183
Binary110101111100010110110111
Octal327305267

Shades and tints

Shades of #D7C5B7

#D7C5B7
(215,197,183)
#C4B4A7
(196,180,167)
#B1A397
(177,163,151)
#9E9287
(158,146,135)
#8B8177
(139,129,119)
#787067
(120,112,103)
#655F57
(101,95,87)
#524E47
(82,78,71)
#3F3D37
(63,61,55)
#2C2C27
(44,44,39)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #D7C5B7

#D7C5B7
(215,197,183)
#DACABD
(218,202,189)
#DDCFC3
(221,207,195)
#E0D4C9
(224,212,201)
#E3D9CF
(227,217,207)
#E6DED5
(230,222,213)
#E9E3DB
(233,227,219)
#ECE8E1
(236,232,225)
#EFEDE7
(239,237,231)
#F2F2ED
(242,242,237)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C5B7 color. Also use rgb(215,197,183) instead hex code.

Text Font Color

.myTextColor { color: #D7C5B7; }

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

This text font color is #D7C5B7.


Background Color

.myBgColor { background-color: #D7C5B7; }

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

This div background color is #D7C5B7.


Border color

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

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

This div border color is #D7C5B7.


Opacity

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

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

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

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

This text has shadow with #D7C5B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C5B7 on black background.


Color preview on white background

This text has color #D7C5B7 on white background.



Black color preview on #D7C5B7 background

This text has black color on #D7C5B7 background.


White color preview on #D7C5B7 background

This text has white color on #D7C5B7 background.