COLOR #AB8487

HEX: #AB8487 RGB: (171,132,135)

Color info

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

RGB color model

#AB8487 color RGB value is (171,132,135).

RGB: (171,132,135) (67%, 52%, 53%)

RGB channels and saturation

R 171 of 255 = 67%
G 132 of 255 = 52%
B 135 of 255 = 53%

171
132
135

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

Portions of RGB colors in percentages

R + G + B = 171 + 132 + 135 = 438 (100%)
R 171 of 438 ~ 39.04%
G 132 of 438 ~ 30.14%
B 135 of 438 ~ 30.82'%

%39.04
%30.14
%30.82

CMYK color model

#AB8487 color CMYK value is (0,23,21,33).

  • cyan value is 0.00%
  • magenta value is 22.81%
  • yellow value is 21.05%
  • key color value is 32.94%
CMYK: (0,23,21,33) C0M23Y21K33 (0%,23%,21%,33%) (0.00/0.23/0.21/0.33) 

CMYK percentages

%0
%22.81
%21.05
%32.94

Codes

Color #AB8487 in popluar color models

AB 84 87
RGB 171 132 135
HSL 355° 18.84% 59.41%
HSB/HSV 355° 22.81% 67.06%
CMYK 0.00% 22.81% 21.05%
32.94%

Color #AB8487 in popluar number systems.

HEX AB 84 87
Decimal 171 132 135
Binary 10101011 10000100 10000111
Octal 253 204 207

Shades and tints

Shades of #AB8487

#AB8487
(171,132,135)
#9C787B
(156,120,123)
#8D6C6F
(141,108,111)
#7E6063
(126,96,99)
#6F5457
(111,84,87)
#60484B
(96,72,75)
#513C3F
(81,60,63)
#423033
(66,48,51)
#332427
(51,36,39)
#24181B
(36,24,27)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #AB8487

#AB8487
(171,132,135)
#B28F91
(178,143,145)
#B99A9B
(185,154,155)
#C0A5A5
(192,165,165)
#C7B0AF
(199,176,175)
#CEBBB9
(206,187,185)
#D5C6C3
(213,198,195)
#DCD1CD
(220,209,205)
#E3DCD7
(227,220,215)
#EAE7E1
(234,231,225)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8487; }

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

This text font color is #AB8487.

Background Color

.myBgColor { background-color: #AB8487; }

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

This div background color is #AB8487.

Border color

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

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

This div border color is #AB8487.

Opacity

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

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

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

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

This text has shadow with #AB8487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8487.

Preview

Color preview on black background

This text has color #AB8487 on black background.


Color preview on white background

This text has color #AB8487 on white background.


Black color preview on #AB8487 background

This text has black color on #AB8487 background.


White color preview on #AB8487 background

This text has white color on #AB8487 background.


Related colors

Complementary color

Complementary color for #hex is #547B78.


I love getcolorcode.com

Triadic colors

1 #87AB84 and #8487AB with #AB8487 are triadic colors.

2 #8784AB and #84AB87 with #AB8487 are triadic colors.