COLOR #89989B

HEX: #89989B RGB: (137,152,155)

Color info

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

RGB color model

#89989B color RGB value is (137,152,155).

RGB: (137,152,155) (54%, 60%, 61%)

RGB channels and saturation

R 137 of 255 = 54%
G 152 of 255 = 60%
B 155 of 255 = 61%

137
152
155

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

Portions of RGB colors in percentages

R + G + B = 137 + 152 + 155 = 444 (100%)
R 137 of 444 ~ 30.86%
G 152 of 444 ~ 34.23%
B 155 of 444 ~ 34.91'%

%30.86
%34.23
%34.91

CMYK color model

#89989B color CMYK value is (12,2,0,39).

  • cyan value is 11.61%
  • magenta value is 1.94%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (12,2,0,39)
C12M2Y0K39 (12%, 2%, 0%, 39%)
(0.12 / 0.02 / 0.00 / 0.39)

CMYK percentages

%11.61
%1.94
%0
%39.22

Codes

Color #89989B in popluar color models

89 98 9B
RGB 137 152 155
HSL 190° 8.26% 57.25%
HSB/HSV 190° 11.61% 60.78%
CMYK 11.61% 1.94% 0.00%
39.22%

Color #89989B in popluar number systems.

HEX 89 98 9B
Decimal 137 152 155
Binary 10001001 10011000 10011011
Octal 211 230 233

Shades and tints

Shades of #89989B

#89989B
(137,152,155)
#7D8B8D
(125,139,141)
#717E7F
(113,126,127)
#657171
(101,113,113)
#596463
(89,100,99)
#4D5755
(77,87,85)
#414A47
(65,74,71)
#353D39
(53,61,57)
#29302B
(41,48,43)
#1D231D
(29,35,29)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #89989B

#89989B
(137,152,155)
#93A1A4
(147,161,164)
#9DAAAD
(157,170,173)
#A7B3B6
(167,179,182)
#B1BCBF
(177,188,191)
#BBC5C8
(187,197,200)
#C5CED1
(197,206,209)
#CFD7DA
(207,215,218)
#D9E0E3
(217,224,227)
#E3E9EC
(227,233,236)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89989B color. Also use rgb(137,152,155) instead hex code.

Text Font Color

.myTextColor { color: #89989B; }

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

This text font color is #89989B.

Background Color

.myBgColor { background-color: #89989B; }

<div style="background-color:#89989B">Inner text</div>

This div background color is #89989B.

Border color

.myBorderColor { border: 1px solid #89989B; }

<div style="border:3px solid #89989B">Div</div>

This div border color is #89989B.

Opacity

.myOpacity80 { color: #89989B; opacity: 0.8; }

<p style="color:#89989B;opacity:0.8;">80%</p>

Text with #89989B 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 #89989B;}

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

This text has shadow with #89989B color.


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

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

This text has shadow with #89989B primary color and red secondary color.


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

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

This text has shadow with #89989B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89989B.

Preview

Color preview on black background

This text has color #89989B on black background.


Color preview on white background

This text has color #89989B on white background.


Black color preview on #89989B background

This text has black color on #89989B background.


White color preview on #89989B background

This text has white color on #89989B background.


Related colors

Complementary color

Complementary color for #hex is #766764.


I love getcolorcode.com

Triadic colors

1 #9B8998 and #989B89 with #89989B are triadic colors.

2 #9B9889 and #98899B with #89989B are triadic colors.