COLOR #A87C94

HEX: #A87C94
RGB: (168,124,148)

Color info

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

RGB color model

#A87C94 color RGB value is (168,124,148).

  • red value is 168;
  • green value is 124;
  • blue value is 148.
RGB:
(168,124,148)
(66%,49%,58%)

RGB channels and saturation

R 168 of 255 = 66%
G 124 of 255 = 49%
B 148 of 255 = 58%

168
124
148

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

Portions of RGB colors in percentages

R + G + B =
168 + 124 + 148 = 440 (100%)
R 168 of 440 ~ 38.18%
G 124 of 440 ~ 28.18%
B 148 of 440 ~ 33.64%

%38.18
%28.18
%33.64

CMYK color model

#A87C94 color CMYK value is (0,26,12,34).

  • cyan value is 0.00%
  • magenta value is 26.19%
  • yellow value is 11.90%
  • key color value is 34.12%
CMYK:
(0,26,12,34)
C0M26Y12K34 
(0%,26%,12%,34%)
(0.00/0.26/0.12/0.34)	

CMYK percentages

%0
%26.19
%11.9
%34.12

Codes

Color #A87C94 in popluar color models

A87C94
RGB168124148
HSL327°20.18%57.25%
HSB/HSV327°26.19%65.88%
CMYK0.00%26.19%11.90%
34.12%

Color #A87C94 in popluar number systems.

HEXA87C94
Decimal168124148
Binary10101000111110010010100
Octal250174224

Shades and tints

Shades of #A87C94

#A87C94
(168,124,148)
#997187
(153,113,135)
#8A667A
(138,102,122)
#7B5B6D
(123,91,109)
#6C5060
(108,80,96)
#5D4553
(93,69,83)
#4E3A46
(78,58,70)
#3F2F39
(63,47,57)
#30242C
(48,36,44)
#21191F
(33,25,31)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #A87C94

#A87C94
(168,124,148)
#AF879D
(175,135,157)
#B692A6
(182,146,166)
#BD9DAF
(189,157,175)
#C4A8B8
(196,168,184)
#CBB3C1
(203,179,193)
#D2BECA
(210,190,202)
#D9C9D3
(217,201,211)
#E0D4DC
(224,212,220)
#E7DFE5
(231,223,229)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87C94 color. Also use rgb(168,124,148) instead hex code.

Text Font Color

.myTextColor { color: #A87C94; }

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

This text font color is #A87C94.


Background Color

.myBgColor { background-color: #A87C94; }

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

This div background color is #A87C94.


Border color

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

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

This div border color is #A87C94.


Opacity

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

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

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

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

This text has shadow with #A87C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87C94 on black background.


Color preview on white background

This text has color #A87C94 on white background.



Black color preview on #A87C94 background

This text has black color on #A87C94 background.


White color preview on #A87C94 background

This text has white color on #A87C94 background.