COLOR #A87D8F

HEX: #A87D8F
RGB: (168,125,143)

Color info

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

RGB color model

#A87D8F color RGB value is (168,125,143).

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

RGB channels and saturation

R 168 of 255 = 66%
G 125 of 255 = 49%
B 143 of 255 = 56%

168
125
143

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

Portions of RGB colors in percentages

R + G + B =
168 + 125 + 143 = 436 (100%)
R 168 of 436 ~ 38.53%
G 125 of 436 ~ 28.67%
B 143 of 436 ~ 32.8%

%38.53
%28.67
%32.8

CMYK color model

#A87D8F color CMYK value is (0,26,15,34).

  • cyan value is 0.00%
  • magenta value is 25.60%
  • yellow value is 14.88%
  • key color value is 34.12%
CMYK:
(0,26,15,34)
C0M26Y15K34 
(0%,26%,15%,34%)
(0.00/0.26/0.15/0.34)	

CMYK percentages

%0
%25.6
%14.88
%34.12

Codes

Color #A87D8F in popluar color models

A87D8F
RGB168125143
HSL335°19.82%57.45%
HSB/HSV335°25.60%65.88%
CMYK0.00%25.60%14.88%
34.12%

Color #A87D8F in popluar number systems.

HEXA87D8F
Decimal168125143
Binary10101000111110110001111
Octal250175217

Shades and tints

Shades of #A87D8F

#A87D8F
(168,125,143)
#997282
(153,114,130)
#8A6775
(138,103,117)
#7B5C68
(123,92,104)
#6C515B
(108,81,91)
#5D464E
(93,70,78)
#4E3B41
(78,59,65)
#3F3034
(63,48,52)
#302527
(48,37,39)
#211A1A
(33,26,26)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #A87D8F

#A87D8F
(168,125,143)
#AF8899
(175,136,153)
#B693A3
(182,147,163)
#BD9EAD
(189,158,173)
#C4A9B7
(196,169,183)
#CBB4C1
(203,180,193)
#D2BFCB
(210,191,203)
#D9CAD5
(217,202,213)
#E0D5DF
(224,213,223)
#E7E0E9
(231,224,233)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87D8F color. Also use rgb(168,125,143) instead hex code.

Text Font Color

.myTextColor { color: #A87D8F; }

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

This text font color is #A87D8F.


Background Color

.myBgColor { background-color: #A87D8F; }

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

This div background color is #A87D8F.


Border color

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

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

This div border color is #A87D8F.


Opacity

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

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

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

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

This text has shadow with #A87D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87D8F on black background.


Color preview on white background

This text has color #A87D8F on white background.



Black color preview on #A87D8F background

This text has black color on #A87D8F background.


White color preview on #A87D8F background

This text has white color on #A87D8F background.