COLOR #8F9C8E

HEX: #8F9C8E
RGB: (143,156,142)

Color info

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

RGB color model

#8F9C8E color RGB value is (143,156,142).

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

RGB channels and saturation

R 143 of 255 = 56%
G 156 of 255 = 61%
B 142 of 255 = 56%

143
156
142

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

Portions of RGB colors in percentages

R + G + B =
143 + 156 + 142 = 441 (100%)
R 143 of 441 ~ 32.43%
G 156 of 441 ~ 35.37%
B 142 of 441 ~ 32.2%

%32.43
%35.37
%32.2

CMYK color model

#8F9C8E color CMYK value is (8,0,9,39).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 38.82%
CMYK:
(8,0,9,39)
C8M0Y9K39 
(8%,0%,9%,39%)
(0.08/0.00/0.09/0.39)	

CMYK percentages

%8.33
%0
%8.97
%38.82

Codes

Color #8F9C8E in popluar color models

8F9C8E
RGB143156142
HSL116°6.60%58.43%
HSB/HSV116°8.97%61.18%
CMYK8.33%0.00%8.97%
38.82%

Color #8F9C8E in popluar number systems.

HEX8F9C8E
Decimal143156142
Binary100011111001110010001110
Octal217234216

Shades and tints

Shades of #8F9C8E

#8F9C8E
(143,156,142)
#828E82
(130,142,130)
#758076
(117,128,118)
#68726A
(104,114,106)
#5B645E
(91,100,94)
#4E5652
(78,86,82)
#414846
(65,72,70)
#343A3A
(52,58,58)
#272C2E
(39,44,46)
#1A1E22
(26,30,34)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #8F9C8E

#8F9C8E
(143,156,142)
#99A598
(153,165,152)
#A3AEA2
(163,174,162)
#ADB7AC
(173,183,172)
#B7C0B6
(183,192,182)
#C1C9C0
(193,201,192)
#CBD2CA
(203,210,202)
#D5DBD4
(213,219,212)
#DFE4DE
(223,228,222)
#E9EDE8
(233,237,232)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9C8E; }

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

This text font color is #8F9C8E.


Background Color

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

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

This div background color is #8F9C8E.


Border color

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

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

This div border color is #8F9C8E.


Opacity

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

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

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

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

This text has shadow with #8F9C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9C8E on black background.


Color preview on white background

This text has color #8F9C8E on white background.



Black color preview on #8F9C8E background

This text has black color on #8F9C8E background.


White color preview on #8F9C8E background

This text has white color on #8F9C8E background.