COLOR #D2AA9C

HEX: #D2AA9C
RGB: (210,170,156)

Color info

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

RGB color model

#D2AA9C color RGB value is (210,170,156).

  • red value is 210;
  • green value is 170;
  • blue value is 156.
RGB:
(210,170,156)
(82%,67%,61%)

RGB channels and saturation

R 210 of 255 = 82%
G 170 of 255 = 67%
B 156 of 255 = 61%

210
170
156

R + G + B ~ 70%. #D2AA9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 170 + 156 = 536 (100%)
R 210 of 536 ~ 39.18%
G 170 of 536 ~ 31.72%
B 156 of 536 ~ 29.1%

%39.18
%31.72
%29.1

CMYK color model

#D2AA9C color CMYK value is (0,19,26,18).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 25.71%
  • key color value is 17.65%
CMYK:
(0,19,26,18)
C0M19Y26K18 
(0%,19%,26%,18%)
(0.00/0.19/0.26/0.18)	

CMYK percentages

%0
%19.05
%25.71
%17.65

Codes

Color #D2AA9C in popluar color models

D2AA9C
RGB210170156
HSL16°37.50%71.76%
HSB/HSV16°25.71%82.35%
CMYK0.00%19.05%25.71%
17.65%

Color #D2AA9C in popluar number systems.

HEXD2AA9C
Decimal210170156
Binary110100101010101010011100
Octal322252234

Shades and tints

Shades of #D2AA9C

#D2AA9C
(210,170,156)
#BF9B8E
(191,155,142)
#AC8C80
(172,140,128)
#997D72
(153,125,114)
#866E64
(134,110,100)
#735F56
(115,95,86)
#605048
(96,80,72)
#4D413A
(77,65,58)
#3A322C
(58,50,44)
#27231E
(39,35,30)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #D2AA9C

#D2AA9C
(210,170,156)
#D6B1A5
(214,177,165)
#DAB8AE
(218,184,174)
#DEBFB7
(222,191,183)
#E2C6C0
(226,198,192)
#E6CDC9
(230,205,201)
#EAD4D2
(234,212,210)
#EEDBDB
(238,219,219)
#F2E2E4
(242,226,228)
#F6E9ED
(246,233,237)
#FAF0F6
(250,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2AA9C color. Also use rgb(210,170,156) instead hex code.

Text Font Color

.myTextColor { color: #D2AA9C; }

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

This text font color is #D2AA9C.


Background Color

.myBgColor { background-color: #D2AA9C; }

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

This div background color is #D2AA9C.


Border color

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

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

This div border color is #D2AA9C.


Opacity

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

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

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

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

This text has shadow with #D2AA9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AA9C on black background.


Color preview on white background

This text has color #D2AA9C on white background.



Black color preview on #D2AA9C background

This text has black color on #D2AA9C background.


White color preview on #D2AA9C background

This text has white color on #D2AA9C background.