COLOR #989A8F

HEX: #989A8F RGB: (152,154,143)

Color info

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

RGB color model

#989A8F color RGB value is (152,154,143).

RGB: (152,154,143) (60%, 60%, 56%)

RGB channels and saturation

R 152 of 255 = 60%
G 154 of 255 = 60%
B 143 of 255 = 56%

152
154
143

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

Portions of RGB colors in percentages

R + G + B = 152 + 154 + 143 = 449 (100%)
R 152 of 449 ~ 33.85%
G 154 of 449 ~ 34.3%
B 143 of 449 ~ 31.85'%

%33.85
%34.3
%31.85

CMYK color model

#989A8F color CMYK value is (1,0,7,40).

  • cyan value is 1.30%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 39.61%

CMYK: (1,0,7,40)
C1M0Y7K40 (1%, 0%, 7%, 40%)
(0.01 / 0.00 / 0.07 / 0.40)

CMYK percentages

%1.3
%0
%7.14
%39.61

Codes

Color #989A8F in popluar color models

98 9A 8F
RGB 152 154 143
HSL 71° 5.16% 58.24%
HSB/HSV 71° 7.14% 60.39%
CMYK 1.30% 0.00% 7.14%
39.61%

Color #989A8F in popluar number systems.

HEX 98 9A 8F
Decimal 152 154 143
Binary 10011000 10011010 10001111
Octal 230 232 217

Shades and tints

Shades of #989A8F

#989A8F
(152,154,143)
#8B8C82
(139,140,130)
#7E7E75
(126,126,117)
#717068
(113,112,104)
#64625B
(100,98,91)
#57544E
(87,84,78)
#4A4641
(74,70,65)
#3D3834
(61,56,52)
#302A27
(48,42,39)
#231C1A
(35,28,26)
#160E0D
(22,14,13)
#000000
(0,0,0)

Tints of #989A8F

#989A8F
(152,154,143)
#A1A399
(161,163,153)
#AAACA3
(170,172,163)
#B3B5AD
(179,181,173)
#BCBEB7
(188,190,183)
#C5C7C1
(197,199,193)
#CED0CB
(206,208,203)
#D7D9D5
(215,217,213)
#E0E2DF
(224,226,223)
#E9EBE9
(233,235,233)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989A8F; }

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

This text font color is #989A8F.

Background Color

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

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

This div background color is #989A8F.

Border color

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

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

This div border color is #989A8F.

Opacity

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

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

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

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

This text has shadow with #989A8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989A8F.

Preview

Color preview on black background

This text has color #989A8F on black background.


Color preview on white background

This text has color #989A8F on white background.


Black color preview on #989A8F background

This text has black color on #989A8F background.


White color preview on #989A8F background

This text has white color on #989A8F background.


Related colors

Complementary color

Complementary color for #hex is #676570.


I love getcolorcode.com

Triadic colors

1 #8F989A and #9A8F98 with #989A8F are triadic colors.

2 #8F9A98 and #9A988F with #989A8F are triadic colors.