COLOR #8F949D

HEX: #8F949D
RGB: (143,148,157)

Color info

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

RGB color model

#8F949D color RGB value is (143,148,157).

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

RGB channels and saturation

R 143 of 255 = 56%
G 148 of 255 = 58%
B 157 of 255 = 62%

143
148
157

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

Portions of RGB colors in percentages

R + G + B =
143 + 148 + 157 = 448 (100%)
R 143 of 448 ~ 31.92%
G 148 of 448 ~ 33.04%
B 157 of 448 ~ 35.04%

%31.92
%33.04
%35.04

CMYK color model

#8F949D color CMYK value is (9,6,0,38).

  • cyan value is 8.92%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(9,6,0,38)
C9M6Y0K38 
(9%,6%,0%,38%)
(0.09/0.06/0.00/0.38)	

CMYK percentages

%8.92
%5.73
%0
%38.43

Codes

Color #8F949D in popluar color models

8F949D
RGB143148157
HSL219°6.67%58.82%
HSB/HSV219°8.92%61.57%
CMYK8.92%5.73%0.00%
38.43%

Color #8F949D in popluar number systems.

HEX8F949D
Decimal143148157
Binary100011111001010010011101
Octal217224235

Shades and tints

Shades of #8F949D

#8F949D
(143,148,157)
#82878F
(130,135,143)
#757A81
(117,122,129)
#686D73
(104,109,115)
#5B6065
(91,96,101)
#4E5357
(78,83,87)
#414649
(65,70,73)
#34393B
(52,57,59)
#272C2D
(39,44,45)
#1A1F1F
(26,31,31)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #8F949D

#8F949D
(143,148,157)
#999DA5
(153,157,165)
#A3A6AD
(163,166,173)
#ADAFB5
(173,175,181)
#B7B8BD
(183,184,189)
#C1C1C5
(193,193,197)
#CBCACD
(203,202,205)
#D5D3D5
(213,211,213)
#DFDCDD
(223,220,221)
#E9E5E5
(233,229,229)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F949D; }

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

This text font color is #8F949D.


Background Color

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

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

This div background color is #8F949D.


Border color

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

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

This div border color is #8F949D.


Opacity

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

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

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

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

This text has shadow with #8F949D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F949D on black background.


Color preview on white background

This text has color #8F949D on white background.



Black color preview on #8F949D background

This text has black color on #8F949D background.


White color preview on #8F949D background

This text has white color on #8F949D background.