COLOR #8F878A

HEX: #8F878A
RGB: (143,135,138)

Color info

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

RGB color model

#8F878A color RGB value is (143,135,138).

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

RGB channels and saturation

R 143 of 255 = 56%
G 135 of 255 = 53%
B 138 of 255 = 54%

143
135
138

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

Portions of RGB colors in percentages

R + G + B =
143 + 135 + 138 = 416 (100%)
R 143 of 416 ~ 34.38%
G 135 of 416 ~ 32.45%
B 138 of 416 ~ 33.17%

%34.38
%32.45
%33.17

CMYK color model

#8F878A color CMYK value is (0,6,3,44).

  • cyan value is 0.00%
  • magenta value is 5.59%
  • yellow value is 3.50%
  • key color value is 43.92%
CMYK:
(0,6,3,44)
C0M6Y3K44 
(0%,6%,3%,44%)
(0.00/0.06/0.03/0.44)	

CMYK percentages

%0
%5.59
%3.5
%43.92

Codes

Color #8F878A in popluar color models

8F878A
RGB143135138
HSL338°3.45%54.51%
HSB/HSV338°5.59%56.08%
CMYK0.00%5.59%3.50%
43.92%

Color #8F878A in popluar number systems.

HEX8F878A
Decimal143135138
Binary100011111000011110001010
Octal217207212

Shades and tints

Shades of #8F878A

#8F878A
(143,135,138)
#827B7E
(130,123,126)
#756F72
(117,111,114)
#686366
(104,99,102)
#5B575A
(91,87,90)
#4E4B4E
(78,75,78)
#413F42
(65,63,66)
#343336
(52,51,54)
#27272A
(39,39,42)
#1A1B1E
(26,27,30)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #8F878A

#8F878A
(143,135,138)
#999194
(153,145,148)
#A39B9E
(163,155,158)
#ADA5A8
(173,165,168)
#B7AFB2
(183,175,178)
#C1B9BC
(193,185,188)
#CBC3C6
(203,195,198)
#D5CDD0
(213,205,208)
#DFD7DA
(223,215,218)
#E9E1E4
(233,225,228)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F878A; }

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

This text font color is #8F878A.


Background Color

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

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

This div background color is #8F878A.


Border color

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

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

This div border color is #8F878A.


Opacity

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

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

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

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

This text has shadow with #8F878A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F878A on black background.


Color preview on white background

This text has color #8F878A on white background.



Black color preview on #8F878A background

This text has black color on #8F878A background.


White color preview on #8F878A background

This text has white color on #8F878A background.