COLOR #89A79C

HEX: #89A79C
RGB: (137,167,156)

Color info

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

RGB color model

#89A79C color RGB value is (137,167,156).

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

RGB channels and saturation

R 137 of 255 = 54%
G 167 of 255 = 65%
B 156 of 255 = 61%

137
167
156

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

Portions of RGB colors in percentages

R + G + B =
137 + 167 + 156 = 460 (100%)
R 137 of 460 ~ 29.78%
G 167 of 460 ~ 36.3%
B 156 of 460 ~ 33.91%

%29.78
%36.3
%33.91

CMYK color model

#89A79C color CMYK value is (18,0,7,35).

  • cyan value is 17.96%
  • magenta value is 0.00%
  • yellow value is 6.59%
  • key color value is 34.51%
CMYK:
(18,0,7,35)
C18M0Y7K35 
(18%,0%,7%,35%)
(0.18/0.00/0.07/0.35)	

CMYK percentages

%17.96
%0
%6.59
%34.51

Codes

Color #89A79C in popluar color models

89A79C
RGB137167156
HSL158°14.56%59.61%
HSB/HSV158°17.96%65.49%
CMYK17.96%0.00%6.59%
34.51%

Color #89A79C in popluar number systems.

HEX89A79C
Decimal137167156
Binary100010011010011110011100
Octal211247234

Shades and tints

Shades of #89A79C

#89A79C
(137,167,156)
#7D988E
(125,152,142)
#718980
(113,137,128)
#657A72
(101,122,114)
#596B64
(89,107,100)
#4D5C56
(77,92,86)
#414D48
(65,77,72)
#353E3A
(53,62,58)
#292F2C
(41,47,44)
#1D201E
(29,32,30)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #89A79C

#89A79C
(137,167,156)
#93AFA5
(147,175,165)
#9DB7AE
(157,183,174)
#A7BFB7
(167,191,183)
#B1C7C0
(177,199,192)
#BBCFC9
(187,207,201)
#C5D7D2
(197,215,210)
#CFDFDB
(207,223,219)
#D9E7E4
(217,231,228)
#E3EFED
(227,239,237)
#EDF7F6
(237,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A79C; }

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

This text font color is #89A79C.


Background Color

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

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

This div background color is #89A79C.


Border color

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

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

This div border color is #89A79C.


Opacity

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

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

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

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

This text has shadow with #89A79C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A79C on black background.


Color preview on white background

This text has color #89A79C on white background.



Black color preview on #89A79C background

This text has black color on #89A79C background.


White color preview on #89A79C background

This text has white color on #89A79C background.