COLOR #A87F7E

HEX: #A87F7E
RGB: (168,127,126)

Color info

#A87F7E contains red, green and blue colors in about the same proportion. Web safe color of #A87F7E is #996666 (or #966).

RGB color model

#A87F7E color RGB value is (168,127,126).

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

RGB channels and saturation

R 168 of 255 = 66%
G 127 of 255 = 50%
B 126 of 255 = 49%

168
127
126

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

Portions of RGB colors in percentages

R + G + B =
168 + 127 + 126 = 421 (100%)
R 168 of 421 ~ 39.9%
G 127 of 421 ~ 30.17%
B 126 of 421 ~ 29.93%

%39.9
%30.17
%29.93

CMYK color model

#A87F7E color CMYK value is (0,24,25,34).

  • cyan value is 0.00%
  • magenta value is 24.40%
  • yellow value is 25.00%
  • key color value is 34.12%
CMYK:
(0,24,25,34)
C0M24Y25K34 
(0%,24%,25%,34%)
(0.00/0.24/0.25/0.34)	

CMYK percentages

%0
%24.4
%25
%34.12

Codes

Color #A87F7E in popluar color models

A87F7E
RGB168127126
HSL19.44%57.65%
HSB/HSV25.00%65.88%
CMYK0.00%24.40%25.00%
34.12%

Color #A87F7E in popluar number systems.

HEXA87F7E
Decimal168127126
Binary1010100011111111111110
Octal250177176

Shades and tints

Shades of #A87F7E

#A87F7E
(168,127,126)
#997473
(153,116,115)
#8A6968
(138,105,104)
#7B5E5D
(123,94,93)
#6C5352
(108,83,82)
#5D4847
(93,72,71)
#4E3D3C
(78,61,60)
#3F3231
(63,50,49)
#302726
(48,39,38)
#211C1B
(33,28,27)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #A87F7E

#A87F7E
(168,127,126)
#AF8A89
(175,138,137)
#B69594
(182,149,148)
#BDA09F
(189,160,159)
#C4ABAA
(196,171,170)
#CBB6B5
(203,182,181)
#D2C1C0
(210,193,192)
#D9CCCB
(217,204,203)
#E0D7D6
(224,215,214)
#E7E2E1
(231,226,225)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87F7E; }

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

This text font color is #A87F7E.


Background Color

.myBgColor { background-color: #A87F7E; }

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

This div background color is #A87F7E.


Border color

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

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

This div border color is #A87F7E.


Opacity

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

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

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

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

This text has shadow with #A87F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87F7E on black background.


Color preview on white background

This text has color #A87F7E on white background.



Black color preview on #A87F7E background

This text has black color on #A87F7E background.


White color preview on #A87F7E background

This text has white color on #A87F7E background.