COLOR #89AC9E

HEX: #89AC9E
RGB: (137,172,158)

Color info

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

RGB color model

#89AC9E color RGB value is (137,172,158).

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

RGB channels and saturation

R 137 of 255 = 54%
G 172 of 255 = 67%
B 158 of 255 = 62%

137
172
158

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

Portions of RGB colors in percentages

R + G + B =
137 + 172 + 158 = 467 (100%)
R 137 of 467 ~ 29.34%
G 172 of 467 ~ 36.83%
B 158 of 467 ~ 33.83%

%29.34
%36.83
%33.83

CMYK color model

#89AC9E color CMYK value is (20,0,8,33).

  • cyan value is 20.35%
  • magenta value is 0.00%
  • yellow value is 8.14%
  • key color value is 32.55%
CMYK:
(20,0,8,33)
C20M0Y8K33 
(20%,0%,8%,33%)
(0.20/0.00/0.08/0.33)	

CMYK percentages

%20.35
%0
%8.14
%32.55

Codes

Color #89AC9E in popluar color models

89AC9E
RGB137172158
HSL156°17.41%60.59%
HSB/HSV156°20.35%67.45%
CMYK20.35%0.00%8.14%
32.55%

Color #89AC9E in popluar number systems.

HEX89AC9E
Decimal137172158
Binary100010011010110010011110
Octal211254236

Shades and tints

Shades of #89AC9E

#89AC9E
(137,172,158)
#7D9D90
(125,157,144)
#718E82
(113,142,130)
#657F74
(101,127,116)
#597066
(89,112,102)
#4D6158
(77,97,88)
#41524A
(65,82,74)
#35433C
(53,67,60)
#29342E
(41,52,46)
#1D2520
(29,37,32)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #89AC9E

#89AC9E
(137,172,158)
#93B3A6
(147,179,166)
#9DBAAE
(157,186,174)
#A7C1B6
(167,193,182)
#B1C8BE
(177,200,190)
#BBCFC6
(187,207,198)
#C5D6CE
(197,214,206)
#CFDDD6
(207,221,214)
#D9E4DE
(217,228,222)
#E3EBE6
(227,235,230)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89AC9E; }

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

This text font color is #89AC9E.


Background Color

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

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

This div background color is #89AC9E.


Border color

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

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

This div border color is #89AC9E.


Opacity

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

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

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

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

This text has shadow with #89AC9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AC9E on black background.


Color preview on white background

This text has color #89AC9E on white background.



Black color preview on #89AC9E background

This text has black color on #89AC9E background.


White color preview on #89AC9E background

This text has white color on #89AC9E background.