COLOR #D7C8AA

HEX: #D7C8AA
RGB: (215,200,170)

Color info

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

RGB color model

#D7C8AA color RGB value is (215,200,170).

  • red value is 215;
  • green value is 200;
  • blue value is 170.
RGB:
(215,200,170)
(84%,78%,67%)

RGB channels and saturation

R 215 of 255 = 84%
G 200 of 255 = 78%
B 170 of 255 = 67%

215
200
170

R + G + B ~ 76%. #D7C8AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 200 + 170 = 585 (100%)
R 215 of 585 ~ 36.75%
G 200 of 585 ~ 34.19%
B 170 of 585 ~ 29.06%

%36.75
%34.19
%29.06

CMYK color model

#D7C8AA color CMYK value is (0,7,21,16).

  • cyan value is 0.00%
  • magenta value is 6.98%
  • yellow value is 20.93%
  • key color value is 15.69%
CMYK:
(0,7,21,16)
C0M7Y21K16 
(0%,7%,21%,16%)
(0.00/0.07/0.21/0.16)	

CMYK percentages

%0
%6.98
%20.93
%15.69

Codes

Color #D7C8AA in popluar color models

D7C8AA
RGB215200170
HSL40°36.00%75.49%
HSB/HSV40°20.93%84.31%
CMYK0.00%6.98%20.93%
15.69%

Color #D7C8AA in popluar number systems.

HEXD7C8AA
Decimal215200170
Binary110101111100100010101010
Octal327310252

Shades and tints

Shades of #D7C8AA

#D7C8AA
(215,200,170)
#C4B69B
(196,182,155)
#B1A48C
(177,164,140)
#9E927D
(158,146,125)
#8B806E
(139,128,110)
#786E5F
(120,110,95)
#655C50
(101,92,80)
#524A41
(82,74,65)
#3F3832
(63,56,50)
#2C2623
(44,38,35)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #D7C8AA

#D7C8AA
(215,200,170)
#DACDB1
(218,205,177)
#DDD2B8
(221,210,184)
#E0D7BF
(224,215,191)
#E3DCC6
(227,220,198)
#E6E1CD
(230,225,205)
#E9E6D4
(233,230,212)
#ECEBDB
(236,235,219)
#EFF0E2
(239,240,226)
#F2F5E9
(242,245,233)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C8AA color. Also use rgb(215,200,170) instead hex code.

Text Font Color

.myTextColor { color: #D7C8AA; }

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

This text font color is #D7C8AA.


Background Color

.myBgColor { background-color: #D7C8AA; }

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

This div background color is #D7C8AA.


Border color

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

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

This div border color is #D7C8AA.


Opacity

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

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

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

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

This text has shadow with #D7C8AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C8AA on black background.


Color preview on white background

This text has color #D7C8AA on white background.



Black color preview on #D7C8AA background

This text has black color on #D7C8AA background.


White color preview on #D7C8AA background

This text has white color on #D7C8AA background.