COLOR #8F949A

HEX: #8F949A
RGB: (143,148,154)

Color info

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

RGB color model

#8F949A color RGB value is (143,148,154).

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

RGB channels and saturation

R 143 of 255 = 56%
G 148 of 255 = 58%
B 154 of 255 = 60%

143
148
154

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

Portions of RGB colors in percentages

R + G + B =
143 + 148 + 154 = 445 (100%)
R 143 of 445 ~ 32.13%
G 148 of 445 ~ 33.26%
B 154 of 445 ~ 34.61%

%32.13
%33.26
%34.61

CMYK color model

#8F949A color CMYK value is (7,4,0,40).

  • cyan value is 7.14%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(7,4,0,40)
C7M4Y0K40 
(7%,4%,0%,40%)
(0.07/0.04/0.00/0.40)	

CMYK percentages

%7.14
%3.9
%0
%39.61

Codes

Color #8F949A in popluar color models

8F949A
RGB143148154
HSL213°5.16%58.24%
HSB/HSV213°7.14%60.39%
CMYK7.14%3.90%0.00%
39.61%

Color #8F949A in popluar number systems.

HEX8F949A
Decimal143148154
Binary100011111001010010011010
Octal217224232

Shades and tints

Shades of #8F949A

#8F949A
(143,148,154)
#82878C
(130,135,140)
#757A7E
(117,122,126)
#686D70
(104,109,112)
#5B6062
(91,96,98)
#4E5354
(78,83,84)
#414646
(65,70,70)
#343938
(52,57,56)
#272C2A
(39,44,42)
#1A1F1C
(26,31,28)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #8F949A

#8F949A
(143,148,154)
#999DA3
(153,157,163)
#A3A6AC
(163,166,172)
#ADAFB5
(173,175,181)
#B7B8BE
(183,184,190)
#C1C1C7
(193,193,199)
#CBCAD0
(203,202,208)
#D5D3D9
(213,211,217)
#DFDCE2
(223,220,226)
#E9E5EB
(233,229,235)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F949A; }

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

This text font color is #8F949A.


Background Color

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

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

This div background color is #8F949A.


Border color

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

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

This div border color is #8F949A.


Opacity

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

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

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

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

This text has shadow with #8F949A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F949A on black background.


Color preview on white background

This text has color #8F949A on white background.



Black color preview on #8F949A background

This text has black color on #8F949A background.


White color preview on #8F949A background

This text has white color on #8F949A background.