COLOR #D3AA8C

HEX: #D3AA8C
RGB: (211,170,140)

Color info

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

RGB color model

#D3AA8C color RGB value is (211,170,140).

  • red value is 211;
  • green value is 170;
  • blue value is 140.
RGB:
(211,170,140)
(83%,67%,55%)

RGB channels and saturation

R 211 of 255 = 83%
G 170 of 255 = 67%
B 140 of 255 = 55%

211
170
140

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

Portions of RGB colors in percentages

R + G + B =
211 + 170 + 140 = 521 (100%)
R 211 of 521 ~ 40.5%
G 170 of 521 ~ 32.63%
B 140 of 521 ~ 26.87%

%40.5
%32.63
%26.87

CMYK color model

#D3AA8C color CMYK value is (0,19,34,17).

  • cyan value is 0.00%
  • magenta value is 19.43%
  • yellow value is 33.65%
  • key color value is 17.25%
CMYK:
(0,19,34,17)
C0M19Y34K17 
(0%,19%,34%,17%)
(0.00/0.19/0.34/0.17)	

CMYK percentages

%0
%19.43
%33.65
%17.25

Codes

Color #D3AA8C in popluar color models

D3AA8C
RGB211170140
HSL25°44.65%68.82%
HSB/HSV25°33.65%82.75%
CMYK0.00%19.43%33.65%
17.25%

Color #D3AA8C in popluar number systems.

HEXD3AA8C
Decimal211170140
Binary110100111010101010001100
Octal323252214

Shades and tints

Shades of #D3AA8C

#D3AA8C
(211,170,140)
#C09B80
(192,155,128)
#AD8C74
(173,140,116)
#9A7D68
(154,125,104)
#876E5C
(135,110,92)
#745F50
(116,95,80)
#615044
(97,80,68)
#4E4138
(78,65,56)
#3B322C
(59,50,44)
#282320
(40,35,32)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #D3AA8C

#D3AA8C
(211,170,140)
#D7B196
(215,177,150)
#DBB8A0
(219,184,160)
#DFBFAA
(223,191,170)
#E3C6B4
(227,198,180)
#E7CDBE
(231,205,190)
#EBD4C8
(235,212,200)
#EFDBD2
(239,219,210)
#F3E2DC
(243,226,220)
#F7E9E6
(247,233,230)
#FBF0F0
(251,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3AA8C color. Also use rgb(211,170,140) instead hex code.

Text Font Color

.myTextColor { color: #D3AA8C; }

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

This text font color is #D3AA8C.


Background Color

.myBgColor { background-color: #D3AA8C; }

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

This div background color is #D3AA8C.


Border color

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

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

This div border color is #D3AA8C.


Opacity

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

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

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

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

This text has shadow with #D3AA8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3AA8C on black background.


Color preview on white background

This text has color #D3AA8C on white background.



Black color preview on #D3AA8C background

This text has black color on #D3AA8C background.


White color preview on #D3AA8C background

This text has white color on #D3AA8C background.