COLOR #A87B80

HEX: #A87B80
RGB: (168,123,128)

Color info

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

RGB color model

#A87B80 color RGB value is (168,123,128).

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

RGB channels and saturation

R 168 of 255 = 66%
G 123 of 255 = 48%
B 128 of 255 = 50%

168
123
128

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

Portions of RGB colors in percentages

R + G + B =
168 + 123 + 128 = 419 (100%)
R 168 of 419 ~ 40.1%
G 123 of 419 ~ 29.36%
B 128 of 419 ~ 30.55%

%40.1
%29.36
%30.55

CMYK color model

#A87B80 color CMYK value is (0,27,24,34).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 23.81%
  • key color value is 34.12%
CMYK:
(0,27,24,34)
C0M27Y24K34 
(0%,27%,24%,34%)
(0.00/0.27/0.24/0.34)	

CMYK percentages

%0
%26.79
%23.81
%34.12

Codes

Color #A87B80 in popluar color models

A87B80
RGB168123128
HSL353°20.55%57.06%
HSB/HSV353°26.79%65.88%
CMYK0.00%26.79%23.81%
34.12%

Color #A87B80 in popluar number systems.

HEXA87B80
Decimal168123128
Binary10101000111101110000000
Octal250173200

Shades and tints

Shades of #A87B80

#A87B80
(168,123,128)
#997075
(153,112,117)
#8A656A
(138,101,106)
#7B5A5F
(123,90,95)
#6C4F54
(108,79,84)
#5D4449
(93,68,73)
#4E393E
(78,57,62)
#3F2E33
(63,46,51)
#302328
(48,35,40)
#21181D
(33,24,29)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #A87B80

#A87B80
(168,123,128)
#AF878B
(175,135,139)
#B69396
(182,147,150)
#BD9FA1
(189,159,161)
#C4ABAC
(196,171,172)
#CBB7B7
(203,183,183)
#D2C3C2
(210,195,194)
#D9CFCD
(217,207,205)
#E0DBD8
(224,219,216)
#E7E7E3
(231,231,227)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87B80; }

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

This text font color is #A87B80.


Background Color

.myBgColor { background-color: #A87B80; }

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

This div background color is #A87B80.


Border color

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

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

This div border color is #A87B80.


Opacity

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

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

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

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

This text has shadow with #A87B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87B80 on black background.


Color preview on white background

This text has color #A87B80 on white background.



Black color preview on #A87B80 background

This text has black color on #A87B80 background.


White color preview on #A87B80 background

This text has white color on #A87B80 background.