COLOR #89A79F

HEX: #89A79F
RGB: (137,167,159)

Color info

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

RGB color model

#89A79F color RGB value is (137,167,159).

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

RGB channels and saturation

R 137 of 255 = 54%
G 167 of 255 = 65%
B 159 of 255 = 62%

137
167
159

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

Portions of RGB colors in percentages

R + G + B =
137 + 167 + 159 = 463 (100%)
R 137 of 463 ~ 29.59%
G 167 of 463 ~ 36.07%
B 159 of 463 ~ 34.34%

%29.59
%36.07
%34.34

CMYK color model

#89A79F color CMYK value is (18,0,5,35).

  • cyan value is 17.96%
  • magenta value is 0.00%
  • yellow value is 4.79%
  • key color value is 34.51%
CMYK:
(18,0,5,35)
C18M0Y5K35 
(18%,0%,5%,35%)
(0.18/0.00/0.05/0.35)	

CMYK percentages

%17.96
%0
%4.79
%34.51

Codes

Color #89A79F in popluar color models

89A79F
RGB137167159
HSL164°14.56%59.61%
HSB/HSV164°17.96%65.49%
CMYK17.96%0.00%4.79%
34.51%

Color #89A79F in popluar number systems.

HEX89A79F
Decimal137167159
Binary100010011010011110011111
Octal211247237

Shades and tints

Shades of #89A79F

#89A79F
(137,167,159)
#7D9891
(125,152,145)
#718983
(113,137,131)
#657A75
(101,122,117)
#596B67
(89,107,103)
#4D5C59
(77,92,89)
#414D4B
(65,77,75)
#353E3D
(53,62,61)
#292F2F
(41,47,47)
#1D2021
(29,32,33)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #89A79F

#89A79F
(137,167,159)
#93AFA7
(147,175,167)
#9DB7AF
(157,183,175)
#A7BFB7
(167,191,183)
#B1C7BF
(177,199,191)
#BBCFC7
(187,207,199)
#C5D7CF
(197,215,207)
#CFDFD7
(207,223,215)
#D9E7DF
(217,231,223)
#E3EFE7
(227,239,231)
#EDF7EF
(237,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A79F; }

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

This text font color is #89A79F.


Background Color

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

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

This div background color is #89A79F.


Border color

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

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

This div border color is #89A79F.


Opacity

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

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

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

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

This text has shadow with #89A79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A79F on black background.


Color preview on white background

This text has color #89A79F on white background.



Black color preview on #89A79F background

This text has black color on #89A79F background.


White color preview on #89A79F background

This text has white color on #89A79F background.