COLOR #8F989D

HEX: #8F989D
RGB: (143,152,157)

Color info

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

RGB color model

#8F989D color RGB value is (143,152,157).

  • red value is 143;
  • green value is 152;
  • blue value is 157.
RGB:
(143,152,157)
(56%,60%,62%)

RGB channels and saturation

R 143 of 255 = 56%
G 152 of 255 = 60%
B 157 of 255 = 62%

143
152
157

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

Portions of RGB colors in percentages

R + G + B =
143 + 152 + 157 = 452 (100%)
R 143 of 452 ~ 31.64%
G 152 of 452 ~ 33.63%
B 157 of 452 ~ 34.73%

%31.64
%33.63
%34.73

CMYK color model

#8F989D color CMYK value is (9,3,0,38).

  • cyan value is 8.92%
  • magenta value is 3.18%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(9,3,0,38)
C9M3Y0K38 
(9%,3%,0%,38%)
(0.09/0.03/0.00/0.38)	

CMYK percentages

%8.92
%3.18
%0
%38.43

Codes

Color #8F989D in popluar color models

8F989D
RGB143152157
HSL201°6.67%58.82%
HSB/HSV201°8.92%61.57%
CMYK8.92%3.18%0.00%
38.43%

Color #8F989D in popluar number systems.

HEX8F989D
Decimal143152157
Binary100011111001100010011101
Octal217230235

Shades and tints

Shades of #8F989D

#8F989D
(143,152,157)
#828B8F
(130,139,143)
#757E81
(117,126,129)
#687173
(104,113,115)
#5B6465
(91,100,101)
#4E5757
(78,87,87)
#414A49
(65,74,73)
#343D3B
(52,61,59)
#27302D
(39,48,45)
#1A231F
(26,35,31)
#0D1611
(13,22,17)
#000000
(0,0,0)

Tints of #8F989D

#8F989D
(143,152,157)
#99A1A5
(153,161,165)
#A3AAAD
(163,170,173)
#ADB3B5
(173,179,181)
#B7BCBD
(183,188,189)
#C1C5C5
(193,197,197)
#CBCECD
(203,206,205)
#D5D7D5
(213,215,213)
#DFE0DD
(223,224,221)
#E9E9E5
(233,233,229)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F989D color. Also use rgb(143,152,157) instead hex code.

Text Font Color

.myTextColor { color: #8F989D; }

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

This text font color is #8F989D.


Background Color

.myBgColor { background-color: #8F989D; }

<div style="background-color:#8F989D">Inner text</div>

This div background color is #8F989D.


Border color

.myBorderColor { border: 1px solid #8F989D; }

<div style="border:3px solid #8F989D">Div</div>

This div border color is #8F989D.


Opacity

.myOpacity80 { color: #8F989D; opacity: 0.8; }

<p style="color:#8F989D;opacity:0.8;">80%</p>

Text with #8F989D 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 #8F989D;}

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

This text has shadow with #8F989D color.

.textShadow {text-shadow: 3px 3px 1px #8F989D, 3px 3px 1px red;}

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

This text has shadow with #8F989D primary color and red secondary color.


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

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

This text has shadow with #8F989D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F989D on black background.


Color preview on white background

This text has color #8F989D on white background.



Black color preview on #8F989D background

This text has black color on #8F989D background.


White color preview on #8F989D background

This text has white color on #8F989D background.