COLOR #8F9D97

HEX: #8F9D97
RGB: (143,157,151)

Color info

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

RGB color model

#8F9D97 color RGB value is (143,157,151).

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

RGB channels and saturation

R 143 of 255 = 56%
G 157 of 255 = 62%
B 151 of 255 = 59%

143
157
151

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

Portions of RGB colors in percentages

R + G + B =
143 + 157 + 151 = 451 (100%)
R 143 of 451 ~ 31.71%
G 157 of 451 ~ 34.81%
B 151 of 451 ~ 33.48%

%31.71
%34.81
%33.48

CMYK color model

#8F9D97 color CMYK value is (9,0,4,38).

  • cyan value is 8.92%
  • magenta value is 0.00%
  • yellow value is 3.82%
  • key color value is 38.43%
CMYK:
(9,0,4,38)
C9M0Y4K38 
(9%,0%,4%,38%)
(0.09/0.00/0.04/0.38)	

CMYK percentages

%8.92
%0
%3.82
%38.43

Codes

Color #8F9D97 in popluar color models

8F9D97
RGB143157151
HSL154°6.67%58.82%
HSB/HSV154°8.92%61.57%
CMYK8.92%0.00%3.82%
38.43%

Color #8F9D97 in popluar number systems.

HEX8F9D97
Decimal143157151
Binary100011111001110110010111
Octal217235227

Shades and tints

Shades of #8F9D97

#8F9D97
(143,157,151)
#828F8A
(130,143,138)
#75817D
(117,129,125)
#687370
(104,115,112)
#5B6563
(91,101,99)
#4E5756
(78,87,86)
#414949
(65,73,73)
#343B3C
(52,59,60)
#272D2F
(39,45,47)
#1A1F22
(26,31,34)
#0D1115
(13,17,21)
#000000
(0,0,0)

Tints of #8F9D97

#8F9D97
(143,157,151)
#99A5A0
(153,165,160)
#A3ADA9
(163,173,169)
#ADB5B2
(173,181,178)
#B7BDBB
(183,189,187)
#C1C5C4
(193,197,196)
#CBCDCD
(203,205,205)
#D5D5D6
(213,213,214)
#DFDDDF
(223,221,223)
#E9E5E8
(233,229,232)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9D97; }

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

This text font color is #8F9D97.


Background Color

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

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

This div background color is #8F9D97.


Border color

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

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

This div border color is #8F9D97.


Opacity

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

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

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

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

This text has shadow with #8F9D97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9D97 on black background.


Color preview on white background

This text has color #8F9D97 on white background.



Black color preview on #8F9D97 background

This text has black color on #8F9D97 background.


White color preview on #8F9D97 background

This text has white color on #8F9D97 background.