COLOR #AB899E

HEX: #AB899E RGB: (171,137,158)

Color info

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

RGB color model

#AB899E color RGB value is (171,137,158).

RGB: (171,137,158) (67%, 54%, 62%)

RGB channels and saturation

R 171 of 255 = 67%
G 137 of 255 = 54%
B 158 of 255 = 62%

171
137
158

R + G + B ~ 61%. #AB899E is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 137 + 158 = 466 (100%)
R 171 of 466 ~ 36.7%
G 137 of 466 ~ 29.4%
B 158 of 466 ~ 33.91'%

%36.7
%29.4
%33.91

CMYK color model

#AB899E color CMYK value is (0,20,8,33).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 7.60%
  • key color value is 32.94%

CMYK: (0,20,8,33)
C0M20Y8K33 (0%, 20%, 8%, 33%)
(0.00 / 0.20 / 0.08 / 0.33)

CMYK percentages

%0
%19.88
%7.6
%32.94

Codes

Color #AB899E in popluar color models

AB 89 9E
RGB 171 137 158
HSL 323° 16.83% 60.39%
HSB/HSV 323° 19.88% 67.06%
CMYK 0.00% 19.88% 7.60%
32.94%

Color #AB899E in popluar number systems.

HEX AB 89 9E
Decimal 171 137 158
Binary 10101011 10001001 10011110
Octal 253 211 236

Shades and tints

Shades of #AB899E

#AB899E
(171,137,158)
#9C7D90
(156,125,144)
#8D7182
(141,113,130)
#7E6574
(126,101,116)
#6F5966
(111,89,102)
#604D58
(96,77,88)
#51414A
(81,65,74)
#42353C
(66,53,60)
#33292E
(51,41,46)
#241D20
(36,29,32)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #AB899E

#AB899E
(171,137,158)
#B293A6
(178,147,166)
#B99DAE
(185,157,174)
#C0A7B6
(192,167,182)
#C7B1BE
(199,177,190)
#CEBBC6
(206,187,198)
#D5C5CE
(213,197,206)
#DCCFD6
(220,207,214)
#E3D9DE
(227,217,222)
#EAE3E6
(234,227,230)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB899E color. Also use rgb(171,137,158) instead hex code.

Text Font Color

.myTextColor { color: #AB899E; }

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

This text font color is #AB899E.

Background Color

.myBgColor { background-color: #AB899E; }

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

This div background color is #AB899E.

Border color

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

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

This div border color is #AB899E.

Opacity

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

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

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

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

This text has shadow with #AB899E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB899E.

Preview

Color preview on black background

This text has color #AB899E on black background.


Color preview on white background

This text has color #AB899E on white background.


Black color preview on #AB899E background

This text has black color on #AB899E background.


White color preview on #AB899E background

This text has white color on #AB899E background.


Related colors

Complementary color

Complementary color for #hex is #547661.


I love getcolorcode.com

Triadic colors

1 #9EAB89 and #899EAB with #AB899E are triadic colors.

2 #9E89AB and #89AB9E with #AB899E are triadic colors.