COLOR #D3A0AA

HEX: #D3A0AA
RGB: (211,160,170)

Color info

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

RGB color model

#D3A0AA color RGB value is (211,160,170).

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

RGB channels and saturation

R 211 of 255 = 83%
G 160 of 255 = 63%
B 170 of 255 = 67%

211
160
170

R + G + B ~ 71%. #D3A0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 160 + 170 = 541 (100%)
R 211 of 541 ~ 39%
G 160 of 541 ~ 29.57%
B 170 of 541 ~ 31.42%

%39
%29.57
%31.42

CMYK color model

#D3A0AA color CMYK value is (0,24,19,17).

  • cyan value is 0.00%
  • magenta value is 24.17%
  • yellow value is 19.43%
  • key color value is 17.25%
CMYK:
(0,24,19,17)
C0M24Y19K17 
(0%,24%,19%,17%)
(0.00/0.24/0.19/0.17)	

CMYK percentages

%0
%24.17
%19.43
%17.25

Codes

Color #D3A0AA in popluar color models

D3A0AA
RGB211160170
HSL348°36.69%72.75%
HSB/HSV348°24.17%82.75%
CMYK0.00%24.17%19.43%
17.25%

Color #D3A0AA in popluar number systems.

HEXD3A0AA
Decimal211160170
Binary110100111010000010101010
Octal323240252

Shades and tints

Shades of #D3A0AA

#D3A0AA
(211,160,170)
#C0929B
(192,146,155)
#AD848C
(173,132,140)
#9A767D
(154,118,125)
#87686E
(135,104,110)
#745A5F
(116,90,95)
#614C50
(97,76,80)
#4E3E41
(78,62,65)
#3B3032
(59,48,50)
#282223
(40,34,35)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #D3A0AA

#D3A0AA
(211,160,170)
#D7A8B1
(215,168,177)
#DBB0B8
(219,176,184)
#DFB8BF
(223,184,191)
#E3C0C6
(227,192,198)
#E7C8CD
(231,200,205)
#EBD0D4
(235,208,212)
#EFD8DB
(239,216,219)
#F3E0E2
(243,224,226)
#F7E8E9
(247,232,233)
#FBF0F0
(251,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3A0AA; }

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

This text font color is #D3A0AA.


Background Color

.myBgColor { background-color: #D3A0AA; }

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

This div background color is #D3A0AA.


Border color

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

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

This div border color is #D3A0AA.


Opacity

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

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

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

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

This text has shadow with #D3A0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A0AA on black background.


Color preview on white background

This text has color #D3A0AA on white background.



Black color preview on #D3A0AA background

This text has black color on #D3A0AA background.


White color preview on #D3A0AA background

This text has white color on #D3A0AA background.