COLOR #D8AE7C

HEX: #D8AE7C
RGB: (216,174,124)

Color info

#D8AE7C contains mainly red and green colors. Web safe color of #D8AE7C is #CC9966 (or #C96).

RGB color model

#D8AE7C color RGB value is (216,174,124).

  • red value is 216;
  • green value is 174;
  • blue value is 124.
RGB:
(216,174,124)
(85%,68%,49%)

RGB channels and saturation

R 216 of 255 = 85%
G 174 of 255 = 68%
B 124 of 255 = 49%

216
174
124

R + G + B ~ 67%. #D8AE7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 174 + 124 = 514 (100%)
R 216 of 514 ~ 42.02%
G 174 of 514 ~ 33.85%
B 124 of 514 ~ 24.12%

%42.02
%33.85
%24.12

CMYK color model

#D8AE7C color CMYK value is (0,19,43,15).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 42.59%
  • key color value is 15.29%
CMYK:
(0,19,43,15)
C0M19Y43K15 
(0%,19%,43%,15%)
(0.00/0.19/0.43/0.15)	

CMYK percentages

%0
%19.44
%42.59
%15.29

Codes

Color #D8AE7C in popluar color models

D8AE7C
RGB216174124
HSL33°54.12%66.67%
HSB/HSV33°42.59%84.71%
CMYK0.00%19.44%42.59%
15.29%

Color #D8AE7C in popluar number systems.

HEXD8AE7C
Decimal216174124
Binary11011000101011101111100
Octal330256174

Shades and tints

Shades of #D8AE7C

#D8AE7C
(216,174,124)
#C59F71
(197,159,113)
#B29066
(178,144,102)
#9F815B
(159,129,91)
#8C7250
(140,114,80)
#796345
(121,99,69)
#66543A
(102,84,58)
#53452F
(83,69,47)
#403624
(64,54,36)
#2D2719
(45,39,25)
#1A180E
(26,24,14)
#000000
(0,0,0)

Tints of #D8AE7C

#D8AE7C
(216,174,124)
#DBB587
(219,181,135)
#DEBC92
(222,188,146)
#E1C39D
(225,195,157)
#E4CAA8
(228,202,168)
#E7D1B3
(231,209,179)
#EAD8BE
(234,216,190)
#EDDFC9
(237,223,201)
#F0E6D4
(240,230,212)
#F3EDDF
(243,237,223)
#F6F4EA
(246,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8AE7C color. Also use rgb(216,174,124) instead hex code.

Text Font Color

.myTextColor { color: #D8AE7C; }

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

This text font color is #D8AE7C.


Background Color

.myBgColor { background-color: #D8AE7C; }

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

This div background color is #D8AE7C.


Border color

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

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

This div border color is #D8AE7C.


Opacity

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

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

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

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

This text has shadow with #D8AE7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AE7C on black background.


Color preview on white background

This text has color #D8AE7C on white background.



Black color preview on #D8AE7C background

This text has black color on #D8AE7C background.


White color preview on #D8AE7C background

This text has white color on #D8AE7C background.