COLOR #89ABA0

HEX: #89ABA0 RGB: (137,171,160)

Color info

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

RGB color model

#89ABA0 color RGB value is (137,171,160).

RGB: (137,171,160) (54%, 67%, 63%)

RGB channels and saturation

R 137 of 255 = 54%
G 171 of 255 = 67%
B 160 of 255 = 63%

137
171
160

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

Portions of RGB colors in percentages

R + G + B = 137 + 171 + 160 = 468 (100%)
R 137 of 468 ~ 29.27%
G 171 of 468 ~ 36.54%
B 160 of 468 ~ 34.19'%

%29.27
%36.54
%34.19

CMYK color model

#89ABA0 color CMYK value is (20,0,6,33).

  • cyan value is 19.88%
  • magenta value is 0.00%
  • yellow value is 6.43%
  • key color value is 32.94%
CMYK: (20,0,6,33) C20M0Y6K33 (20%,0%,6%,33%) (0.20/0.00/0.06/0.33) 

CMYK percentages

%19.88
%0
%6.43
%32.94

Codes

Color #89ABA0 in popluar color models

89 AB A0
RGB 137 171 160
HSL 161° 16.83% 60.39%
HSB/HSV 161° 19.88% 67.06%
CMYK 19.88% 0.00% 6.43%
32.94%

Color #89ABA0 in popluar number systems.

HEX 89 AB A0
Decimal 137 171 160
Binary 10001001 10101011 10100000
Octal 211 253 240

Shades and tints

Shades of #89ABA0

#89ABA0
(137,171,160)
#7D9C92
(125,156,146)
#718D84
(113,141,132)
#657E76
(101,126,118)
#596F68
(89,111,104)
#4D605A
(77,96,90)
#41514C
(65,81,76)
#35423E
(53,66,62)
#293330
(41,51,48)
#1D2422
(29,36,34)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #89ABA0

#89ABA0
(137,171,160)
#93B2A8
(147,178,168)
#9DB9B0
(157,185,176)
#A7C0B8
(167,192,184)
#B1C7C0
(177,199,192)
#BBCEC8
(187,206,200)
#C5D5D0
(197,213,208)
#CFDCD8
(207,220,216)
#D9E3E0
(217,227,224)
#E3EAE8
(227,234,232)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89ABA0; }

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

This text font color is #89ABA0.

Background Color

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

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

This div background color is #89ABA0.

Border color

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

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

This div border color is #89ABA0.

Opacity

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

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

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

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

This text has shadow with #89ABA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89ABA0.

Preview

Color preview on black background

This text has color #89ABA0 on black background.


Color preview on white background

This text has color #89ABA0 on white background.


Black color preview on #89ABA0 background

This text has black color on #89ABA0 background.


White color preview on #89ABA0 background

This text has white color on #89ABA0 background.


Related colors

Complementary color

Complementary color for #hex is #76545F.


I love getcolorcode.com

Triadic colors

1 #A089AB and #ABA089 with #89ABA0 are triadic colors.

2 #A0AB89 and #AB89A0 with #89ABA0 are triadic colors.