COLOR #A87B8D

HEX: #A87B8D
RGB: (168,123,141)

Color info

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

RGB color model

#A87B8D color RGB value is (168,123,141).

  • red value is 168;
  • green value is 123;
  • blue value is 141.
RGB:
(168,123,141)
(66%,48%,55%)

RGB channels and saturation

R 168 of 255 = 66%
G 123 of 255 = 48%
B 141 of 255 = 55%

168
123
141

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

Portions of RGB colors in percentages

R + G + B =
168 + 123 + 141 = 432 (100%)
R 168 of 432 ~ 38.89%
G 123 of 432 ~ 28.47%
B 141 of 432 ~ 32.64%

%38.89
%28.47
%32.64

CMYK color model

#A87B8D color CMYK value is (0,27,16,34).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 16.07%
  • key color value is 34.12%
CMYK:
(0,27,16,34)
C0M27Y16K34 
(0%,27%,16%,34%)
(0.00/0.27/0.16/0.34)	

CMYK percentages

%0
%26.79
%16.07
%34.12

Codes

Color #A87B8D in popluar color models

A87B8D
RGB168123141
HSL336°20.55%57.06%
HSB/HSV336°26.79%65.88%
CMYK0.00%26.79%16.07%
34.12%

Color #A87B8D in popluar number systems.

HEXA87B8D
Decimal168123141
Binary10101000111101110001101
Octal250173215

Shades and tints

Shades of #A87B8D

#A87B8D
(168,123,141)
#997081
(153,112,129)
#8A6575
(138,101,117)
#7B5A69
(123,90,105)
#6C4F5D
(108,79,93)
#5D4451
(93,68,81)
#4E3945
(78,57,69)
#3F2E39
(63,46,57)
#30232D
(48,35,45)
#211821
(33,24,33)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #A87B8D

#A87B8D
(168,123,141)
#AF8797
(175,135,151)
#B693A1
(182,147,161)
#BD9FAB
(189,159,171)
#C4ABB5
(196,171,181)
#CBB7BF
(203,183,191)
#D2C3C9
(210,195,201)
#D9CFD3
(217,207,211)
#E0DBDD
(224,219,221)
#E7E7E7
(231,231,231)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87B8D; }

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

This text font color is #A87B8D.


Background Color

.myBgColor { background-color: #A87B8D; }

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

This div background color is #A87B8D.


Border color

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

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

This div border color is #A87B8D.


Opacity

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

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

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

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

This text has shadow with #A87B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87B8D on black background.


Color preview on white background

This text has color #A87B8D on white background.



Black color preview on #A87B8D background

This text has black color on #A87B8D background.


White color preview on #A87B8D background

This text has white color on #A87B8D background.