COLOR #8F949C

HEX: #8F949C
RGB: (143,148,156)

Color info

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

RGB color model

#8F949C color RGB value is (143,148,156).

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

RGB channels and saturation

R 143 of 255 = 56%
G 148 of 255 = 58%
B 156 of 255 = 61%

143
148
156

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

Portions of RGB colors in percentages

R + G + B =
143 + 148 + 156 = 447 (100%)
R 143 of 447 ~ 31.99%
G 148 of 447 ~ 33.11%
B 156 of 447 ~ 34.9%

%31.99
%33.11
%34.9

CMYK color model

#8F949C color CMYK value is (8,5,0,39).

  • cyan value is 8.33%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(8,5,0,39)
C8M5Y0K39 
(8%,5%,0%,39%)
(0.08/0.05/0.00/0.39)	

CMYK percentages

%8.33
%5.13
%0
%38.82

Codes

Color #8F949C in popluar color models

8F949C
RGB143148156
HSL217°6.16%58.63%
HSB/HSV217°8.33%61.18%
CMYK8.33%5.13%0.00%
38.82%

Color #8F949C in popluar number systems.

HEX8F949C
Decimal143148156
Binary100011111001010010011100
Octal217224234

Shades and tints

Shades of #8F949C

#8F949C
(143,148,156)
#82878E
(130,135,142)
#757A80
(117,122,128)
#686D72
(104,109,114)
#5B6064
(91,96,100)
#4E5356
(78,83,86)
#414648
(65,70,72)
#34393A
(52,57,58)
#272C2C
(39,44,44)
#1A1F1E
(26,31,30)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #8F949C

#8F949C
(143,148,156)
#999DA5
(153,157,165)
#A3A6AE
(163,166,174)
#ADAFB7
(173,175,183)
#B7B8C0
(183,184,192)
#C1C1C9
(193,193,201)
#CBCAD2
(203,202,210)
#D5D3DB
(213,211,219)
#DFDCE4
(223,220,228)
#E9E5ED
(233,229,237)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F949C; }

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

This text font color is #8F949C.


Background Color

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

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

This div background color is #8F949C.


Border color

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

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

This div border color is #8F949C.


Opacity

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

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

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

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

This text has shadow with #8F949C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F949C on black background.


Color preview on white background

This text has color #8F949C on white background.



Black color preview on #8F949C background

This text has black color on #8F949C background.


White color preview on #8F949C background

This text has white color on #8F949C background.