COLOR #8F898E

HEX: #8F898E
RGB: (143,137,142)

Color info

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

RGB color model

#8F898E color RGB value is (143,137,142).

  • red value is 143;
  • green value is 137;
  • blue value is 142.
RGB:
(143,137,142)
(56%,54%,56%)

RGB channels and saturation

R 143 of 255 = 56%
G 137 of 255 = 54%
B 142 of 255 = 56%

143
137
142

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

Portions of RGB colors in percentages

R + G + B =
143 + 137 + 142 = 422 (100%)
R 143 of 422 ~ 33.89%
G 137 of 422 ~ 32.46%
B 142 of 422 ~ 33.65%

%33.89
%32.46
%33.65

CMYK color model

#8F898E color CMYK value is (0,4,1,44).

  • cyan value is 0.00%
  • magenta value is 4.20%
  • yellow value is 0.70%
  • key color value is 43.92%
CMYK:
(0,4,1,44)
C0M4Y1K44 
(0%,4%,1%,44%)
(0.00/0.04/0.01/0.44)	

CMYK percentages

%0
%4.2
%0.7
%43.92

Codes

Color #8F898E in popluar color models

8F898E
RGB143137142
HSL310°2.61%54.90%
HSB/HSV310°4.20%56.08%
CMYK0.00%4.20%0.70%
43.92%

Color #8F898E in popluar number systems.

HEX8F898E
Decimal143137142
Binary100011111000100110001110
Octal217211216

Shades and tints

Shades of #8F898E

#8F898E
(143,137,142)
#827D82
(130,125,130)
#757176
(117,113,118)
#68656A
(104,101,106)
#5B595E
(91,89,94)
#4E4D52
(78,77,82)
#414146
(65,65,70)
#34353A
(52,53,58)
#27292E
(39,41,46)
#1A1D22
(26,29,34)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #8F898E

#8F898E
(143,137,142)
#999398
(153,147,152)
#A39DA2
(163,157,162)
#ADA7AC
(173,167,172)
#B7B1B6
(183,177,182)
#C1BBC0
(193,187,192)
#CBC5CA
(203,197,202)
#D5CFD4
(213,207,212)
#DFD9DE
(223,217,222)
#E9E3E8
(233,227,232)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F898E color. Also use rgb(143,137,142) instead hex code.

Text Font Color

.myTextColor { color: #8F898E; }

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

This text font color is #8F898E.


Background Color

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

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

This div background color is #8F898E.


Border color

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

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

This div border color is #8F898E.


Opacity

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

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

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

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

This text has shadow with #8F898E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F898E on black background.


Color preview on white background

This text has color #8F898E on white background.



Black color preview on #8F898E background

This text has black color on #8F898E background.


White color preview on #8F898E background

This text has white color on #8F898E background.