COLOR #D7C7AE

HEX: #D7C7AE
RGB: (215,199,174)

Color info

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

RGB color model

#D7C7AE color RGB value is (215,199,174).

  • red value is 215;
  • green value is 199;
  • blue value is 174.
RGB:
(215,199,174)
(84%,78%,68%)

RGB channels and saturation

R 215 of 255 = 84%
G 199 of 255 = 78%
B 174 of 255 = 68%

215
199
174

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

Portions of RGB colors in percentages

R + G + B =
215 + 199 + 174 = 588 (100%)
R 215 of 588 ~ 36.56%
G 199 of 588 ~ 33.84%
B 174 of 588 ~ 29.59%

%36.56
%33.84
%29.59

CMYK color model

#D7C7AE color CMYK value is (0,7,19,16).

  • cyan value is 0.00%
  • magenta value is 7.44%
  • yellow value is 19.07%
  • key color value is 15.69%
CMYK:
(0,7,19,16)
C0M7Y19K16 
(0%,7%,19%,16%)
(0.00/0.07/0.19/0.16)	

CMYK percentages

%0
%7.44
%19.07
%15.69

Codes

Color #D7C7AE in popluar color models

D7C7AE
RGB215199174
HSL37°33.88%76.27%
HSB/HSV37°19.07%84.31%
CMYK0.00%7.44%19.07%
15.69%

Color #D7C7AE in popluar number systems.

HEXD7C7AE
Decimal215199174
Binary110101111100011110101110
Octal327307256

Shades and tints

Shades of #D7C7AE

#D7C7AE
(215,199,174)
#C4B59F
(196,181,159)
#B1A390
(177,163,144)
#9E9181
(158,145,129)
#8B7F72
(139,127,114)
#786D63
(120,109,99)
#655B54
(101,91,84)
#524945
(82,73,69)
#3F3736
(63,55,54)
#2C2527
(44,37,39)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #D7C7AE

#D7C7AE
(215,199,174)
#DACCB5
(218,204,181)
#DDD1BC
(221,209,188)
#E0D6C3
(224,214,195)
#E3DBCA
(227,219,202)
#E6E0D1
(230,224,209)
#E9E5D8
(233,229,216)
#ECEADF
(236,234,223)
#EFEFE6
(239,239,230)
#F2F4ED
(242,244,237)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C7AE color. Also use rgb(215,199,174) instead hex code.

Text Font Color

.myTextColor { color: #D7C7AE; }

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

This text font color is #D7C7AE.


Background Color

.myBgColor { background-color: #D7C7AE; }

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

This div background color is #D7C7AE.


Border color

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

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

This div border color is #D7C7AE.


Opacity

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

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

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

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

This text has shadow with #D7C7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C7AE on black background.


Color preview on white background

This text has color #D7C7AE on white background.



Black color preview on #D7C7AE background

This text has black color on #D7C7AE background.


White color preview on #D7C7AE background

This text has white color on #D7C7AE background.