COLOR #D8AE99

HEX: #D8AE99
RGB: (216,174,153)

Color info

#D8AE99 contains mainly red and green colors. Web safe color of #D8AE99 is #CC9999 (or #C99).

RGB color model

#D8AE99 color RGB value is (216,174,153).

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

RGB channels and saturation

R 216 of 255 = 85%
G 174 of 255 = 68%
B 153 of 255 = 60%

216
174
153

R + G + B ~ 71%. #D8AE99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 174 + 153 = 543 (100%)
R 216 of 543 ~ 39.78%
G 174 of 543 ~ 32.04%
B 153 of 543 ~ 28.18%

%39.78
%32.04
%28.18

CMYK color model

#D8AE99 color CMYK value is (0,19,29,15).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 29.17%
  • key color value is 15.29%
CMYK:
(0,19,29,15)
C0M19Y29K15 
(0%,19%,29%,15%)
(0.00/0.19/0.29/0.15)	

CMYK percentages

%0
%19.44
%29.17
%15.29

Codes

Color #D8AE99 in popluar color models

D8AE99
RGB216174153
HSL20°44.68%72.35%
HSB/HSV20°29.17%84.71%
CMYK0.00%19.44%29.17%
15.29%

Color #D8AE99 in popluar number systems.

HEXD8AE99
Decimal216174153
Binary110110001010111010011001
Octal330256231

Shades and tints

Shades of #D8AE99

#D8AE99
(216,174,153)
#C59F8C
(197,159,140)
#B2907F
(178,144,127)
#9F8172
(159,129,114)
#8C7265
(140,114,101)
#796358
(121,99,88)
#66544B
(102,84,75)
#53453E
(83,69,62)
#403631
(64,54,49)
#2D2724
(45,39,36)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #D8AE99

#D8AE99
(216,174,153)
#DBB5A2
(219,181,162)
#DEBCAB
(222,188,171)
#E1C3B4
(225,195,180)
#E4CABD
(228,202,189)
#E7D1C6
(231,209,198)
#EAD8CF
(234,216,207)
#EDDFD8
(237,223,216)
#F0E6E1
(240,230,225)
#F3EDEA
(243,237,234)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8AE99; }

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

This text font color is #D8AE99.


Background Color

.myBgColor { background-color: #D8AE99; }

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

This div background color is #D8AE99.


Border color

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

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

This div border color is #D8AE99.


Opacity

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

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

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

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

This text has shadow with #D8AE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AE99 on black background.


Color preview on white background

This text has color #D8AE99 on white background.



Black color preview on #D8AE99 background

This text has black color on #D8AE99 background.


White color preview on #D8AE99 background

This text has white color on #D8AE99 background.