COLOR #AB8A87

HEX: #AB8A87
RGB: (171,138,135)

Color info

#AB8A87 contains red, green and blue colors in about the same proportion. Web safe color of #AB8A87 is #999999 (or #999).

RGB color model

#AB8A87 color RGB value is (171,138,135).

  • red value is 171;
  • green value is 138;
  • blue value is 135.
RGB:
(171,138,135)
(67%,54%,53%)

RGB channels and saturation

R 171 of 255 = 67%
G 138 of 255 = 54%
B 135 of 255 = 53%

171
138
135

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

Portions of RGB colors in percentages

R + G + B =
171 + 138 + 135 = 444 (100%)
R 171 of 444 ~ 38.51%
G 138 of 444 ~ 31.08%
B 135 of 444 ~ 30.41%

%38.51
%31.08
%30.41

CMYK color model

#AB8A87 color CMYK value is (0,19,21,33).

  • cyan value is 0.00%
  • magenta value is 19.30%
  • yellow value is 21.05%
  • key color value is 32.94%
CMYK:
(0,19,21,33)
C0M19Y21K33 
(0%,19%,21%,33%)
(0.00/0.19/0.21/0.33)	

CMYK percentages

%0
%19.3
%21.05
%32.94

Codes

Color #AB8A87 in popluar color models

AB8A87
RGB171138135
HSL17.65%60.00%
HSB/HSV21.05%67.06%
CMYK0.00%19.30%21.05%
32.94%

Color #AB8A87 in popluar number systems.

HEXAB8A87
Decimal171138135
Binary101010111000101010000111
Octal253212207

Shades and tints

Shades of #AB8A87

#AB8A87
(171,138,135)
#9C7E7B
(156,126,123)
#8D726F
(141,114,111)
#7E6663
(126,102,99)
#6F5A57
(111,90,87)
#604E4B
(96,78,75)
#51423F
(81,66,63)
#423633
(66,54,51)
#332A27
(51,42,39)
#241E1B
(36,30,27)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #AB8A87

#AB8A87
(171,138,135)
#B29491
(178,148,145)
#B99E9B
(185,158,155)
#C0A8A5
(192,168,165)
#C7B2AF
(199,178,175)
#CEBCB9
(206,188,185)
#D5C6C3
(213,198,195)
#DCD0CD
(220,208,205)
#E3DAD7
(227,218,215)
#EAE4E1
(234,228,225)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8A87 color. Also use rgb(171,138,135) instead hex code.

Text Font Color

.myTextColor { color: #AB8A87; }

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

This text font color is #AB8A87.


Background Color

.myBgColor { background-color: #AB8A87; }

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

This div background color is #AB8A87.


Border color

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

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

This div border color is #AB8A87.


Opacity

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

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

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

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

This text has shadow with #AB8A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8A87 on black background.


Color preview on white background

This text has color #AB8A87 on white background.



Black color preview on #AB8A87 background

This text has black color on #AB8A87 background.


White color preview on #AB8A87 background

This text has white color on #AB8A87 background.