COLOR #A87E8E

HEX: #A87E8E
RGB: (168,126,142)

Color info

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

RGB color model

#A87E8E color RGB value is (168,126,142).

  • red value is 168;
  • green value is 126;
  • blue value is 142.
RGB:
(168,126,142)
(66%,49%,56%)

RGB channels and saturation

R 168 of 255 = 66%
G 126 of 255 = 49%
B 142 of 255 = 56%

168
126
142

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

Portions of RGB colors in percentages

R + G + B =
168 + 126 + 142 = 436 (100%)
R 168 of 436 ~ 38.53%
G 126 of 436 ~ 28.9%
B 142 of 436 ~ 32.57%

%38.53
%28.9
%32.57

CMYK color model

#A87E8E color CMYK value is (0,25,15,34).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 15.48%
  • key color value is 34.12%
CMYK:
(0,25,15,34)
C0M25Y15K34 
(0%,25%,15%,34%)
(0.00/0.25/0.15/0.34)	

CMYK percentages

%0
%25
%15.48
%34.12

Codes

Color #A87E8E in popluar color models

A87E8E
RGB168126142
HSL337°19.44%57.65%
HSB/HSV337°25.00%65.88%
CMYK0.00%25.00%15.48%
34.12%

Color #A87E8E in popluar number systems.

HEXA87E8E
Decimal168126142
Binary10101000111111010001110
Octal250176216

Shades and tints

Shades of #A87E8E

#A87E8E
(168,126,142)
#997382
(153,115,130)
#8A6876
(138,104,118)
#7B5D6A
(123,93,106)
#6C525E
(108,82,94)
#5D4752
(93,71,82)
#4E3C46
(78,60,70)
#3F313A
(63,49,58)
#30262E
(48,38,46)
#211B22
(33,27,34)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #A87E8E

#A87E8E
(168,126,142)
#AF8998
(175,137,152)
#B694A2
(182,148,162)
#BD9FAC
(189,159,172)
#C4AAB6
(196,170,182)
#CBB5C0
(203,181,192)
#D2C0CA
(210,192,202)
#D9CBD4
(217,203,212)
#E0D6DE
(224,214,222)
#E7E1E8
(231,225,232)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87E8E color. Also use rgb(168,126,142) instead hex code.

Text Font Color

.myTextColor { color: #A87E8E; }

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

This text font color is #A87E8E.


Background Color

.myBgColor { background-color: #A87E8E; }

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

This div background color is #A87E8E.


Border color

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

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

This div border color is #A87E8E.


Opacity

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

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

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

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

This text has shadow with #A87E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87E8E on black background.


Color preview on white background

This text has color #A87E8E on white background.



Black color preview on #A87E8E background

This text has black color on #A87E8E background.


White color preview on #A87E8E background

This text has white color on #A87E8E background.