COLOR #89A08B

HEX: #89A08B RGB: (137,160,139)

Color info

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

RGB color model

#89A08B color RGB value is (137,160,139).

RGB: (137,160,139) (54%, 63%, 55%)

RGB channels and saturation

R 137 of 255 = 54%
G 160 of 255 = 63%
B 139 of 255 = 55%

137
160
139

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

Portions of RGB colors in percentages

R + G + B = 137 + 160 + 139 = 436 (100%)
R 137 of 436 ~ 31.42%
G 160 of 436 ~ 36.7%
B 139 of 436 ~ 31.88'%

%31.42
%36.7
%31.88

CMYK color model

#89A08B color CMYK value is (14,0,13,37).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 13.13%
  • key color value is 37.25%

CMYK: (14,0,13,37)
C14M0Y13K37 (14%, 0%, 13%, 37%)
(0.14 / 0.00 / 0.13 / 0.37)

CMYK percentages

%14.38
%0
%13.13
%37.25

Codes

Color #89A08B in popluar color models

89 A0 8B
RGB 137 160 139
HSL 125° 10.80% 58.24%
HSB/HSV 125° 14.38% 62.75%
CMYK 14.38% 0.00% 13.13%
37.25%

Color #89A08B in popluar number systems.

HEX 89 A0 8B
Decimal 137 160 139
Binary 10001001 10100000 10001011
Octal 211 240 213

Shades and tints

Shades of #89A08B

#89A08B
(137,160,139)
#7D927F
(125,146,127)
#718473
(113,132,115)
#657667
(101,118,103)
#59685B
(89,104,91)
#4D5A4F
(77,90,79)
#414C43
(65,76,67)
#353E37
(53,62,55)
#29302B
(41,48,43)
#1D221F
(29,34,31)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #89A08B

#89A08B
(137,160,139)
#93A895
(147,168,149)
#9DB09F
(157,176,159)
#A7B8A9
(167,184,169)
#B1C0B3
(177,192,179)
#BBC8BD
(187,200,189)
#C5D0C7
(197,208,199)
#CFD8D1
(207,216,209)
#D9E0DB
(217,224,219)
#E3E8E5
(227,232,229)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A08B; }

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

This text font color is #89A08B.

Background Color

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

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

This div background color is #89A08B.

Border color

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

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

This div border color is #89A08B.

Opacity

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

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

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

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

This text has shadow with #89A08B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A08B.

Preview

Color preview on black background

This text has color #89A08B on black background.


Color preview on white background

This text has color #89A08B on white background.


Black color preview on #89A08B background

This text has black color on #89A08B background.


White color preview on #89A08B background

This text has white color on #89A08B background.


Related colors

Complementary color

Complementary color for #hex is #765F74.


I love getcolorcode.com

Triadic colors

1 #8B89A0 and #A08B89 with #89A08B are triadic colors.

2 #8BA089 and #A0898B with #89A08B are triadic colors.