COLOR #8F8C8F

HEX: #8F8C8F
RGB: (143,140,143)

Color info

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

RGB color model

#8F8C8F color RGB value is (143,140,143).

  • red value is 143;
  • green value is 140;
  • blue value is 143.
RGB:
(143,140,143)
(56%,55%,56%)

RGB channels and saturation

R 143 of 255 = 56%
G 140 of 255 = 55%
B 143 of 255 = 56%

143
140
143

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

Portions of RGB colors in percentages

R + G + B =
143 + 140 + 143 = 426 (100%)
R 143 of 426 ~ 33.57%
G 140 of 426 ~ 32.86%
B 143 of 426 ~ 33.57%

%33.57
%32.86
%33.57

CMYK color model

#8F8C8F color CMYK value is (0,2,0,44).

  • cyan value is 0.00%
  • magenta value is 2.10%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(0,2,0,44)
C0M2Y0K44 
(0%,2%,0%,44%)
(0.00/0.02/0.00/0.44)	

CMYK percentages

%0
%2.1
%0
%43.92

Codes

Color #8F8C8F in popluar color models

8F8C8F
RGB143140143
HSL300°1.32%55.49%
HSB/HSV300°2.10%56.08%
CMYK0.00%2.10%0.00%
43.92%

Color #8F8C8F in popluar number systems.

HEX8F8C8F
Decimal143140143
Binary100011111000110010001111
Octal217214217

Shades and tints

Shades of #8F8C8F

#8F8C8F
(143,140,143)
#828082
(130,128,130)
#757475
(117,116,117)
#686868
(104,104,104)
#5B5C5B
(91,92,91)
#4E504E
(78,80,78)
#414441
(65,68,65)
#343834
(52,56,52)
#272C27
(39,44,39)
#1A201A
(26,32,26)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #8F8C8F

#8F8C8F
(143,140,143)
#999699
(153,150,153)
#A3A0A3
(163,160,163)
#ADAAAD
(173,170,173)
#B7B4B7
(183,180,183)
#C1BEC1
(193,190,193)
#CBC8CB
(203,200,203)
#D5D2D5
(213,210,213)
#DFDCDF
(223,220,223)
#E9E6E9
(233,230,233)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8C8F; }

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

This text font color is #8F8C8F.


Background Color

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

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

This div background color is #8F8C8F.


Border color

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

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

This div border color is #8F8C8F.


Opacity

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

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

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

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

This text has shadow with #8F8C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8C8F on black background.


Color preview on white background

This text has color #8F8C8F on white background.



Black color preview on #8F8C8F background

This text has black color on #8F8C8F background.


White color preview on #8F8C8F background

This text has white color on #8F8C8F background.