COLOR #989A9B

HEX: #989A9B RGB: (152,154,155)

Color info

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

RGB color model

#989A9B color RGB value is (152,154,155).

RGB: (152,154,155) (60%, 60%, 61%)

RGB channels and saturation

R 152 of 255 = 60%
G 154 of 255 = 60%
B 155 of 255 = 61%

152
154
155

R + G + B ~ 60%. #989A9B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 154 + 155 = 461 (100%)
R 152 of 461 ~ 32.97%
G 154 of 461 ~ 33.41%
B 155 of 461 ~ 33.62'%

%32.97
%33.41
%33.62

CMYK color model

#989A9B color CMYK value is (2,1,0,39).

  • cyan value is 1.94%
  • magenta value is 0.65%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK: (2,1,0,39) C2M1Y0K39 (2%,1%,0%,39%) (0.02/0.01/0.00/0.39) 

CMYK percentages

%1.94
%0.65
%0
%39.22

Codes

Color #989A9B in popluar color models

98 9A 9B
RGB 152 154 155
HSL 200° 1.48% 60.20%
HSB/HSV 200° 1.94% 60.78%
CMYK 1.94% 0.65% 0.00%
39.22%

Color #989A9B in popluar number systems.

HEX 98 9A 9B
Decimal 152 154 155
Binary 10011000 10011010 10011011
Octal 230 232 233

Shades and tints

Shades of #989A9B

#989A9B
(152,154,155)
#8B8C8D
(139,140,141)
#7E7E7F
(126,126,127)
#717071
(113,112,113)
#646263
(100,98,99)
#575455
(87,84,85)
#4A4647
(74,70,71)
#3D3839
(61,56,57)
#302A2B
(48,42,43)
#231C1D
(35,28,29)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #989A9B

#989A9B
(152,154,155)
#A1A3A4
(161,163,164)
#AAACAD
(170,172,173)
#B3B5B6
(179,181,182)
#BCBEBF
(188,190,191)
#C5C7C8
(197,199,200)
#CED0D1
(206,208,209)
#D7D9DA
(215,217,218)
#E0E2E3
(224,226,227)
#E9EBEC
(233,235,236)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989A9B color. Also use rgb(152,154,155) instead hex code.

Text Font Color

.myTextColor { color: #989A9B; }

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

This text font color is #989A9B.

Background Color

.myBgColor { background-color: #989A9B; }

<div style="background-color:#989A9B">Inner text</div>

This div background color is #989A9B.

Border color

.myBorderColor { border: 1px solid #989A9B; }

<div style="border:3px solid #989A9B">Div</div>

This div border color is #989A9B.

Opacity

.myOpacity80 { color: #989A9B; opacity: 0.8; }

<p style="color:#989A9B;opacity:0.8;">80%</p>

Text with #989A9B 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 #989A9B;}

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

This text has shadow with #989A9B color.


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

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

This text has shadow with #989A9B primary color and red secondary color.


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

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

This text has shadow with #989A9B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #989A9B.

Preview

Color preview on black background

This text has color #989A9B on black background.


Color preview on white background

This text has color #989A9B on white background.


Black color preview on #989A9B background

This text has black color on #989A9B background.


White color preview on #989A9B background

This text has white color on #989A9B background.


Related colors

Complementary color

Complementary color for #hex is #676564.


I love getcolorcode.com

Triadic colors

1 #9B989A and #9A9B98 with #989A9B are triadic colors.

2 #9B9A98 and #9A989B with #989A9B are triadic colors.