COLOR #89959E

HEX: #89959E
RGB: (137,149,158)

Color info

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

RGB color model

#89959E color RGB value is (137,149,158).

  • red value is 137;
  • green value is 149;
  • blue value is 158.
RGB:
(137,149,158)
(54%,58%,62%)

RGB channels and saturation

R 137 of 255 = 54%
G 149 of 255 = 58%
B 158 of 255 = 62%

137
149
158

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

Portions of RGB colors in percentages

R + G + B =
137 + 149 + 158 = 444 (100%)
R 137 of 444 ~ 30.86%
G 149 of 444 ~ 33.56%
B 158 of 444 ~ 35.59%

%30.86
%33.56
%35.59

CMYK color model

#89959E color CMYK value is (13,6,0,38).

  • cyan value is 13.29%
  • magenta value is 5.70%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(13,6,0,38)
C13M6Y0K38 
(13%,6%,0%,38%)
(0.13/0.06/0.00/0.38)	

CMYK percentages

%13.29
%5.7
%0
%38.04

Codes

Color #89959E in popluar color models

89959E
RGB137149158
HSL206°9.77%57.84%
HSB/HSV206°13.29%61.96%
CMYK13.29%5.70%0.00%
38.04%

Color #89959E in popluar number systems.

HEX89959E
Decimal137149158
Binary100010011001010110011110
Octal211225236

Shades and tints

Shades of #89959E

#89959E
(137,149,158)
#7D8890
(125,136,144)
#717B82
(113,123,130)
#656E74
(101,110,116)
#596166
(89,97,102)
#4D5458
(77,84,88)
#41474A
(65,71,74)
#353A3C
(53,58,60)
#292D2E
(41,45,46)
#1D2020
(29,32,32)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #89959E

#89959E
(137,149,158)
#939EA6
(147,158,166)
#9DA7AE
(157,167,174)
#A7B0B6
(167,176,182)
#B1B9BE
(177,185,190)
#BBC2C6
(187,194,198)
#C5CBCE
(197,203,206)
#CFD4D6
(207,212,214)
#D9DDDE
(217,221,222)
#E3E6E6
(227,230,230)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89959E color. Also use rgb(137,149,158) instead hex code.

Text Font Color

.myTextColor { color: #89959E; }

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

This text font color is #89959E.


Background Color

.myBgColor { background-color: #89959E; }

<div style="background-color:#89959E">Inner text</div>

This div background color is #89959E.


Border color

.myBorderColor { border: 1px solid #89959E; }

<div style="border:3px solid #89959E">Div</div>

This div border color is #89959E.


Opacity

.myOpacity80 { color: #89959E; opacity: 0.8; }

<p style="color:#89959E;opacity:0.8;">80%</p>

Text with #89959E 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 #89959E;}

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

This text has shadow with #89959E color.

.textShadow {text-shadow: 3px 3px 1px #89959E, 3px 3px 1px red;}

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

This text has shadow with #89959E primary color and red secondary color.


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

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

This text has shadow with #89959E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89959E on black background.


Color preview on white background

This text has color #89959E on white background.



Black color preview on #89959E background

This text has black color on #89959E background.


White color preview on #89959E background

This text has white color on #89959E background.