COLOR #89A49F

HEX: #89A49F
RGB: (137,164,159)

Color info

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

RGB color model

#89A49F color RGB value is (137,164,159).

  • red value is 137;
  • green value is 164;
  • blue value is 159.
RGB:
(137,164,159)
(54%,64%,62%)

RGB channels and saturation

R 137 of 255 = 54%
G 164 of 255 = 64%
B 159 of 255 = 62%

137
164
159

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

Portions of RGB colors in percentages

R + G + B =
137 + 164 + 159 = 460 (100%)
R 137 of 460 ~ 29.78%
G 164 of 460 ~ 35.65%
B 159 of 460 ~ 34.57%

%29.78
%35.65
%34.57

CMYK color model

#89A49F color CMYK value is (16,0,3,36).

  • cyan value is 16.46%
  • magenta value is 0.00%
  • yellow value is 3.05%
  • key color value is 35.69%
CMYK:
(16,0,3,36)
C16M0Y3K36 
(16%,0%,3%,36%)
(0.16/0.00/0.03/0.36)	

CMYK percentages

%16.46
%0
%3.05
%35.69

Codes

Color #89A49F in popluar color models

89A49F
RGB137164159
HSL169°12.92%59.02%
HSB/HSV169°16.46%64.31%
CMYK16.46%0.00%3.05%
35.69%

Color #89A49F in popluar number systems.

HEX89A49F
Decimal137164159
Binary100010011010010010011111
Octal211244237

Shades and tints

Shades of #89A49F

#89A49F
(137,164,159)
#7D9691
(125,150,145)
#718883
(113,136,131)
#657A75
(101,122,117)
#596C67
(89,108,103)
#4D5E59
(77,94,89)
#41504B
(65,80,75)
#35423D
(53,66,61)
#29342F
(41,52,47)
#1D2621
(29,38,33)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #89A49F

#89A49F
(137,164,159)
#93ACA7
(147,172,167)
#9DB4AF
(157,180,175)
#A7BCB7
(167,188,183)
#B1C4BF
(177,196,191)
#BBCCC7
(187,204,199)
#C5D4CF
(197,212,207)
#CFDCD7
(207,220,215)
#D9E4DF
(217,228,223)
#E3ECE7
(227,236,231)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A49F color. Also use rgb(137,164,159) instead hex code.

Text Font Color

.myTextColor { color: #89A49F; }

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

This text font color is #89A49F.


Background Color

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

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

This div background color is #89A49F.


Border color

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

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

This div border color is #89A49F.


Opacity

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

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

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

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

This text has shadow with #89A49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A49F on black background.


Color preview on white background

This text has color #89A49F on white background.



Black color preview on #89A49F background

This text has black color on #89A49F background.


White color preview on #89A49F background

This text has white color on #89A49F background.