COLOR #D7C5AE

HEX: #D7C5AE
RGB: (215,197,174)

Color info

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

RGB color model

#D7C5AE color RGB value is (215,197,174).

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

RGB channels and saturation

R 215 of 255 = 84%
G 197 of 255 = 77%
B 174 of 255 = 68%

215
197
174

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

Portions of RGB colors in percentages

R + G + B =
215 + 197 + 174 = 586 (100%)
R 215 of 586 ~ 36.69%
G 197 of 586 ~ 33.62%
B 174 of 586 ~ 29.69%

%36.69
%33.62
%29.69

CMYK color model

#D7C5AE color CMYK value is (0,8,19,16).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 19.07%
  • key color value is 15.69%
CMYK:
(0,8,19,16)
C0M8Y19K16 
(0%,8%,19%,16%)
(0.00/0.08/0.19/0.16)	

CMYK percentages

%0
%8.37
%19.07
%15.69

Codes

Color #D7C5AE in popluar color models

D7C5AE
RGB215197174
HSL34°33.88%76.27%
HSB/HSV34°19.07%84.31%
CMYK0.00%8.37%19.07%
15.69%

Color #D7C5AE in popluar number systems.

HEXD7C5AE
Decimal215197174
Binary110101111100010110101110
Octal327305256

Shades and tints

Shades of #D7C5AE

#D7C5AE
(215,197,174)
#C4B49F
(196,180,159)
#B1A390
(177,163,144)
#9E9281
(158,146,129)
#8B8172
(139,129,114)
#787063
(120,112,99)
#655F54
(101,95,84)
#524E45
(82,78,69)
#3F3D36
(63,61,54)
#2C2C27
(44,44,39)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #D7C5AE

#D7C5AE
(215,197,174)
#DACAB5
(218,202,181)
#DDCFBC
(221,207,188)
#E0D4C3
(224,212,195)
#E3D9CA
(227,217,202)
#E6DED1
(230,222,209)
#E9E3D8
(233,227,216)
#ECE8DF
(236,232,223)
#EFEDE6
(239,237,230)
#F2F2ED
(242,242,237)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C5AE; }

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

This text font color is #D7C5AE.


Background Color

.myBgColor { background-color: #D7C5AE; }

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

This div background color is #D7C5AE.


Border color

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

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

This div border color is #D7C5AE.


Opacity

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

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

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

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

This text has shadow with #D7C5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C5AE on black background.


Color preview on white background

This text has color #D7C5AE on white background.



Black color preview on #D7C5AE background

This text has black color on #D7C5AE background.


White color preview on #D7C5AE background

This text has white color on #D7C5AE background.