COLOR #8F9E97

HEX: #8F9E97
RGB: (143,158,151)

Color info

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

RGB color model

#8F9E97 color RGB value is (143,158,151).

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

RGB channels and saturation

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

143
158
151

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

Portions of RGB colors in percentages

R + G + B =
143 + 158 + 151 = 452 (100%)
R 143 of 452 ~ 31.64%
G 158 of 452 ~ 34.96%
B 151 of 452 ~ 33.41%

%31.64
%34.96
%33.41

CMYK color model

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

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

CMYK percentages

%9.49
%0
%4.43
%38.04

Codes

Color #8F9E97 in popluar color models

8F9E97
RGB143158151
HSL152°7.18%59.02%
HSB/HSV152°9.49%61.96%
CMYK9.49%0.00%4.43%
38.04%

Color #8F9E97 in popluar number systems.

HEX8F9E97
Decimal143158151
Binary100011111001111010010111
Octal217236227

Shades and tints

Shades of #8F9E97

#8F9E97
(143,158,151)
#82908A
(130,144,138)
#75827D
(117,130,125)
#687470
(104,116,112)
#5B6663
(91,102,99)
#4E5856
(78,88,86)
#414A49
(65,74,73)
#343C3C
(52,60,60)
#272E2F
(39,46,47)
#1A2022
(26,32,34)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #8F9E97

#8F9E97
(143,158,151)
#99A6A0
(153,166,160)
#A3AEA9
(163,174,169)
#ADB6B2
(173,182,178)
#B7BEBB
(183,190,187)
#C1C6C4
(193,198,196)
#CBCECD
(203,206,205)
#D5D6D6
(213,214,214)
#DFDEDF
(223,222,223)
#E9E6E8
(233,230,232)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9E97; }

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

This text font color is #8F9E97.


Background Color

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

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

This div background color is #8F9E97.


Border color

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

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

This div border color is #8F9E97.


Opacity

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

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

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

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

This text has shadow with #8F9E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9E97 on black background.


Color preview on white background

This text has color #8F9E97 on white background.



Black color preview on #8F9E97 background

This text has black color on #8F9E97 background.


White color preview on #8F9E97 background

This text has white color on #8F9E97 background.