COLOR #89A39F

HEX: #89A39F
RGB: (137,163,159)

Color info

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

RGB color model

#89A39F color RGB value is (137,163,159).

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

RGB channels and saturation

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

137
163
159

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

Portions of RGB colors in percentages

R + G + B =
137 + 163 + 159 = 459 (100%)
R 137 of 459 ~ 29.85%
G 163 of 459 ~ 35.51%
B 159 of 459 ~ 34.64%

%29.85
%35.51
%34.64

CMYK color model

#89A39F color CMYK value is (16,0,2,36).

  • cyan value is 15.95%
  • magenta value is 0.00%
  • yellow value is 2.45%
  • key color value is 36.08%
CMYK:
(16,0,2,36)
C16M0Y2K36 
(16%,0%,2%,36%)
(0.16/0.00/0.02/0.36)	

CMYK percentages

%15.95
%0
%2.45
%36.08

Codes

Color #89A39F in popluar color models

89A39F
RGB137163159
HSL171°12.38%58.82%
HSB/HSV171°15.95%63.92%
CMYK15.95%0.00%2.45%
36.08%

Color #89A39F in popluar number systems.

HEX89A39F
Decimal137163159
Binary100010011010001110011111
Octal211243237

Shades and tints

Shades of #89A39F

#89A39F
(137,163,159)
#7D9591
(125,149,145)
#718783
(113,135,131)
#657975
(101,121,117)
#596B67
(89,107,103)
#4D5D59
(77,93,89)
#414F4B
(65,79,75)
#35413D
(53,65,61)
#29332F
(41,51,47)
#1D2521
(29,37,33)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #89A39F

#89A39F
(137,163,159)
#93ABA7
(147,171,167)
#9DB3AF
(157,179,175)
#A7BBB7
(167,187,183)
#B1C3BF
(177,195,191)
#BBCBC7
(187,203,199)
#C5D3CF
(197,211,207)
#CFDBD7
(207,219,215)
#D9E3DF
(217,227,223)
#E3EBE7
(227,235,231)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A39F; }

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

This text font color is #89A39F.


Background Color

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

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

This div background color is #89A39F.


Border color

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

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

This div border color is #89A39F.


Opacity

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

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

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

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

This text has shadow with #89A39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A39F on black background.


Color preview on white background

This text has color #89A39F on white background.



Black color preview on #89A39F background

This text has black color on #89A39F background.


White color preview on #89A39F background

This text has white color on #89A39F background.