COLOR #A87F8D

HEX: #A87F8D RGB: (168,127,141)

Color info

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

RGB color model

#A87F8D color RGB value is (168,127,141).

RGB: (168,127,141) (66%, 50%, 55%)

RGB channels and saturation

R 168 of 255 = 66%
G 127 of 255 = 50%
B 141 of 255 = 55%

168
127
141

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

Portions of RGB colors in percentages

R + G + B = 168 + 127 + 141 = 436 (100%)
R 168 of 436 ~ 38.53%
G 127 of 436 ~ 29.13%
B 141 of 436 ~ 32.34'%

%38.53
%29.13
%32.34

CMYK color model

#A87F8D color CMYK value is (0,24,16,34).

  • cyan value is 0.00%
  • magenta value is 24.40%
  • yellow value is 16.07%
  • key color value is 34.12%

CMYK: (0,24,16,34)
C0M24Y16K34 (0%, 24%, 16%, 34%)
(0.00 / 0.24 / 0.16 / 0.34)

CMYK percentages

%0
%24.4
%16.07
%34.12

Codes

Color #A87F8D in popluar color models

A8 7F 8D
RGB 168 127 141
HSL 340° 19.07% 57.84%
HSB/HSV 340° 24.40% 65.88%
CMYK 0.00% 24.40% 16.07%
34.12%

Color #A87F8D in popluar number systems.

HEX A8 7F 8D
Decimal 168 127 141
Binary 10101000 1111111 10001101
Octal 250 177 215

Shades and tints

Shades of #A87F8D

#A87F8D
(168,127,141)
#997481
(153,116,129)
#8A6975
(138,105,117)
#7B5E69
(123,94,105)
#6C535D
(108,83,93)
#5D4851
(93,72,81)
#4E3D45
(78,61,69)
#3F3239
(63,50,57)
#30272D
(48,39,45)
#211C21
(33,28,33)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #A87F8D

#A87F8D
(168,127,141)
#AF8A97
(175,138,151)
#B695A1
(182,149,161)
#BDA0AB
(189,160,171)
#C4ABB5
(196,171,181)
#CBB6BF
(203,182,191)
#D2C1C9
(210,193,201)
#D9CCD3
(217,204,211)
#E0D7DD
(224,215,221)
#E7E2E7
(231,226,231)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87F8D; }

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

This text font color is #A87F8D.

Background Color

.myBgColor { background-color: #A87F8D; }

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

This div background color is #A87F8D.

Border color

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

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

This div border color is #A87F8D.

Opacity

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

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

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

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

This text has shadow with #A87F8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87F8D.

Preview

Color preview on black background

This text has color #A87F8D on black background.


Color preview on white background

This text has color #A87F8D on white background.


Black color preview on #A87F8D background

This text has black color on #A87F8D background.


White color preview on #A87F8D background

This text has white color on #A87F8D background.


Related colors

Complementary color

Complementary color for #hex is #578072.


I love getcolorcode.com

Triadic colors

1 #8DA87F and #7F8DA8 with #A87F8D are triadic colors.

2 #8D7FA8 and #7FA88D with #A87F8D are triadic colors.