COLOR #89ABA3

HEX: #89ABA3 RGB: (137,171,163)

Color info

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

RGB color model

#89ABA3 color RGB value is (137,171,163).

RGB: (137,171,163) (54%, 67%, 64%)

RGB channels and saturation

R 137 of 255 = 54%
G 171 of 255 = 67%
B 163 of 255 = 64%

137
171
163

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

Portions of RGB colors in percentages

R + G + B = 137 + 171 + 163 = 471 (100%)
R 137 of 471 ~ 29.09%
G 171 of 471 ~ 36.31%
B 163 of 471 ~ 34.61'%

%29.09
%36.31
%34.61

CMYK color model

#89ABA3 color CMYK value is (20,0,5,33).

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

CMYK: (20,0,5,33)
C20M0Y5K33 (20%, 0%, 5%, 33%)
(0.20 / 0.00 / 0.05 / 0.33)

CMYK percentages

%19.88
%0
%4.68
%32.94

Codes

Color #89ABA3 in popluar color models

89 AB A3
RGB 137 171 163
HSL 166° 16.83% 60.39%
HSB/HSV 166° 19.88% 67.06%
CMYK 19.88% 0.00% 4.68%
32.94%

Color #89ABA3 in popluar number systems.

HEX 89 AB A3
Decimal 137 171 163
Binary 10001001 10101011 10100011
Octal 211 253 243

Shades and tints

Shades of #89ABA3

#89ABA3
(137,171,163)
#7D9C95
(125,156,149)
#718D87
(113,141,135)
#657E79
(101,126,121)
#596F6B
(89,111,107)
#4D605D
(77,96,93)
#41514F
(65,81,79)
#354241
(53,66,65)
#293333
(41,51,51)
#1D2425
(29,36,37)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #89ABA3

#89ABA3
(137,171,163)
#93B2AB
(147,178,171)
#9DB9B3
(157,185,179)
#A7C0BB
(167,192,187)
#B1C7C3
(177,199,195)
#BBCECB
(187,206,203)
#C5D5D3
(197,213,211)
#CFDCDB
(207,220,219)
#D9E3E3
(217,227,227)
#E3EAEB
(227,234,235)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89ABA3; }

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

This text font color is #89ABA3.

Background Color

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

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

This div background color is #89ABA3.

Border color

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

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

This div border color is #89ABA3.

Opacity

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

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

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

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

This text has shadow with #89ABA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89ABA3.

Preview

Color preview on black background

This text has color #89ABA3 on black background.


Color preview on white background

This text has color #89ABA3 on white background.


Black color preview on #89ABA3 background

This text has black color on #89ABA3 background.


White color preview on #89ABA3 background

This text has white color on #89ABA3 background.


Related colors

Complementary color

Complementary color for #hex is #76545C.


I love getcolorcode.com

Triadic colors

1 #A389AB and #ABA389 with #89ABA3 are triadic colors.

2 #A3AB89 and #AB89A3 with #89ABA3 are triadic colors.