COLOR #8F948D

HEX: #8F948D
RGB: (143,148,141)

Color info

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

RGB color model

#8F948D color RGB value is (143,148,141).

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

RGB channels and saturation

R 143 of 255 = 56%
G 148 of 255 = 58%
B 141 of 255 = 55%

143
148
141

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

Portions of RGB colors in percentages

R + G + B =
143 + 148 + 141 = 432 (100%)
R 143 of 432 ~ 33.1%
G 148 of 432 ~ 34.26%
B 141 of 432 ~ 32.64%

%33.1
%34.26
%32.64

CMYK color model

#8F948D color CMYK value is (3,0,5,42).

  • cyan value is 3.38%
  • magenta value is 0.00%
  • yellow value is 4.73%
  • key color value is 41.96%
CMYK:
(3,0,5,42)
C3M0Y5K42 
(3%,0%,5%,42%)
(0.03/0.00/0.05/0.42)	

CMYK percentages

%3.38
%0
%4.73
%41.96

Codes

Color #8F948D in popluar color models

8F948D
RGB143148141
HSL103°3.17%56.67%
HSB/HSV103°4.73%58.04%
CMYK3.38%0.00%4.73%
41.96%

Color #8F948D in popluar number systems.

HEX8F948D
Decimal143148141
Binary100011111001010010001101
Octal217224215

Shades and tints

Shades of #8F948D

#8F948D
(143,148,141)
#828781
(130,135,129)
#757A75
(117,122,117)
#686D69
(104,109,105)
#5B605D
(91,96,93)
#4E5351
(78,83,81)
#414645
(65,70,69)
#343939
(52,57,57)
#272C2D
(39,44,45)
#1A1F21
(26,31,33)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #8F948D

#8F948D
(143,148,141)
#999D97
(153,157,151)
#A3A6A1
(163,166,161)
#ADAFAB
(173,175,171)
#B7B8B5
(183,184,181)
#C1C1BF
(193,193,191)
#CBCAC9
(203,202,201)
#D5D3D3
(213,211,211)
#DFDCDD
(223,220,221)
#E9E5E7
(233,229,231)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F948D; }

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

This text font color is #8F948D.


Background Color

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

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

This div background color is #8F948D.


Border color

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

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

This div border color is #8F948D.


Opacity

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

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

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

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

This text has shadow with #8F948D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F948D on black background.


Color preview on white background

This text has color #8F948D on white background.



Black color preview on #8F948D background

This text has black color on #8F948D background.


White color preview on #8F948D background

This text has white color on #8F948D background.