COLOR #89A59E

HEX: #89A59E
RGB: (137,165,158)

Color info

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

RGB color model

#89A59E color RGB value is (137,165,158).

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

RGB channels and saturation

R 137 of 255 = 54%
G 165 of 255 = 65%
B 158 of 255 = 62%

137
165
158

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

Portions of RGB colors in percentages

R + G + B =
137 + 165 + 158 = 460 (100%)
R 137 of 460 ~ 29.78%
G 165 of 460 ~ 35.87%
B 158 of 460 ~ 34.35%

%29.78
%35.87
%34.35

CMYK color model

#89A59E color CMYK value is (17,0,4,35).

  • cyan value is 16.97%
  • magenta value is 0.00%
  • yellow value is 4.24%
  • key color value is 35.29%
CMYK:
(17,0,4,35)
C17M0Y4K35 
(17%,0%,4%,35%)
(0.17/0.00/0.04/0.35)	

CMYK percentages

%16.97
%0
%4.24
%35.29

Codes

Color #89A59E in popluar color models

89A59E
RGB137165158
HSL165°13.46%59.22%
HSB/HSV165°16.97%64.71%
CMYK16.97%0.00%4.24%
35.29%

Color #89A59E in popluar number systems.

HEX89A59E
Decimal137165158
Binary100010011010010110011110
Octal211245236

Shades and tints

Shades of #89A59E

#89A59E
(137,165,158)
#7D9690
(125,150,144)
#718782
(113,135,130)
#657874
(101,120,116)
#596966
(89,105,102)
#4D5A58
(77,90,88)
#414B4A
(65,75,74)
#353C3C
(53,60,60)
#292D2E
(41,45,46)
#1D1E20
(29,30,32)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #89A59E

#89A59E
(137,165,158)
#93ADA6
(147,173,166)
#9DB5AE
(157,181,174)
#A7BDB6
(167,189,182)
#B1C5BE
(177,197,190)
#BBCDC6
(187,205,198)
#C5D5CE
(197,213,206)
#CFDDD6
(207,221,214)
#D9E5DE
(217,229,222)
#E3EDE6
(227,237,230)
#EDF5EE
(237,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A59E; }

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

This text font color is #89A59E.


Background Color

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

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

This div background color is #89A59E.


Border color

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

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

This div border color is #89A59E.


Opacity

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

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

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

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

This text has shadow with #89A59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A59E on black background.


Color preview on white background

This text has color #89A59E on white background.



Black color preview on #89A59E background

This text has black color on #89A59E background.


White color preview on #89A59E background

This text has white color on #89A59E background.