COLOR #D3AA99

HEX: #D3AA99
RGB: (211,170,153)

Color info

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

RGB color model

#D3AA99 color RGB value is (211,170,153).

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

RGB channels and saturation

R 211 of 255 = 83%
G 170 of 255 = 67%
B 153 of 255 = 60%

211
170
153

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

Portions of RGB colors in percentages

R + G + B =
211 + 170 + 153 = 534 (100%)
R 211 of 534 ~ 39.51%
G 170 of 534 ~ 31.84%
B 153 of 534 ~ 28.65%

%39.51
%31.84
%28.65

CMYK color model

#D3AA99 color CMYK value is (0,19,27,17).

  • cyan value is 0.00%
  • magenta value is 19.43%
  • yellow value is 27.49%
  • key color value is 17.25%
CMYK:
(0,19,27,17)
C0M19Y27K17 
(0%,19%,27%,17%)
(0.00/0.19/0.27/0.17)	

CMYK percentages

%0
%19.43
%27.49
%17.25

Codes

Color #D3AA99 in popluar color models

D3AA99
RGB211170153
HSL18°39.73%71.37%
HSB/HSV18°27.49%82.75%
CMYK0.00%19.43%27.49%
17.25%

Color #D3AA99 in popluar number systems.

HEXD3AA99
Decimal211170153
Binary110100111010101010011001
Octal323252231

Shades and tints

Shades of #D3AA99

#D3AA99
(211,170,153)
#C09B8C
(192,155,140)
#AD8C7F
(173,140,127)
#9A7D72
(154,125,114)
#876E65
(135,110,101)
#745F58
(116,95,88)
#61504B
(97,80,75)
#4E413E
(78,65,62)
#3B3231
(59,50,49)
#282324
(40,35,36)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #D3AA99

#D3AA99
(211,170,153)
#D7B1A2
(215,177,162)
#DBB8AB
(219,184,171)
#DFBFB4
(223,191,180)
#E3C6BD
(227,198,189)
#E7CDC6
(231,205,198)
#EBD4CF
(235,212,207)
#EFDBD8
(239,219,216)
#F3E2E1
(243,226,225)
#F7E9EA
(247,233,234)
#FBF0F3
(251,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3AA99; }

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

This text font color is #D3AA99.


Background Color

.myBgColor { background-color: #D3AA99; }

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

This div background color is #D3AA99.


Border color

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

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

This div border color is #D3AA99.


Opacity

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

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

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

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

This text has shadow with #D3AA99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3AA99 on black background.


Color preview on white background

This text has color #D3AA99 on white background.



Black color preview on #D3AA99 background

This text has black color on #D3AA99 background.


White color preview on #D3AA99 background

This text has white color on #D3AA99 background.