COLOR #8F8786

HEX: #8F8786
RGB: (143,135,134)

Color info

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

RGB color model

#8F8786 color RGB value is (143,135,134).

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

RGB channels and saturation

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

143
135
134

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

Portions of RGB colors in percentages

R + G + B =
143 + 135 + 134 = 412 (100%)
R 143 of 412 ~ 34.71%
G 135 of 412 ~ 32.77%
B 134 of 412 ~ 32.52%

%34.71
%32.77
%32.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.59%
  • yellow value is 6.29%
  • key color value is 43.92%
CMYK:
(0,6,6,44)
C0M6Y6K44 
(0%,6%,6%,44%)
(0.00/0.06/0.06/0.44)	

CMYK percentages

%0
%5.59
%6.29
%43.92

Codes

Color #8F8786 in popluar color models

8F8786
RGB143135134
HSL3.86%54.31%
HSB/HSV6.29%56.08%
CMYK0.00%5.59%6.29%
43.92%

Color #8F8786 in popluar number systems.

HEX8F8786
Decimal143135134
Binary100011111000011110000110
Octal217207206

Shades and tints

Shades of #8F8786

#8F8786
(143,135,134)
#827B7A
(130,123,122)
#756F6E
(117,111,110)
#686362
(104,99,98)
#5B5756
(91,87,86)
#4E4B4A
(78,75,74)
#413F3E
(65,63,62)
#343332
(52,51,50)
#272726
(39,39,38)
#1A1B1A
(26,27,26)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #8F8786

#8F8786
(143,135,134)
#999191
(153,145,145)
#A39B9C
(163,155,156)
#ADA5A7
(173,165,167)
#B7AFB2
(183,175,178)
#C1B9BD
(193,185,189)
#CBC3C8
(203,195,200)
#D5CDD3
(213,205,211)
#DFD7DE
(223,215,222)
#E9E1E9
(233,225,233)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8786; }

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

This text font color is #8F8786.


Background Color

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

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

This div background color is #8F8786.


Border color

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

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

This div border color is #8F8786.


Opacity

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

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

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

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

This text has shadow with #8F8786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8786 on black background.


Color preview on white background

This text has color #8F8786 on white background.



Black color preview on #8F8786 background

This text has black color on #8F8786 background.


White color preview on #8F8786 background

This text has white color on #8F8786 background.