COLOR #8F878E

HEX: #8F878E
RGB: (143,135,142)

Color info

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

RGB color model

#8F878E color RGB value is (143,135,142).

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

RGB channels and saturation

R 143 of 255 = 56%
G 135 of 255 = 53%
B 142 of 255 = 56%

143
135
142

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

Portions of RGB colors in percentages

R + G + B =
143 + 135 + 142 = 420 (100%)
R 143 of 420 ~ 34.05%
G 135 of 420 ~ 32.14%
B 142 of 420 ~ 33.81%

%34.05
%32.14
%33.81

CMYK color model

#8F878E color CMYK value is (0,6,1,44).

  • cyan value is 0.00%
  • magenta value is 5.59%
  • yellow value is 0.70%
  • key color value is 43.92%
CMYK:
(0,6,1,44)
C0M6Y1K44 
(0%,6%,1%,44%)
(0.00/0.06/0.01/0.44)	

CMYK percentages

%0
%5.59
%0.7
%43.92

Codes

Color #8F878E in popluar color models

8F878E
RGB143135142
HSL308°3.45%54.51%
HSB/HSV308°5.59%56.08%
CMYK0.00%5.59%0.70%
43.92%

Color #8F878E in popluar number systems.

HEX8F878E
Decimal143135142
Binary100011111000011110001110
Octal217207216

Shades and tints

Shades of #8F878E

#8F878E
(143,135,142)
#827B82
(130,123,130)
#756F76
(117,111,118)
#68636A
(104,99,106)
#5B575E
(91,87,94)
#4E4B52
(78,75,82)
#413F46
(65,63,70)
#34333A
(52,51,58)
#27272E
(39,39,46)
#1A1B22
(26,27,34)
#0D0F16
(13,15,22)
#000000
(0,0,0)

Tints of #8F878E

#8F878E
(143,135,142)
#999198
(153,145,152)
#A39BA2
(163,155,162)
#ADA5AC
(173,165,172)
#B7AFB6
(183,175,182)
#C1B9C0
(193,185,192)
#CBC3CA
(203,195,202)
#D5CDD4
(213,205,212)
#DFD7DE
(223,215,222)
#E9E1E8
(233,225,232)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F878E; }

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

This text font color is #8F878E.


Background Color

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

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

This div background color is #8F878E.


Border color

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

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

This div border color is #8F878E.


Opacity

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

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

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

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

This text has shadow with #8F878E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F878E on black background.


Color preview on white background

This text has color #8F878E on white background.



Black color preview on #8F878E background

This text has black color on #8F878E background.


White color preview on #8F878E background

This text has white color on #8F878E background.