COLOR #D2AEA7

HEX: #D2AEA7
RGB: (210,174,167)

Color info

#D2AEA7 contains red, green and blue colors in about the same proportion. Web safe color of #D2AEA7 is #CC9999 (or #C99).

RGB color model

#D2AEA7 color RGB value is (210,174,167).

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

RGB channels and saturation

R 210 of 255 = 82%
G 174 of 255 = 68%
B 167 of 255 = 65%

210
174
167

R + G + B ~ 72%. #D2AEA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 174 + 167 = 551 (100%)
R 210 of 551 ~ 38.11%
G 174 of 551 ~ 31.58%
B 167 of 551 ~ 30.31%

%38.11
%31.58
%30.31

CMYK color model

#D2AEA7 color CMYK value is (0,17,20,18).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 20.48%
  • key color value is 17.65%
CMYK:
(0,17,20,18)
C0M17Y20K18 
(0%,17%,20%,18%)
(0.00/0.17/0.20/0.18)	

CMYK percentages

%0
%17.14
%20.48
%17.65

Codes

Color #D2AEA7 in popluar color models

D2AEA7
RGB210174167
HSL10°32.33%73.92%
HSB/HSV10°20.48%82.35%
CMYK0.00%17.14%20.48%
17.65%

Color #D2AEA7 in popluar number systems.

HEXD2AEA7
Decimal210174167
Binary110100101010111010100111
Octal322256247

Shades and tints

Shades of #D2AEA7

#D2AEA7
(210,174,167)
#BF9F98
(191,159,152)
#AC9089
(172,144,137)
#99817A
(153,129,122)
#86726B
(134,114,107)
#73635C
(115,99,92)
#60544D
(96,84,77)
#4D453E
(77,69,62)
#3A362F
(58,54,47)
#272720
(39,39,32)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #D2AEA7

#D2AEA7
(210,174,167)
#D6B5AF
(214,181,175)
#DABCB7
(218,188,183)
#DEC3BF
(222,195,191)
#E2CAC7
(226,202,199)
#E6D1CF
(230,209,207)
#EAD8D7
(234,216,215)
#EEDFDF
(238,223,223)
#F2E6E7
(242,230,231)
#F6EDEF
(246,237,239)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2AEA7; }

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

This text font color is #D2AEA7.


Background Color

.myBgColor { background-color: #D2AEA7; }

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

This div background color is #D2AEA7.


Border color

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

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

This div border color is #D2AEA7.


Opacity

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

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

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

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

This text has shadow with #D2AEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AEA7 on black background.


Color preview on white background

This text has color #D2AEA7 on white background.



Black color preview on #D2AEA7 background

This text has black color on #D2AEA7 background.


White color preview on #D2AEA7 background

This text has white color on #D2AEA7 background.