COLOR #AB9989

HEX: #AB9989 RGB: (171,153,137)

Color info

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

RGB color model

#AB9989 color RGB value is (171,153,137).

RGB: (171,153,137) (67%, 60%, 54%)

RGB channels and saturation

R 171 of 255 = 67%
G 153 of 255 = 60%
B 137 of 255 = 54%

171
153
137

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

Portions of RGB colors in percentages

R + G + B = 171 + 153 + 137 = 461 (100%)
R 171 of 461 ~ 37.09%
G 153 of 461 ~ 33.19%
B 137 of 461 ~ 29.72'%

%37.09
%33.19
%29.72

CMYK color model

#AB9989 color CMYK value is (0,11,20,33).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 19.88%
  • key color value is 32.94%
CMYK: (0,11,20,33) C0M11Y20K33 (0%,11%,20%,33%) (0.00/0.11/0.20/0.33) 

CMYK percentages

%0
%10.53
%19.88
%32.94

Codes

Color #AB9989 in popluar color models

AB 99 89
RGB 171 153 137
HSL 28° 16.83% 60.39%
HSB/HSV 28° 19.88% 67.06%
CMYK 0.00% 10.53% 19.88%
32.94%

Color #AB9989 in popluar number systems.

HEX AB 99 89
Decimal 171 153 137
Binary 10101011 10011001 10001001
Octal 253 231 211

Shades and tints

Shades of #AB9989

#AB9989
(171,153,137)
#9C8C7D
(156,140,125)
#8D7F71
(141,127,113)
#7E7265
(126,114,101)
#6F6559
(111,101,89)
#60584D
(96,88,77)
#514B41
(81,75,65)
#423E35
(66,62,53)
#333129
(51,49,41)
#24241D
(36,36,29)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #AB9989

#AB9989
(171,153,137)
#B2A293
(178,162,147)
#B9AB9D
(185,171,157)
#C0B4A7
(192,180,167)
#C7BDB1
(199,189,177)
#CEC6BB
(206,198,187)
#D5CFC5
(213,207,197)
#DCD8CF
(220,216,207)
#E3E1D9
(227,225,217)
#EAEAE3
(234,234,227)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9989; }

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

This text font color is #AB9989.

Background Color

.myBgColor { background-color: #AB9989; }

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

This div background color is #AB9989.

Border color

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

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

This div border color is #AB9989.

Opacity

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

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

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

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

This text has shadow with #AB9989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9989.

Preview

Color preview on black background

This text has color #AB9989 on black background.


Color preview on white background

This text has color #AB9989 on white background.


Black color preview on #AB9989 background

This text has black color on #AB9989 background.


White color preview on #AB9989 background

This text has white color on #AB9989 background.


Related colors

Complementary color

Complementary color for #hex is #546676.


I love getcolorcode.com

Triadic colors

1 #89AB99 and #9989AB with #AB9989 are triadic colors.

2 #8999AB and #99AB89 with #AB9989 are triadic colors.