COLOR #AB8587

HEX: #AB8587
RGB: (171,133,135)

Color info

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

RGB color model

#AB8587 color RGB value is (171,133,135).

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

RGB channels and saturation

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

171
133
135

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

Portions of RGB colors in percentages

R + G + B =
171 + 133 + 135 = 439 (100%)
R 171 of 439 ~ 38.95%
G 133 of 439 ~ 30.3%
B 135 of 439 ~ 30.75%

%38.95
%30.3
%30.75

CMYK color model

#AB8587 color CMYK value is (0,22,21,33).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 21.05%
  • key color value is 32.94%
CMYK: (0,22,21,33) C0M22Y21K33 (0%,22%,21%,33%) (0.00/0.22/0.21/0.33)

CMYK percentages

%0
%22.22
%21.05
%32.94

Codes

Color #AB8587 in popluar color models

AB8587
RGB171133135
HSL357°18.45%59.61%
HSB/HSV357°22.22%67.06%
CMYK0.00%22.22%21.05%
32.94%

Color #AB8587 in popluar number systems.

HEXAB8587
Decimal171133135
Binary101010111000010110000111
Octal253205207

Shades and tints

Shades of #AB8587

#AB8587
(171,133,135)
#9C797B
(156,121,123)
#8D6D6F
(141,109,111)
#7E6163
(126,97,99)
#6F5557
(111,85,87)
#60494B
(96,73,75)
#513D3F
(81,61,63)
#423133
(66,49,51)
#332527
(51,37,39)
#24191B
(36,25,27)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #AB8587

#AB8587
(171,133,135)
#B29091
(178,144,145)
#B99B9B
(185,155,155)
#C0A6A5
(192,166,165)
#C7B1AF
(199,177,175)
#CEBCB9
(206,188,185)
#D5C7C3
(213,199,195)
#DCD2CD
(220,210,205)
#E3DDD7
(227,221,215)
#EAE8E1
(234,232,225)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8587; }

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

This text font color is #AB8587.


Background Color

.myBgColor { background-color: #AB8587; }

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

This div background color is #AB8587.


Border color

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

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

This div border color is #AB8587.


Opacity

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

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

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

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

This text has shadow with #AB8587 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AB8587 on black background.


Color preview on white background

This text has color #AB8587 on white background.



Black color preview on #AB8587 background

This text has black color on #AB8587 background.


White color preview on #AB8587 background

This text has white color on #AB8587 background.