COLOR #89988E

HEX: #89988E
RGB: (137,152,142)

Color info

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

RGB color model

#89988E color RGB value is (137,152,142).

  • red value is 137;
  • green value is 152;
  • blue value is 142.
RGB:
(137,152,142)
(54%,60%,56%)

RGB channels and saturation

R 137 of 255 = 54%
G 152 of 255 = 60%
B 142 of 255 = 56%

137
152
142

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

Portions of RGB colors in percentages

R + G + B =
137 + 152 + 142 = 431 (100%)
R 137 of 431 ~ 31.79%
G 152 of 431 ~ 35.27%
B 142 of 431 ~ 32.95%

%31.79
%35.27
%32.95

CMYK color model

#89988E color CMYK value is (10,0,7,40).

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 6.58%
  • key color value is 40.39%
CMYK:
(10,0,7,40)
C10M0Y7K40 
(10%,0%,7%,40%)
(0.10/0.00/0.07/0.40)	

CMYK percentages

%9.87
%0
%6.58
%40.39

Codes

Color #89988E in popluar color models

89988E
RGB137152142
HSL140°6.79%56.67%
HSB/HSV140°9.87%59.61%
CMYK9.87%0.00%6.58%
40.39%

Color #89988E in popluar number systems.

HEX89988E
Decimal137152142
Binary100010011001100010001110
Octal211230216

Shades and tints

Shades of #89988E

#89988E
(137,152,142)
#7D8B82
(125,139,130)
#717E76
(113,126,118)
#65716A
(101,113,106)
#59645E
(89,100,94)
#4D5752
(77,87,82)
#414A46
(65,74,70)
#353D3A
(53,61,58)
#29302E
(41,48,46)
#1D2322
(29,35,34)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #89988E

#89988E
(137,152,142)
#93A198
(147,161,152)
#9DAAA2
(157,170,162)
#A7B3AC
(167,179,172)
#B1BCB6
(177,188,182)
#BBC5C0
(187,197,192)
#C5CECA
(197,206,202)
#CFD7D4
(207,215,212)
#D9E0DE
(217,224,222)
#E3E9E8
(227,233,232)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89988E color. Also use rgb(137,152,142) instead hex code.

Text Font Color

.myTextColor { color: #89988E; }

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

This text font color is #89988E.


Background Color

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

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

This div background color is #89988E.


Border color

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

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

This div border color is #89988E.


Opacity

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

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

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

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

This text has shadow with #89988E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89988E on black background.


Color preview on white background

This text has color #89988E on white background.



Black color preview on #89988E background

This text has black color on #89988E background.


White color preview on #89988E background

This text has white color on #89988E background.