COLOR #8F9493

HEX: #8F9493
RGB: (143,148,147)

Color info

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

RGB color model

#8F9493 color RGB value is (143,148,147).

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

RGB channels and saturation

R 143 of 255 = 56%
G 148 of 255 = 58%
B 147 of 255 = 58%

143
148
147

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

Portions of RGB colors in percentages

R + G + B =
143 + 148 + 147 = 438 (100%)
R 143 of 438 ~ 32.65%
G 148 of 438 ~ 33.79%
B 147 of 438 ~ 33.56%

%32.65
%33.79
%33.56

CMYK color model

#8F9493 color CMYK value is (3,0,1,42).

  • cyan value is 3.38%
  • magenta value is 0.00%
  • yellow value is 0.68%
  • key color value is 41.96%
CMYK:
(3,0,1,42)
C3M0Y1K42 
(3%,0%,1%,42%)
(0.03/0.00/0.01/0.42)	

CMYK percentages

%3.38
%0
%0.68
%41.96

Codes

Color #8F9493 in popluar color models

8F9493
RGB143148147
HSL168°2.28%57.06%
HSB/HSV168°3.38%58.04%
CMYK3.38%0.00%0.68%
41.96%

Color #8F9493 in popluar number systems.

HEX8F9493
Decimal143148147
Binary100011111001010010010011
Octal217224223

Shades and tints

Shades of #8F9493

#8F9493
(143,148,147)
#828786
(130,135,134)
#757A79
(117,122,121)
#686D6C
(104,109,108)
#5B605F
(91,96,95)
#4E5352
(78,83,82)
#414645
(65,70,69)
#343938
(52,57,56)
#272C2B
(39,44,43)
#1A1F1E
(26,31,30)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #8F9493

#8F9493
(143,148,147)
#999D9C
(153,157,156)
#A3A6A5
(163,166,165)
#ADAFAE
(173,175,174)
#B7B8B7
(183,184,183)
#C1C1C0
(193,193,192)
#CBCAC9
(203,202,201)
#D5D3D2
(213,211,210)
#DFDCDB
(223,220,219)
#E9E5E4
(233,229,228)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9493; }

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

This text font color is #8F9493.


Background Color

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

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

This div background color is #8F9493.


Border color

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

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

This div border color is #8F9493.


Opacity

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

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

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

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

This text has shadow with #8F9493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9493 on black background.


Color preview on white background

This text has color #8F9493 on white background.



Black color preview on #8F9493 background

This text has black color on #8F9493 background.


White color preview on #8F9493 background

This text has white color on #8F9493 background.