COLOR #89959C

HEX: #89959C
RGB: (137,149,156)

Color info

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

RGB color model

#89959C color RGB value is (137,149,156).

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

RGB channels and saturation

R 137 of 255 = 54%
G 149 of 255 = 58%
B 156 of 255 = 61%

137
149
156

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

Portions of RGB colors in percentages

R + G + B =
137 + 149 + 156 = 442 (100%)
R 137 of 442 ~ 31%
G 149 of 442 ~ 33.71%
B 156 of 442 ~ 35.29%

%31
%33.71
%35.29

CMYK color model

#89959C color CMYK value is (12,4,0,39).

  • cyan value is 12.18%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(12,4,0,39)
C12M4Y0K39 
(12%,4%,0%,39%)
(0.12/0.04/0.00/0.39)	

CMYK percentages

%12.18
%4.49
%0
%38.82

Codes

Color #89959C in popluar color models

89959C
RGB137149156
HSL202°8.76%57.45%
HSB/HSV202°12.18%61.18%
CMYK12.18%4.49%0.00%
38.82%

Color #89959C in popluar number systems.

HEX89959C
Decimal137149156
Binary100010011001010110011100
Octal211225234

Shades and tints

Shades of #89959C

#89959C
(137,149,156)
#7D888E
(125,136,142)
#717B80
(113,123,128)
#656E72
(101,110,114)
#596164
(89,97,100)
#4D5456
(77,84,86)
#414748
(65,71,72)
#353A3A
(53,58,58)
#292D2C
(41,45,44)
#1D201E
(29,32,30)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #89959C

#89959C
(137,149,156)
#939EA5
(147,158,165)
#9DA7AE
(157,167,174)
#A7B0B7
(167,176,183)
#B1B9C0
(177,185,192)
#BBC2C9
(187,194,201)
#C5CBD2
(197,203,210)
#CFD4DB
(207,212,219)
#D9DDE4
(217,221,228)
#E3E6ED
(227,230,237)
#EDEFF6
(237,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89959C; }

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

This text font color is #89959C.


Background Color

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

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

This div background color is #89959C.


Border color

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

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

This div border color is #89959C.


Opacity

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

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

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

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

This text has shadow with #89959C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89959C on black background.


Color preview on white background

This text has color #89959C on white background.



Black color preview on #89959C background

This text has black color on #89959C background.


White color preview on #89959C background

This text has white color on #89959C background.