COLOR #8F9C98

HEX: #8F9C98
RGB: (143,156,152)

Color info

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

RGB color model

#8F9C98 color RGB value is (143,156,152).

  • red value is 143;
  • green value is 156;
  • blue value is 152.
RGB:
(143,156,152)
(56%,61%,60%)

RGB channels and saturation

R 143 of 255 = 56%
G 156 of 255 = 61%
B 152 of 255 = 60%

143
156
152

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

Portions of RGB colors in percentages

R + G + B =
143 + 156 + 152 = 451 (100%)
R 143 of 451 ~ 31.71%
G 156 of 451 ~ 34.59%
B 152 of 451 ~ 33.7%

%31.71
%34.59
%33.7

CMYK color model

#8F9C98 color CMYK value is (8,0,3,39).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 38.82%
CMYK:
(8,0,3,39)
C8M0Y3K39 
(8%,0%,3%,39%)
(0.08/0.00/0.03/0.39)	

CMYK percentages

%8.33
%0
%2.56
%38.82

Codes

Color #8F9C98 in popluar color models

8F9C98
RGB143156152
HSL162°6.16%58.63%
HSB/HSV162°8.33%61.18%
CMYK8.33%0.00%2.56%
38.82%

Color #8F9C98 in popluar number systems.

HEX8F9C98
Decimal143156152
Binary100011111001110010011000
Octal217234230

Shades and tints

Shades of #8F9C98

#8F9C98
(143,156,152)
#828E8B
(130,142,139)
#75807E
(117,128,126)
#687271
(104,114,113)
#5B6464
(91,100,100)
#4E5657
(78,86,87)
#41484A
(65,72,74)
#343A3D
(52,58,61)
#272C30
(39,44,48)
#1A1E23
(26,30,35)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #8F9C98

#8F9C98
(143,156,152)
#99A5A1
(153,165,161)
#A3AEAA
(163,174,170)
#ADB7B3
(173,183,179)
#B7C0BC
(183,192,188)
#C1C9C5
(193,201,197)
#CBD2CE
(203,210,206)
#D5DBD7
(213,219,215)
#DFE4E0
(223,228,224)
#E9EDE9
(233,237,233)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F9C98 color. Also use rgb(143,156,152) instead hex code.

Text Font Color

.myTextColor { color: #8F9C98; }

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

This text font color is #8F9C98.


Background Color

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

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

This div background color is #8F9C98.


Border color

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

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

This div border color is #8F9C98.


Opacity

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

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

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

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

This text has shadow with #8F9C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9C98 on black background.


Color preview on white background

This text has color #8F9C98 on white background.



Black color preview on #8F9C98 background

This text has black color on #8F9C98 background.


White color preview on #8F9C98 background

This text has white color on #8F9C98 background.