COLOR #89A99E

HEX: #89A99E
RGB: (137,169,158)

Color info

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

RGB color model

#89A99E color RGB value is (137,169,158).

  • red value is 137;
  • green value is 169;
  • blue value is 158.
RGB:
(137,169,158)
(54%,66%,62%)

RGB channels and saturation

R 137 of 255 = 54%
G 169 of 255 = 66%
B 158 of 255 = 62%

137
169
158

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

Portions of RGB colors in percentages

R + G + B =
137 + 169 + 158 = 464 (100%)
R 137 of 464 ~ 29.53%
G 169 of 464 ~ 36.42%
B 158 of 464 ~ 34.05%

%29.53
%36.42
%34.05

CMYK color model

#89A99E color CMYK value is (19,0,7,34).

  • cyan value is 18.93%
  • magenta value is 0.00%
  • yellow value is 6.51%
  • key color value is 33.73%
CMYK:
(19,0,7,34)
C19M0Y7K34 
(19%,0%,7%,34%)
(0.19/0.00/0.07/0.34)	

CMYK percentages

%18.93
%0
%6.51
%33.73

Codes

Color #89A99E in popluar color models

89A99E
RGB137169158
HSL159°15.69%60.00%
HSB/HSV159°18.93%66.27%
CMYK18.93%0.00%6.51%
33.73%

Color #89A99E in popluar number systems.

HEX89A99E
Decimal137169158
Binary100010011010100110011110
Octal211251236

Shades and tints

Shades of #89A99E

#89A99E
(137,169,158)
#7D9A90
(125,154,144)
#718B82
(113,139,130)
#657C74
(101,124,116)
#596D66
(89,109,102)
#4D5E58
(77,94,88)
#414F4A
(65,79,74)
#35403C
(53,64,60)
#29312E
(41,49,46)
#1D2220
(29,34,32)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #89A99E

#89A99E
(137,169,158)
#93B0A6
(147,176,166)
#9DB7AE
(157,183,174)
#A7BEB6
(167,190,182)
#B1C5BE
(177,197,190)
#BBCCC6
(187,204,198)
#C5D3CE
(197,211,206)
#CFDAD6
(207,218,214)
#D9E1DE
(217,225,222)
#E3E8E6
(227,232,230)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A99E; }

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

This text font color is #89A99E.


Background Color

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

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

This div background color is #89A99E.


Border color

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

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

This div border color is #89A99E.


Opacity

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

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

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

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

This text has shadow with #89A99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A99E on black background.


Color preview on white background

This text has color #89A99E on white background.



Black color preview on #89A99E background

This text has black color on #89A99E background.


White color preview on #89A99E background

This text has white color on #89A99E background.