COLOR #8F9A97

HEX: #8F9A97
RGB: (143,154,151)

Color info

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

RGB color model

#8F9A97 color RGB value is (143,154,151).

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

RGB channels and saturation

R 143 of 255 = 56%
G 154 of 255 = 60%
B 151 of 255 = 59%

143
154
151

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

Portions of RGB colors in percentages

R + G + B =
143 + 154 + 151 = 448 (100%)
R 143 of 448 ~ 31.92%
G 154 of 448 ~ 34.38%
B 151 of 448 ~ 33.71%

%31.92
%34.38
%33.71

CMYK color model

#8F9A97 color CMYK value is (7,0,2,40).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 1.95%
  • key color value is 39.61%
CMYK:
(7,0,2,40)
C7M0Y2K40 
(7%,0%,2%,40%)
(0.07/0.00/0.02/0.40)	

CMYK percentages

%7.14
%0
%1.95
%39.61

Codes

Color #8F9A97 in popluar color models

8F9A97
RGB143154151
HSL164°5.16%58.24%
HSB/HSV164°7.14%60.39%
CMYK7.14%0.00%1.95%
39.61%

Color #8F9A97 in popluar number systems.

HEX8F9A97
Decimal143154151
Binary100011111001101010010111
Octal217232227

Shades and tints

Shades of #8F9A97

#8F9A97
(143,154,151)
#828C8A
(130,140,138)
#757E7D
(117,126,125)
#687070
(104,112,112)
#5B6263
(91,98,99)
#4E5456
(78,84,86)
#414649
(65,70,73)
#34383C
(52,56,60)
#272A2F
(39,42,47)
#1A1C22
(26,28,34)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #8F9A97

#8F9A97
(143,154,151)
#99A3A0
(153,163,160)
#A3ACA9
(163,172,169)
#ADB5B2
(173,181,178)
#B7BEBB
(183,190,187)
#C1C7C4
(193,199,196)
#CBD0CD
(203,208,205)
#D5D9D6
(213,217,214)
#DFE2DF
(223,226,223)
#E9EBE8
(233,235,232)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9A97; }

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

This text font color is #8F9A97.


Background Color

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

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

This div background color is #8F9A97.


Border color

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

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

This div border color is #8F9A97.


Opacity

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

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

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

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

This text has shadow with #8F9A97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9A97 on black background.


Color preview on white background

This text has color #8F9A97 on white background.



Black color preview on #8F9A97 background

This text has black color on #8F9A97 background.


White color preview on #8F9A97 background

This text has white color on #8F9A97 background.