COLOR #D2AE8D

HEX: #D2AE8D
RGB: (210,174,141)

Color info

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

RGB color model

#D2AE8D color RGB value is (210,174,141).

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

RGB channels and saturation

R 210 of 255 = 82%
G 174 of 255 = 68%
B 141 of 255 = 55%

210
174
141

R + G + B ~ 68%. #D2AE8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 174 + 141 = 525 (100%)
R 210 of 525 ~ 40%
G 174 of 525 ~ 33.14%
B 141 of 525 ~ 26.86%

%40
%33.14
%26.86

CMYK color model

#D2AE8D color CMYK value is (0,17,33,18).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 32.86%
  • key color value is 17.65%
CMYK:
(0,17,33,18)
C0M17Y33K18 
(0%,17%,33%,18%)
(0.00/0.17/0.33/0.18)	

CMYK percentages

%0
%17.14
%32.86
%17.65

Codes

Color #D2AE8D in popluar color models

D2AE8D
RGB210174141
HSL29°43.40%68.82%
HSB/HSV29°32.86%82.35%
CMYK0.00%17.14%32.86%
17.65%

Color #D2AE8D in popluar number systems.

HEXD2AE8D
Decimal210174141
Binary110100101010111010001101
Octal322256215

Shades and tints

Shades of #D2AE8D

#D2AE8D
(210,174,141)
#BF9F81
(191,159,129)
#AC9075
(172,144,117)
#998169
(153,129,105)
#86725D
(134,114,93)
#736351
(115,99,81)
#605445
(96,84,69)
#4D4539
(77,69,57)
#3A362D
(58,54,45)
#272721
(39,39,33)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #D2AE8D

#D2AE8D
(210,174,141)
#D6B597
(214,181,151)
#DABCA1
(218,188,161)
#DEC3AB
(222,195,171)
#E2CAB5
(226,202,181)
#E6D1BF
(230,209,191)
#EAD8C9
(234,216,201)
#EEDFD3
(238,223,211)
#F2E6DD
(242,230,221)
#F6EDE7
(246,237,231)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2AE8D; }

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

This text font color is #D2AE8D.


Background Color

.myBgColor { background-color: #D2AE8D; }

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

This div background color is #D2AE8D.


Border color

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

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

This div border color is #D2AE8D.


Opacity

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

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

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

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

This text has shadow with #D2AE8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AE8D on black background.


Color preview on white background

This text has color #D2AE8D on white background.



Black color preview on #D2AE8D background

This text has black color on #D2AE8D background.


White color preview on #D2AE8D background

This text has white color on #D2AE8D background.