COLOR #8F9491

HEX: #8F9491
RGB: (143,148,145)

Color info

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

RGB color model

#8F9491 color RGB value is (143,148,145).

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

RGB channels and saturation

R 143 of 255 = 56%
G 148 of 255 = 58%
B 145 of 255 = 57%

143
148
145

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

Portions of RGB colors in percentages

R + G + B =
143 + 148 + 145 = 436 (100%)
R 143 of 436 ~ 32.8%
G 148 of 436 ~ 33.94%
B 145 of 436 ~ 33.26%

%32.8
%33.94
%33.26

CMYK color model

#8F9491 color CMYK value is (3,0,2,42).

  • cyan value is 3.38%
  • magenta value is 0.00%
  • yellow value is 2.03%
  • key color value is 41.96%
CMYK:
(3,0,2,42)
C3M0Y2K42 
(3%,0%,2%,42%)
(0.03/0.00/0.02/0.42)	

CMYK percentages

%3.38
%0
%2.03
%41.96

Codes

Color #8F9491 in popluar color models

8F9491
RGB143148145
HSL144°2.28%57.06%
HSB/HSV144°3.38%58.04%
CMYK3.38%0.00%2.03%
41.96%

Color #8F9491 in popluar number systems.

HEX8F9491
Decimal143148145
Binary100011111001010010010001
Octal217224221

Shades and tints

Shades of #8F9491

#8F9491
(143,148,145)
#828784
(130,135,132)
#757A77
(117,122,119)
#686D6A
(104,109,106)
#5B605D
(91,96,93)
#4E5350
(78,83,80)
#414643
(65,70,67)
#343936
(52,57,54)
#272C29
(39,44,41)
#1A1F1C
(26,31,28)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #8F9491

#8F9491
(143,148,145)
#999D9B
(153,157,155)
#A3A6A5
(163,166,165)
#ADAFAF
(173,175,175)
#B7B8B9
(183,184,185)
#C1C1C3
(193,193,195)
#CBCACD
(203,202,205)
#D5D3D7
(213,211,215)
#DFDCE1
(223,220,225)
#E9E5EB
(233,229,235)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9491; }

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

This text font color is #8F9491.


Background Color

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

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

This div background color is #8F9491.


Border color

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

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

This div border color is #8F9491.


Opacity

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

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

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

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

This text has shadow with #8F9491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9491 on black background.


Color preview on white background

This text has color #8F9491 on white background.



Black color preview on #8F9491 background

This text has black color on #8F9491 background.


White color preview on #8F9491 background

This text has white color on #8F9491 background.