COLOR #D7C5A2

HEX: #D7C5A2
RGB: (215,197,162)

Color info

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

RGB color model

#D7C5A2 color RGB value is (215,197,162).

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

RGB channels and saturation

R 215 of 255 = 84%
G 197 of 255 = 77%
B 162 of 255 = 64%

215
197
162

R + G + B ~ 75%. #D7C5A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 197 + 162 = 574 (100%)
R 215 of 574 ~ 37.46%
G 197 of 574 ~ 34.32%
B 162 of 574 ~ 28.22%

%37.46
%34.32
%28.22

CMYK color model

#D7C5A2 color CMYK value is (0,8,25,16).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 24.65%
  • key color value is 15.69%
CMYK:
(0,8,25,16)
C0M8Y25K16 
(0%,8%,25%,16%)
(0.00/0.08/0.25/0.16)	

CMYK percentages

%0
%8.37
%24.65
%15.69

Codes

Color #D7C5A2 in popluar color models

D7C5A2
RGB215197162
HSL40°39.85%73.92%
HSB/HSV40°24.65%84.31%
CMYK0.00%8.37%24.65%
15.69%

Color #D7C5A2 in popluar number systems.

HEXD7C5A2
Decimal215197162
Binary110101111100010110100010
Octal327305242

Shades and tints

Shades of #D7C5A2

#D7C5A2
(215,197,162)
#C4B494
(196,180,148)
#B1A386
(177,163,134)
#9E9278
(158,146,120)
#8B816A
(139,129,106)
#78705C
(120,112,92)
#655F4E
(101,95,78)
#524E40
(82,78,64)
#3F3D32
(63,61,50)
#2C2C24
(44,44,36)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #D7C5A2

#D7C5A2
(215,197,162)
#DACAAA
(218,202,170)
#DDCFB2
(221,207,178)
#E0D4BA
(224,212,186)
#E3D9C2
(227,217,194)
#E6DECA
(230,222,202)
#E9E3D2
(233,227,210)
#ECE8DA
(236,232,218)
#EFEDE2
(239,237,226)
#F2F2EA
(242,242,234)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C5A2; }

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

This text font color is #D7C5A2.


Background Color

.myBgColor { background-color: #D7C5A2; }

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

This div background color is #D7C5A2.


Border color

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

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

This div border color is #D7C5A2.


Opacity

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

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

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

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

This text has shadow with #D7C5A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C5A2 on black background.


Color preview on white background

This text has color #D7C5A2 on white background.



Black color preview on #D7C5A2 background

This text has black color on #D7C5A2 background.


White color preview on #D7C5A2 background

This text has white color on #D7C5A2 background.