COLOR #D2AE84

HEX: #D2AE84
RGB: (210,174,132)

Color info

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

RGB color model

#D2AE84 color RGB value is (210,174,132).

  • red value is 210;
  • green value is 174;
  • blue value is 132.
RGB:
(210,174,132)
(82%,68%,52%)

RGB channels and saturation

R 210 of 255 = 82%
G 174 of 255 = 68%
B 132 of 255 = 52%

210
174
132

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

Portions of RGB colors in percentages

R + G + B =
210 + 174 + 132 = 516 (100%)
R 210 of 516 ~ 40.7%
G 174 of 516 ~ 33.72%
B 132 of 516 ~ 25.58%

%40.7
%33.72
%25.58

CMYK color model

#D2AE84 color CMYK value is (0,17,37,18).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 37.14%
  • key color value is 17.65%
CMYK:
(0,17,37,18)
C0M17Y37K18 
(0%,17%,37%,18%)
(0.00/0.17/0.37/0.18)	

CMYK percentages

%0
%17.14
%37.14
%17.65

Codes

Color #D2AE84 in popluar color models

D2AE84
RGB210174132
HSL32°46.43%67.06%
HSB/HSV32°37.14%82.35%
CMYK0.00%17.14%37.14%
17.65%

Color #D2AE84 in popluar number systems.

HEXD2AE84
Decimal210174132
Binary110100101010111010000100
Octal322256204

Shades and tints

Shades of #D2AE84

#D2AE84
(210,174,132)
#BF9F78
(191,159,120)
#AC906C
(172,144,108)
#998160
(153,129,96)
#867254
(134,114,84)
#736348
(115,99,72)
#60543C
(96,84,60)
#4D4530
(77,69,48)
#3A3624
(58,54,36)
#272718
(39,39,24)
#14180C
(20,24,12)
#000000
(0,0,0)

Tints of #D2AE84

#D2AE84
(210,174,132)
#D6B58F
(214,181,143)
#DABC9A
(218,188,154)
#DEC3A5
(222,195,165)
#E2CAB0
(226,202,176)
#E6D1BB
(230,209,187)
#EAD8C6
(234,216,198)
#EEDFD1
(238,223,209)
#F2E6DC
(242,230,220)
#F6EDE7
(246,237,231)
#FAF4F2
(250,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2AE84 color. Also use rgb(210,174,132) instead hex code.

Text Font Color

.myTextColor { color: #D2AE84; }

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

This text font color is #D2AE84.


Background Color

.myBgColor { background-color: #D2AE84; }

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

This div background color is #D2AE84.


Border color

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

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

This div border color is #D2AE84.


Opacity

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

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

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

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

This text has shadow with #D2AE84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AE84 on black background.


Color preview on white background

This text has color #D2AE84 on white background.



Black color preview on #D2AE84 background

This text has black color on #D2AE84 background.


White color preview on #D2AE84 background

This text has white color on #D2AE84 background.