COLOR #D2AE83

HEX: #D2AE83
RGB: (210,174,131)

Color info

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

RGB color model

#D2AE83 color RGB value is (210,174,131).

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

RGB channels and saturation

R 210 of 255 = 82%
G 174 of 255 = 68%
B 131 of 255 = 51%

210
174
131

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

Portions of RGB colors in percentages

R + G + B =
210 + 174 + 131 = 515 (100%)
R 210 of 515 ~ 40.78%
G 174 of 515 ~ 33.79%
B 131 of 515 ~ 25.44%

%40.78
%33.79
%25.44

CMYK color model

#D2AE83 color CMYK value is (0,17,38,18).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 37.62%
  • key color value is 17.65%
CMYK:
(0,17,38,18)
C0M17Y38K18 
(0%,17%,38%,18%)
(0.00/0.17/0.38/0.18)	

CMYK percentages

%0
%17.14
%37.62
%17.65

Codes

Color #D2AE83 in popluar color models

D2AE83
RGB210174131
HSL33°46.75%66.86%
HSB/HSV33°37.62%82.35%
CMYK0.00%17.14%37.62%
17.65%

Color #D2AE83 in popluar number systems.

HEXD2AE83
Decimal210174131
Binary110100101010111010000011
Octal322256203

Shades and tints

Shades of #D2AE83

#D2AE83
(210,174,131)
#BF9F78
(191,159,120)
#AC906D
(172,144,109)
#998162
(153,129,98)
#867257
(134,114,87)
#73634C
(115,99,76)
#605441
(96,84,65)
#4D4536
(77,69,54)
#3A362B
(58,54,43)
#272720
(39,39,32)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #D2AE83

#D2AE83
(210,174,131)
#D6B58E
(214,181,142)
#DABC99
(218,188,153)
#DEC3A4
(222,195,164)
#E2CAAF
(226,202,175)
#E6D1BA
(230,209,186)
#EAD8C5
(234,216,197)
#EEDFD0
(238,223,208)
#F2E6DB
(242,230,219)
#F6EDE6
(246,237,230)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2AE83; }

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

This text font color is #D2AE83.


Background Color

.myBgColor { background-color: #D2AE83; }

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

This div background color is #D2AE83.


Border color

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

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

This div border color is #D2AE83.


Opacity

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

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

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

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

This text has shadow with #D2AE83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AE83 on black background.


Color preview on white background

This text has color #D2AE83 on white background.



Black color preview on #D2AE83 background

This text has black color on #D2AE83 background.


White color preview on #D2AE83 background

This text has white color on #D2AE83 background.