COLOR #A87E87

HEX: #A87E87
RGB: (168,126,135)

Color info

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

RGB color model

#A87E87 color RGB value is (168,126,135).

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

RGB channels and saturation

R 168 of 255 = 66%
G 126 of 255 = 49%
B 135 of 255 = 53%

168
126
135

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

Portions of RGB colors in percentages

R + G + B =
168 + 126 + 135 = 429 (100%)
R 168 of 429 ~ 39.16%
G 126 of 429 ~ 29.37%
B 135 of 429 ~ 31.47%

%39.16
%29.37
%31.47

CMYK color model

#A87E87 color CMYK value is (0,25,20,34).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 19.64%
  • key color value is 34.12%
CMYK:
(0,25,20,34)
C0M25Y20K34 
(0%,25%,20%,34%)
(0.00/0.25/0.20/0.34)	

CMYK percentages

%0
%25
%19.64
%34.12

Codes

Color #A87E87 in popluar color models

A87E87
RGB168126135
HSL347°19.44%57.65%
HSB/HSV347°25.00%65.88%
CMYK0.00%25.00%19.64%
34.12%

Color #A87E87 in popluar number systems.

HEXA87E87
Decimal168126135
Binary10101000111111010000111
Octal250176207

Shades and tints

Shades of #A87E87

#A87E87
(168,126,135)
#99737B
(153,115,123)
#8A686F
(138,104,111)
#7B5D63
(123,93,99)
#6C5257
(108,82,87)
#5D474B
(93,71,75)
#4E3C3F
(78,60,63)
#3F3133
(63,49,51)
#302627
(48,38,39)
#211B1B
(33,27,27)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #A87E87

#A87E87
(168,126,135)
#AF8991
(175,137,145)
#B6949B
(182,148,155)
#BD9FA5
(189,159,165)
#C4AAAF
(196,170,175)
#CBB5B9
(203,181,185)
#D2C0C3
(210,192,195)
#D9CBCD
(217,203,205)
#E0D6D7
(224,214,215)
#E7E1E1
(231,225,225)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87E87; }

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

This text font color is #A87E87.


Background Color

.myBgColor { background-color: #A87E87; }

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

This div background color is #A87E87.


Border color

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

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

This div border color is #A87E87.


Opacity

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

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

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

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

This text has shadow with #A87E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87E87 on black background.


Color preview on white background

This text has color #A87E87 on white background.



Black color preview on #A87E87 background

This text has black color on #A87E87 background.


White color preview on #A87E87 background

This text has white color on #A87E87 background.