COLOR #89ABA9

HEX: #89ABA9 RGB: (137,171,169)

Color info

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

RGB color model

#89ABA9 color RGB value is (137,171,169).

RGB: (137,171,169) (54%, 67%, 66%)

RGB channels and saturation

R 137 of 255 = 54%
G 171 of 255 = 67%
B 169 of 255 = 66%

137
171
169

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

Portions of RGB colors in percentages

R + G + B = 137 + 171 + 169 = 477 (100%)
R 137 of 477 ~ 28.72%
G 171 of 477 ~ 35.85%
B 169 of 477 ~ 35.43'%

%28.72
%35.85
%35.43

CMYK color model

#89ABA9 color CMYK value is (20,0,1,33).

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

CMYK: (20,0,1,33)
C20M0Y1K33 (20%, 0%, 1%, 33%)
(0.20 / 0.00 / 0.01 / 0.33)

CMYK percentages

%19.88
%0
%1.17
%32.94

Codes

Color #89ABA9 in popluar color models

89 AB A9
RGB 137 171 169
HSL 176° 16.83% 60.39%
HSB/HSV 176° 19.88% 67.06%
CMYK 19.88% 0.00% 1.17%
32.94%

Color #89ABA9 in popluar number systems.

HEX 89 AB A9
Decimal 137 171 169
Binary 10001001 10101011 10101001
Octal 211 253 251

Shades and tints

Shades of #89ABA9

#89ABA9
(137,171,169)
#7D9C9A
(125,156,154)
#718D8B
(113,141,139)
#657E7C
(101,126,124)
#596F6D
(89,111,109)
#4D605E
(77,96,94)
#41514F
(65,81,79)
#354240
(53,66,64)
#293331
(41,51,49)
#1D2422
(29,36,34)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #89ABA9

#89ABA9
(137,171,169)
#93B2B0
(147,178,176)
#9DB9B7
(157,185,183)
#A7C0BE
(167,192,190)
#B1C7C5
(177,199,197)
#BBCECC
(187,206,204)
#C5D5D3
(197,213,211)
#CFDCDA
(207,220,218)
#D9E3E1
(217,227,225)
#E3EAE8
(227,234,232)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89ABA9; }

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

This text font color is #89ABA9.

Background Color

.myBgColor { background-color: #89ABA9; }

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

This div background color is #89ABA9.

Border color

.myBorderColor { border: 1px solid #89ABA9; }

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

This div border color is #89ABA9.

Opacity

.myOpacity80 { color: #89ABA9; opacity: 0.8; }

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

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

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

This text has shadow with #89ABA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89ABA9.

Preview

Color preview on black background

This text has color #89ABA9 on black background.


Color preview on white background

This text has color #89ABA9 on white background.


Black color preview on #89ABA9 background

This text has black color on #89ABA9 background.


White color preview on #89ABA9 background

This text has white color on #89ABA9 background.


Related colors

Complementary color

Complementary color for #hex is #765456.


I love getcolorcode.com

Triadic colors

1 #A989AB and #ABA989 with #89ABA9 are triadic colors.

2 #A9AB89 and #AB89A9 with #89ABA9 are triadic colors.