COLOR #AB8087

HEX: #AB8087 RGB: (171,128,135)

Color info

#AB8087 contains red, green and blue colors in about the same proportion. Web safe color of #AB8087 is #996699 (or #969).

RGB color model

#AB8087 color RGB value is (171,128,135).

RGB: (171,128,135) (67%, 50%, 53%)

RGB channels and saturation

R 171 of 255 = 67%
G 128 of 255 = 50%
B 135 of 255 = 53%

171
128
135

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

Portions of RGB colors in percentages

R + G + B = 171 + 128 + 135 = 434 (100%)
R 171 of 434 ~ 39.4%
G 128 of 434 ~ 29.49%
B 135 of 434 ~ 31.11'%

%39.4
%29.49
%31.11

CMYK color model

#AB8087 color CMYK value is (0,25,21,33).

  • cyan value is 0.00%
  • magenta value is 25.15%
  • yellow value is 21.05%
  • key color value is 32.94%
CMYK: (0,25,21,33) C0M25Y21K33 (0%,25%,21%,33%) (0.00/0.25/0.21/0.33) 

CMYK percentages

%0
%25.15
%21.05
%32.94

Codes

Color #AB8087 in popluar color models

AB 80 87
RGB 171 128 135
HSL 350° 20.38% 58.63%
HSB/HSV 350° 25.15% 67.06%
CMYK 0.00% 25.15% 21.05%
32.94%

Color #AB8087 in popluar number systems.

HEX AB 80 87
Decimal 171 128 135
Binary 10101011 10000000 10000111
Octal 253 200 207

Shades and tints

Shades of #AB8087

#AB8087
(171,128,135)
#9C757B
(156,117,123)
#8D6A6F
(141,106,111)
#7E5F63
(126,95,99)
#6F5457
(111,84,87)
#60494B
(96,73,75)
#513E3F
(81,62,63)
#423333
(66,51,51)
#332827
(51,40,39)
#241D1B
(36,29,27)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #AB8087

#AB8087
(171,128,135)
#B28B91
(178,139,145)
#B9969B
(185,150,155)
#C0A1A5
(192,161,165)
#C7ACAF
(199,172,175)
#CEB7B9
(206,183,185)
#D5C2C3
(213,194,195)
#DCCDCD
(220,205,205)
#E3D8D7
(227,216,215)
#EAE3E1
(234,227,225)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8087; }

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

This text font color is #AB8087.

Background Color

.myBgColor { background-color: #AB8087; }

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

This div background color is #AB8087.

Border color

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

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

This div border color is #AB8087.

Opacity

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

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

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

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

This text has shadow with #AB8087 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8087.

Preview

Color preview on black background

This text has color #AB8087 on black background.


Color preview on white background

This text has color #AB8087 on white background.


Black color preview on #AB8087 background

This text has black color on #AB8087 background.


White color preview on #AB8087 background

This text has white color on #AB8087 background.


Related colors

Complementary color

Complementary color for #hex is #547F78.


I love getcolorcode.com

Triadic colors

1 #87AB80 and #8087AB with #AB8087 are triadic colors.

2 #8780AB and #80AB87 with #AB8087 are triadic colors.