COLOR #AB8089

HEX: #AB8089 RGB: (171,128,137)

Color info

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

RGB color model

#AB8089 color RGB value is (171,128,137).

RGB: (171,128,137) (67%, 50%, 54%)

RGB channels and saturation

R 171 of 255 = 67%
G 128 of 255 = 50%
B 137 of 255 = 54%

171
128
137

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

Portions of RGB colors in percentages

R + G + B = 171 + 128 + 137 = 436 (100%)
R 171 of 436 ~ 39.22%
G 128 of 436 ~ 29.36%
B 137 of 436 ~ 31.42'%

%39.22
%29.36
%31.42

CMYK color model

#AB8089 color CMYK value is (0,25,20,33).

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

CMYK: (0,25,20,33)
C0M25Y20K33 (0%, 25%, 20%, 33%)
(0.00 / 0.25 / 0.20 / 0.33)

CMYK percentages

%0
%25.15
%19.88
%32.94

Codes

Color #AB8089 in popluar color models

AB 80 89
RGB 171 128 137
HSL 347° 20.38% 58.63%
HSB/HSV 347° 25.15% 67.06%
CMYK 0.00% 25.15% 19.88%
32.94%

Color #AB8089 in popluar number systems.

HEX AB 80 89
Decimal 171 128 137
Binary 10101011 10000000 10001001
Octal 253 200 211

Shades and tints

Shades of #AB8089

#AB8089
(171,128,137)
#9C757D
(156,117,125)
#8D6A71
(141,106,113)
#7E5F65
(126,95,101)
#6F5459
(111,84,89)
#60494D
(96,73,77)
#513E41
(81,62,65)
#423335
(66,51,53)
#332829
(51,40,41)
#241D1D
(36,29,29)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #AB8089

#AB8089
(171,128,137)
#B28B93
(178,139,147)
#B9969D
(185,150,157)
#C0A1A7
(192,161,167)
#C7ACB1
(199,172,177)
#CEB7BB
(206,183,187)
#D5C2C5
(213,194,197)
#DCCDCF
(220,205,207)
#E3D8D9
(227,216,217)
#EAE3E3
(234,227,227)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8089; }

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

This text font color is #AB8089.

Background Color

.myBgColor { background-color: #AB8089; }

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

This div background color is #AB8089.

Border color

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

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

This div border color is #AB8089.

Opacity

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

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

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

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

This text has shadow with #AB8089 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8089.

Preview

Color preview on black background

This text has color #AB8089 on black background.


Color preview on white background

This text has color #AB8089 on white background.


Black color preview on #AB8089 background

This text has black color on #AB8089 background.


White color preview on #AB8089 background

This text has white color on #AB8089 background.


Related colors

Complementary color

Complementary color for #hex is #547F76.


I love getcolorcode.com

Triadic colors

1 #89AB80 and #8089AB with #AB8089 are triadic colors.

2 #8980AB and #80AB89 with #AB8089 are triadic colors.