COLOR #89998A

HEX: #89998A
RGB: (137,153,138)

Color info

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

RGB color model

#89998A color RGB value is (137,153,138).

  • red value is 137;
  • green value is 153;
  • blue value is 138.
RGB:
(137,153,138)
(54%,60%,54%)

RGB channels and saturation

R 137 of 255 = 54%
G 153 of 255 = 60%
B 138 of 255 = 54%

137
153
138

R + G + B ~ 56%. #89998A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 153 + 138 = 428 (100%)
R 137 of 428 ~ 32.01%
G 153 of 428 ~ 35.75%
B 138 of 428 ~ 32.24%

%32.01
%35.75
%32.24

CMYK color model

#89998A color CMYK value is (10,0,10,40).

  • cyan value is 10.46%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 40.00%
CMYK:
(10,0,10,40)
C10M0Y10K40 
(10%,0%,10%,40%)
(0.10/0.00/0.10/0.40)	

CMYK percentages

%10.46
%0
%9.8
%40

Codes

Color #89998A in popluar color models

89998A
RGB137153138
HSL124°7.27%56.86%
HSB/HSV124°10.46%60.00%
CMYK10.46%0.00%9.80%
40.00%

Color #89998A in popluar number systems.

HEX89998A
Decimal137153138
Binary100010011001100110001010
Octal211231212

Shades and tints

Shades of #89998A

#89998A
(137,153,138)
#7D8C7E
(125,140,126)
#717F72
(113,127,114)
#657266
(101,114,102)
#59655A
(89,101,90)
#4D584E
(77,88,78)
#414B42
(65,75,66)
#353E36
(53,62,54)
#29312A
(41,49,42)
#1D241E
(29,36,30)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #89998A

#89998A
(137,153,138)
#93A294
(147,162,148)
#9DAB9E
(157,171,158)
#A7B4A8
(167,180,168)
#B1BDB2
(177,189,178)
#BBC6BC
(187,198,188)
#C5CFC6
(197,207,198)
#CFD8D0
(207,216,208)
#D9E1DA
(217,225,218)
#E3EAE4
(227,234,228)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89998A color. Also use rgb(137,153,138) instead hex code.

Text Font Color

.myTextColor { color: #89998A; }

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

This text font color is #89998A.


Background Color

.myBgColor { background-color: #89998A; }

<div style="background-color:#89998A">Inner text</div>

This div background color is #89998A.


Border color

.myBorderColor { border: 1px solid #89998A; }

<div style="border:3px solid #89998A">Div</div>

This div border color is #89998A.


Opacity

.myOpacity80 { color: #89998A; opacity: 0.8; }

<p style="color:#89998A;opacity:0.8;">80%</p>

Text with #89998A 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 #89998A;}

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

This text has shadow with #89998A color.

.textShadow {text-shadow: 3px 3px 1px #89998A, 3px 3px 1px red;}

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

This text has shadow with #89998A primary color and red secondary color.


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

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

This text has shadow with #89998A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89998A on black background.


Color preview on white background

This text has color #89998A on white background.



Black color preview on #89998A background

This text has black color on #89998A background.


White color preview on #89998A background

This text has white color on #89998A background.