COLOR #89AB8F

HEX: #89AB8F RGB: (137,171,143)

Color info

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

RGB color model

#89AB8F color RGB value is (137,171,143).

RGB: (137,171,143) (54%, 67%, 56%)

RGB channels and saturation

R 137 of 255 = 54%
G 171 of 255 = 67%
B 143 of 255 = 56%

137
171
143

R + G + B ~ 59%. #89AB8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 171 + 143 = 451 (100%)
R 137 of 451 ~ 30.38%
G 171 of 451 ~ 37.92%
B 143 of 451 ~ 31.71'%

%30.38
%37.92
%31.71

CMYK color model

#89AB8F color CMYK value is (20,0,16,33).

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

CMYK: (20,0,16,33)
C20M0Y16K33 (20%, 0%, 16%, 33%)
(0.20 / 0.00 / 0.16 / 0.33)

CMYK percentages

%19.88
%0
%16.37
%32.94

Codes

Color #89AB8F in popluar color models

89 AB 8F
RGB 137 171 143
HSL 131° 16.83% 60.39%
HSB/HSV 131° 19.88% 67.06%
CMYK 19.88% 0.00% 16.37%
32.94%

Color #89AB8F in popluar number systems.

HEX 89 AB 8F
Decimal 137 171 143
Binary 10001001 10101011 10001111
Octal 211 253 217

Shades and tints

Shades of #89AB8F

#89AB8F
(137,171,143)
#7D9C82
(125,156,130)
#718D75
(113,141,117)
#657E68
(101,126,104)
#596F5B
(89,111,91)
#4D604E
(77,96,78)
#415141
(65,81,65)
#354234
(53,66,52)
#293327
(41,51,39)
#1D241A
(29,36,26)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #89AB8F

#89AB8F
(137,171,143)
#93B299
(147,178,153)
#9DB9A3
(157,185,163)
#A7C0AD
(167,192,173)
#B1C7B7
(177,199,183)
#BBCEC1
(187,206,193)
#C5D5CB
(197,213,203)
#CFDCD5
(207,220,213)
#D9E3DF
(217,227,223)
#E3EAE9
(227,234,233)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89AB8F; }

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

This text font color is #89AB8F.

Background Color

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

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

This div background color is #89AB8F.

Border color

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

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

This div border color is #89AB8F.

Opacity

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

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

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

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

This text has shadow with #89AB8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89AB8F.

Preview

Color preview on black background

This text has color #89AB8F on black background.


Color preview on white background

This text has color #89AB8F on white background.


Black color preview on #89AB8F background

This text has black color on #89AB8F background.


White color preview on #89AB8F background

This text has white color on #89AB8F background.


Related colors

Complementary color

Complementary color for #hex is #765470.


I love getcolorcode.com

Triadic colors

1 #8F89AB and #AB8F89 with #89AB8F are triadic colors.

2 #8FAB89 and #AB898F with #89AB8F are triadic colors.