COLOR #AB89A6

HEX: #AB89A6
RGB: (171,137,166)

Color info

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

RGB color model

#AB89A6 color RGB value is (171,137,166).

  • red value is 171;
  • green value is 137;
  • blue value is 166.
RGB:
(171,137,166)
(67%,54%,65%)

RGB channels and saturation

R 171 of 255 = 67%
G 137 of 255 = 54%
B 166 of 255 = 65%

171
137
166

R + G + B ~ 62%. #AB89A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 137 + 166 = 474 (100%)
R 171 of 474 ~ 36.08%
G 137 of 474 ~ 28.9%
B 166 of 474 ~ 35.02%

%36.08
%28.9
%35.02

CMYK color model

#AB89A6 color CMYK value is (0,20,3,33).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 2.92%
  • key color value is 32.94%
CMYK:
(0,20,3,33)
C0M20Y3K33 
(0%,20%,3%,33%)
(0.00/0.20/0.03/0.33)	

CMYK percentages

%0
%19.88
%2.92
%32.94

Codes

Color #AB89A6 in popluar color models

AB89A6
RGB171137166
HSL309°16.83%60.39%
HSB/HSV309°19.88%67.06%
CMYK0.00%19.88%2.92%
32.94%

Color #AB89A6 in popluar number systems.

HEXAB89A6
Decimal171137166
Binary101010111000100110100110
Octal253211246

Shades and tints

Shades of #AB89A6

#AB89A6
(171,137,166)
#9C7D97
(156,125,151)
#8D7188
(141,113,136)
#7E6579
(126,101,121)
#6F596A
(111,89,106)
#604D5B
(96,77,91)
#51414C
(81,65,76)
#42353D
(66,53,61)
#33292E
(51,41,46)
#241D1F
(36,29,31)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #AB89A6

#AB89A6
(171,137,166)
#B293AE
(178,147,174)
#B99DB6
(185,157,182)
#C0A7BE
(192,167,190)
#C7B1C6
(199,177,198)
#CEBBCE
(206,187,206)
#D5C5D6
(213,197,214)
#DCCFDE
(220,207,222)
#E3D9E6
(227,217,230)
#EAE3EE
(234,227,238)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB89A6; }

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

This text font color is #AB89A6.


Background Color

.myBgColor { background-color: #AB89A6; }

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

This div background color is #AB89A6.


Border color

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

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

This div border color is #AB89A6.


Opacity

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

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

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

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

This text has shadow with #AB89A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB89A6 on black background.


Color preview on white background

This text has color #AB89A6 on white background.



Black color preview on #AB89A6 background

This text has black color on #AB89A6 background.


White color preview on #AB89A6 background

This text has white color on #AB89A6 background.