COLOR #A87F84

HEX: #A87F84
RGB: (168,127,132)

Color info

#A87F84 contains red, green and blue colors in about the same proportion. Web safe color of #A87F84 is #996699 (or #969).

RGB color model

#A87F84 color RGB value is (168,127,132).

  • red value is 168;
  • green value is 127;
  • blue value is 132.
RGB:
(168,127,132)
(66%,50%,52%)

RGB channels and saturation

R 168 of 255 = 66%
G 127 of 255 = 50%
B 132 of 255 = 52%

168
127
132

R + G + B ~ 56%. #A87F84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
168 + 127 + 132 = 427 (100%)
R 168 of 427 ~ 39.34%
G 127 of 427 ~ 29.74%
B 132 of 427 ~ 30.91%

%39.34
%29.74
%30.91

CMYK color model

#A87F84 color CMYK value is (0,24,21,34).

  • cyan value is 0.00%
  • magenta value is 24.40%
  • yellow value is 21.43%
  • key color value is 34.12%
CMYK:
(0,24,21,34)
C0M24Y21K34 
(0%,24%,21%,34%)
(0.00/0.24/0.21/0.34)	

CMYK percentages

%0
%24.4
%21.43
%34.12

Codes

Color #A87F84 in popluar color models

A87F84
RGB168127132
HSL353°19.07%57.84%
HSB/HSV353°24.40%65.88%
CMYK0.00%24.40%21.43%
34.12%

Color #A87F84 in popluar number systems.

HEXA87F84
Decimal168127132
Binary10101000111111110000100
Octal250177204

Shades and tints

Shades of #A87F84

#A87F84
(168,127,132)
#997478
(153,116,120)
#8A696C
(138,105,108)
#7B5E60
(123,94,96)
#6C5354
(108,83,84)
#5D4848
(93,72,72)
#4E3D3C
(78,61,60)
#3F3230
(63,50,48)
#302724
(48,39,36)
#211C18
(33,28,24)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #A87F84

#A87F84
(168,127,132)
#AF8A8F
(175,138,143)
#B6959A
(182,149,154)
#BDA0A5
(189,160,165)
#C4ABB0
(196,171,176)
#CBB6BB
(203,182,187)
#D2C1C6
(210,193,198)
#D9CCD1
(217,204,209)
#E0D7DC
(224,215,220)
#E7E2E7
(231,226,231)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87F84 color. Also use rgb(168,127,132) instead hex code.

Text Font Color

.myTextColor { color: #A87F84; }

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

This text font color is #A87F84.


Background Color

.myBgColor { background-color: #A87F84; }

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

This div background color is #A87F84.


Border color

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

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

This div border color is #A87F84.


Opacity

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

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

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

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

This text has shadow with #A87F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87F84 on black background.


Color preview on white background

This text has color #A87F84 on white background.



Black color preview on #A87F84 background

This text has black color on #A87F84 background.


White color preview on #A87F84 background

This text has white color on #A87F84 background.