COLOR #D7A3AA

HEX: #D7A3AA
RGB: (215,163,170)

Color info

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

RGB color model

#D7A3AA color RGB value is (215,163,170).

  • red value is 215;
  • green value is 163;
  • blue value is 170.
RGB:
(215,163,170)
(84%,64%,67%)

RGB channels and saturation

R 215 of 255 = 84%
G 163 of 255 = 64%
B 170 of 255 = 67%

215
163
170

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

Portions of RGB colors in percentages

R + G + B =
215 + 163 + 170 = 548 (100%)
R 215 of 548 ~ 39.23%
G 163 of 548 ~ 29.74%
B 170 of 548 ~ 31.02%

%39.23
%29.74
%31.02

CMYK color model

#D7A3AA color CMYK value is (0,24,21,16).

  • cyan value is 0.00%
  • magenta value is 24.19%
  • yellow value is 20.93%
  • key color value is 15.69%
CMYK:
(0,24,21,16)
C0M24Y21K16 
(0%,24%,21%,16%)
(0.00/0.24/0.21/0.16)	

CMYK percentages

%0
%24.19
%20.93
%15.69

Codes

Color #D7A3AA in popluar color models

D7A3AA
RGB215163170
HSL352°39.39%74.12%
HSB/HSV352°24.19%84.31%
CMYK0.00%24.19%20.93%
15.69%

Color #D7A3AA in popluar number systems.

HEXD7A3AA
Decimal215163170
Binary110101111010001110101010
Octal327243252

Shades and tints

Shades of #D7A3AA

#D7A3AA
(215,163,170)
#C4959B
(196,149,155)
#B1878C
(177,135,140)
#9E797D
(158,121,125)
#8B6B6E
(139,107,110)
#785D5F
(120,93,95)
#654F50
(101,79,80)
#524141
(82,65,65)
#3F3332
(63,51,50)
#2C2523
(44,37,35)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #D7A3AA

#D7A3AA
(215,163,170)
#DAABB1
(218,171,177)
#DDB3B8
(221,179,184)
#E0BBBF
(224,187,191)
#E3C3C6
(227,195,198)
#E6CBCD
(230,203,205)
#E9D3D4
(233,211,212)
#ECDBDB
(236,219,219)
#EFE3E2
(239,227,226)
#F2EBE9
(242,235,233)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A3AA color. Also use rgb(215,163,170) instead hex code.

Text Font Color

.myTextColor { color: #D7A3AA; }

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

This text font color is #D7A3AA.


Background Color

.myBgColor { background-color: #D7A3AA; }

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

This div background color is #D7A3AA.


Border color

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

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

This div border color is #D7A3AA.


Opacity

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

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

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

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

This text has shadow with #D7A3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A3AA on black background.


Color preview on white background

This text has color #D7A3AA on white background.



Black color preview on #D7A3AA background

This text has black color on #D7A3AA background.


White color preview on #D7A3AA background

This text has white color on #D7A3AA background.