COLOR #89979C

HEX: #89979C
RGB: (137,151,156)

Color info

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

RGB color model

#89979C color RGB value is (137,151,156).

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

RGB channels and saturation

R 137 of 255 = 54%
G 151 of 255 = 59%
B 156 of 255 = 61%

137
151
156

R + G + B ~ 58%. #89979C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 151 + 156 = 444 (100%)
R 137 of 444 ~ 30.86%
G 151 of 444 ~ 34.01%
B 156 of 444 ~ 35.14%

%30.86
%34.01
%35.14

CMYK color model

#89979C color CMYK value is (12,3,0,39).

  • cyan value is 12.18%
  • magenta value is 3.21%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(12,3,0,39)
C12M3Y0K39 
(12%,3%,0%,39%)
(0.12/0.03/0.00/0.39)	

CMYK percentages

%12.18
%3.21
%0
%38.82

Codes

Color #89979C in popluar color models

89979C
RGB137151156
HSL196°8.76%57.45%
HSB/HSV196°12.18%61.18%
CMYK12.18%3.21%0.00%
38.82%

Color #89979C in popluar number systems.

HEX89979C
Decimal137151156
Binary100010011001011110011100
Octal211227234

Shades and tints

Shades of #89979C

#89979C
(137,151,156)
#7D8A8E
(125,138,142)
#717D80
(113,125,128)
#657072
(101,112,114)
#596364
(89,99,100)
#4D5656
(77,86,86)
#414948
(65,73,72)
#353C3A
(53,60,58)
#292F2C
(41,47,44)
#1D221E
(29,34,30)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #89979C

#89979C
(137,151,156)
#93A0A5
(147,160,165)
#9DA9AE
(157,169,174)
#A7B2B7
(167,178,183)
#B1BBC0
(177,187,192)
#BBC4C9
(187,196,201)
#C5CDD2
(197,205,210)
#CFD6DB
(207,214,219)
#D9DFE4
(217,223,228)
#E3E8ED
(227,232,237)
#EDF1F6
(237,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89979C color. Also use rgb(137,151,156) instead hex code.

Text Font Color

.myTextColor { color: #89979C; }

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

This text font color is #89979C.


Background Color

.myBgColor { background-color: #89979C; }

<div style="background-color:#89979C">Inner text</div>

This div background color is #89979C.


Border color

.myBorderColor { border: 1px solid #89979C; }

<div style="border:3px solid #89979C">Div</div>

This div border color is #89979C.


Opacity

.myOpacity80 { color: #89979C; opacity: 0.8; }

<p style="color:#89979C;opacity:0.8;">80%</p>

Text with #89979C 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 #89979C;}

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

This text has shadow with #89979C color.

.textShadow {text-shadow: 3px 3px 1px #89979C, 3px 3px 1px red;}

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

This text has shadow with #89979C primary color and red secondary color.


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

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

This text has shadow with #89979C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89979C on black background.


Color preview on white background

This text has color #89979C on white background.



Black color preview on #89979C background

This text has black color on #89979C background.


White color preview on #89979C background

This text has white color on #89979C background.