COLOR #89898A

HEX: #89898A RGB: (137,137,138)

Color info

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

RGB color model

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

RGB: (137,137,138) (54%, 54%, 54%)

RGB channels and saturation

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

137
137
138

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

Portions of RGB colors in percentages

R + G + B = 137 + 137 + 138 = 412 (100%)
R 137 of 412 ~ 33.25%
G 137 of 412 ~ 33.25%
B 138 of 412 ~ 33.5'%

%33.25
%33.25
%33.5

CMYK color model

#89898A color CMYK value is (1,1,0,46).

  • cyan value is 0.72%
  • magenta value is 0.72%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (1,1,0,46)
C1M1Y0K46 (1%, 1%, 0%, 46%)
(0.01 / 0.01 / 0.00 / 0.46)

CMYK percentages

%0.72
%0.72
%0
%45.88

Codes

Color #89898A in popluar color models

89 89 8A
RGB 137 137 138
HSL 240° 0.43% 53.92%
HSB/HSV 240° 0.72% 54.12%
CMYK 0.72% 0.72% 0.00%
45.88%

Color #89898A in popluar number systems.

HEX 89 89 8A
Decimal 137 137 138
Binary 10001001 10001001 10001010
Octal 211 211 212

Shades and tints

Shades of #89898A

#89898A
(137,137,138)
#7D7D7E
(125,125,126)
#717172
(113,113,114)
#656566
(101,101,102)
#59595A
(89,89,90)
#4D4D4E
(77,77,78)
#414142
(65,65,66)
#353536
(53,53,54)
#29292A
(41,41,42)
#1D1D1E
(29,29,30)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #89898A

#89898A
(137,137,138)
#939394
(147,147,148)
#9D9D9E
(157,157,158)
#A7A7A8
(167,167,168)
#B1B1B2
(177,177,178)
#BBBBBC
(187,187,188)
#C5C5C6
(197,197,198)
#CFCFD0
(207,207,208)
#D9D9DA
(217,217,218)
#E3E3E4
(227,227,228)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89898A; }

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

This text font color is #89898A.

Background Color

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

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

This div background color is #89898A.

Border color

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

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

This div border color is #89898A.

Opacity

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

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

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

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

This text has shadow with #89898A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89898A.

Preview

Color preview on black background

This text has color #89898A on black background.


Color preview on white background

This text has color #89898A on white background.


Black color preview on #89898A background

This text has black color on #89898A background.


White color preview on #89898A background

This text has white color on #89898A background.


Related colors

Complementary color

Complementary color for #hex is #767675.


I love getcolorcode.com