COLOR #D7C5B3

HEX: #D7C5B3
RGB: (215,197,179)

Color info

#D7C5B3 contains red, green and blue colors in about the same proportion. Web safe color of #D7C5B3 is #CCCC99 (or #CC9).

RGB color model

#D7C5B3 color RGB value is (215,197,179).

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

RGB channels and saturation

R 215 of 255 = 84%
G 197 of 255 = 77%
B 179 of 255 = 70%

215
197
179

R + G + B ~ 77%. #D7C5B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 197 + 179 = 591 (100%)
R 215 of 591 ~ 36.38%
G 197 of 591 ~ 33.33%
B 179 of 591 ~ 30.29%

%36.38
%33.33
%30.29

CMYK color model

#D7C5B3 color CMYK value is (0,8,17,16).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 16.74%
  • key color value is 15.69%
CMYK:
(0,8,17,16)
C0M8Y17K16 
(0%,8%,17%,16%)
(0.00/0.08/0.17/0.16)	

CMYK percentages

%0
%8.37
%16.74
%15.69

Codes

Color #D7C5B3 in popluar color models

D7C5B3
RGB215197179
HSL30°31.03%77.25%
HSB/HSV30°16.74%84.31%
CMYK0.00%8.37%16.74%
15.69%

Color #D7C5B3 in popluar number systems.

HEXD7C5B3
Decimal215197179
Binary110101111100010110110011
Octal327305263

Shades and tints

Shades of #D7C5B3

#D7C5B3
(215,197,179)
#C4B4A3
(196,180,163)
#B1A393
(177,163,147)
#9E9283
(158,146,131)
#8B8173
(139,129,115)
#787063
(120,112,99)
#655F53
(101,95,83)
#524E43
(82,78,67)
#3F3D33
(63,61,51)
#2C2C23
(44,44,35)
#191B13
(25,27,19)
#000000
(0,0,0)

Tints of #D7C5B3

#D7C5B3
(215,197,179)
#DACAB9
(218,202,185)
#DDCFBF
(221,207,191)
#E0D4C5
(224,212,197)
#E3D9CB
(227,217,203)
#E6DED1
(230,222,209)
#E9E3D7
(233,227,215)
#ECE8DD
(236,232,221)
#EFEDE3
(239,237,227)
#F2F2E9
(242,242,233)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C5B3; }

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

This text font color is #D7C5B3.


Background Color

.myBgColor { background-color: #D7C5B3; }

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

This div background color is #D7C5B3.


Border color

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

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

This div border color is #D7C5B3.


Opacity

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

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

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

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

This text has shadow with #D7C5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C5B3 on black background.


Color preview on white background

This text has color #D7C5B3 on white background.



Black color preview on #D7C5B3 background

This text has black color on #D7C5B3 background.


White color preview on #D7C5B3 background

This text has white color on #D7C5B3 background.