COLOR #A87B81

HEX: #A87B81
RGB: (168,123,129)

Color info

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

RGB color model

#A87B81 color RGB value is (168,123,129).

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

RGB channels and saturation

R 168 of 255 = 66%
G 123 of 255 = 48%
B 129 of 255 = 51%

168
123
129

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

Portions of RGB colors in percentages

R + G + B =
168 + 123 + 129 = 420 (100%)
R 168 of 420 ~ 40%
G 123 of 420 ~ 29.29%
B 129 of 420 ~ 30.71%

%40
%29.29
%30.71

CMYK color model

#A87B81 color CMYK value is (0,27,23,34).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 23.21%
  • key color value is 34.12%
CMYK:
(0,27,23,34)
C0M27Y23K34 
(0%,27%,23%,34%)
(0.00/0.27/0.23/0.34)	

CMYK percentages

%0
%26.79
%23.21
%34.12

Codes

Color #A87B81 in popluar color models

A87B81
RGB168123129
HSL352°20.55%57.06%
HSB/HSV352°26.79%65.88%
CMYK0.00%26.79%23.21%
34.12%

Color #A87B81 in popluar number systems.

HEXA87B81
Decimal168123129
Binary10101000111101110000001
Octal250173201

Shades and tints

Shades of #A87B81

#A87B81
(168,123,129)
#997076
(153,112,118)
#8A656B
(138,101,107)
#7B5A60
(123,90,96)
#6C4F55
(108,79,85)
#5D444A
(93,68,74)
#4E393F
(78,57,63)
#3F2E34
(63,46,52)
#302329
(48,35,41)
#21181E
(33,24,30)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #A87B81

#A87B81
(168,123,129)
#AF878C
(175,135,140)
#B69397
(182,147,151)
#BD9FA2
(189,159,162)
#C4ABAD
(196,171,173)
#CBB7B8
(203,183,184)
#D2C3C3
(210,195,195)
#D9CFCE
(217,207,206)
#E0DBD9
(224,219,217)
#E7E7E4
(231,231,228)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87B81; }

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

This text font color is #A87B81.


Background Color

.myBgColor { background-color: #A87B81; }

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

This div background color is #A87B81.


Border color

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

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

This div border color is #A87B81.


Opacity

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

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

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

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

This text has shadow with #A87B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87B81 on black background.


Color preview on white background

This text has color #A87B81 on white background.



Black color preview on #A87B81 background

This text has black color on #A87B81 background.


White color preview on #A87B81 background

This text has white color on #A87B81 background.