COLOR #89AC94

HEX: #89AC94
RGB: (137,172,148)

Color info

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

RGB color model

#89AC94 color RGB value is (137,172,148).

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

RGB channels and saturation

R 137 of 255 = 54%
G 172 of 255 = 67%
B 148 of 255 = 58%

137
172
148

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

Portions of RGB colors in percentages

R + G + B =
137 + 172 + 148 = 457 (100%)
R 137 of 457 ~ 29.98%
G 172 of 457 ~ 37.64%
B 148 of 457 ~ 32.39%

%29.98
%37.64
%32.39

CMYK color model

#89AC94 color CMYK value is (20,0,14,33).

  • cyan value is 20.35%
  • magenta value is 0.00%
  • yellow value is 13.95%
  • key color value is 32.55%
CMYK:
(20,0,14,33)
C20M0Y14K33 
(20%,0%,14%,33%)
(0.20/0.00/0.14/0.33)	

CMYK percentages

%20.35
%0
%13.95
%32.55

Codes

Color #89AC94 in popluar color models

89AC94
RGB137172148
HSL139°17.41%60.59%
HSB/HSV139°20.35%67.45%
CMYK20.35%0.00%13.95%
32.55%

Color #89AC94 in popluar number systems.

HEX89AC94
Decimal137172148
Binary100010011010110010010100
Octal211254224

Shades and tints

Shades of #89AC94

#89AC94
(137,172,148)
#7D9D87
(125,157,135)
#718E7A
(113,142,122)
#657F6D
(101,127,109)
#597060
(89,112,96)
#4D6153
(77,97,83)
#415246
(65,82,70)
#354339
(53,67,57)
#29342C
(41,52,44)
#1D251F
(29,37,31)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #89AC94

#89AC94
(137,172,148)
#93B39D
(147,179,157)
#9DBAA6
(157,186,166)
#A7C1AF
(167,193,175)
#B1C8B8
(177,200,184)
#BBCFC1
(187,207,193)
#C5D6CA
(197,214,202)
#CFDDD3
(207,221,211)
#D9E4DC
(217,228,220)
#E3EBE5
(227,235,229)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89AC94; }

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

This text font color is #89AC94.


Background Color

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

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

This div background color is #89AC94.


Border color

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

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

This div border color is #89AC94.


Opacity

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

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

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

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

This text has shadow with #89AC94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AC94 on black background.


Color preview on white background

This text has color #89AC94 on white background.



Black color preview on #89AC94 background

This text has black color on #89AC94 background.


White color preview on #89AC94 background

This text has white color on #89AC94 background.