COLOR #A87984

HEX: #A87984
RGB: (168,121,132)

Color info

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

RGB color model

#A87984 color RGB value is (168,121,132).

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

RGB channels and saturation

R 168 of 255 = 66%
G 121 of 255 = 47%
B 132 of 255 = 52%

168
121
132

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

Portions of RGB colors in percentages

R + G + B =
168 + 121 + 132 = 421 (100%)
R 168 of 421 ~ 39.9%
G 121 of 421 ~ 28.74%
B 132 of 421 ~ 31.35%

%39.9
%28.74
%31.35

CMYK color model

#A87984 color CMYK value is (0,28,21,34).

  • cyan value is 0.00%
  • magenta value is 27.98%
  • yellow value is 21.43%
  • key color value is 34.12%
CMYK:
(0,28,21,34)
C0M28Y21K34 
(0%,28%,21%,34%)
(0.00/0.28/0.21/0.34)	

CMYK percentages

%0
%27.98
%21.43
%34.12

Codes

Color #A87984 in popluar color models

A87984
RGB168121132
HSL346°21.27%56.67%
HSB/HSV346°27.98%65.88%
CMYK0.00%27.98%21.43%
34.12%

Color #A87984 in popluar number systems.

HEXA87984
Decimal168121132
Binary10101000111100110000100
Octal250171204

Shades and tints

Shades of #A87984

#A87984
(168,121,132)
#996E78
(153,110,120)
#8A636C
(138,99,108)
#7B5860
(123,88,96)
#6C4D54
(108,77,84)
#5D4248
(93,66,72)
#4E373C
(78,55,60)
#3F2C30
(63,44,48)
#302124
(48,33,36)
#211618
(33,22,24)
#120B0C
(18,11,12)
#000000
(0,0,0)

Tints of #A87984

#A87984
(168,121,132)
#AF858F
(175,133,143)
#B6919A
(182,145,154)
#BD9DA5
(189,157,165)
#C4A9B0
(196,169,176)
#CBB5BB
(203,181,187)
#D2C1C6
(210,193,198)
#D9CDD1
(217,205,209)
#E0D9DC
(224,217,220)
#E7E5E7
(231,229,231)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87984; }

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

This text font color is #A87984.


Background Color

.myBgColor { background-color: #A87984; }

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

This div background color is #A87984.


Border color

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

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

This div border color is #A87984.


Opacity

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

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

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

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

This text has shadow with #A87984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87984 on black background.


Color preview on white background

This text has color #A87984 on white background.



Black color preview on #A87984 background

This text has black color on #A87984 background.


White color preview on #A87984 background

This text has white color on #A87984 background.