COLOR #8F9899

HEX: #8F9899
RGB: (143,152,153)

Color info

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

RGB color model

#8F9899 color RGB value is (143,152,153).

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

RGB channels and saturation

R 143 of 255 = 56%
G 152 of 255 = 60%
B 153 of 255 = 60%

143
152
153

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

Portions of RGB colors in percentages

R + G + B =
143 + 152 + 153 = 448 (100%)
R 143 of 448 ~ 31.92%
G 152 of 448 ~ 33.93%
B 153 of 448 ~ 34.15%

%31.92
%33.93
%34.15

CMYK color model

#8F9899 color CMYK value is (7,1,0,40).

  • cyan value is 6.54%
  • magenta value is 0.65%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(7,1,0,40)
C7M1Y0K40 
(7%,1%,0%,40%)
(0.07/0.01/0.00/0.40)	

CMYK percentages

%6.54
%0.65
%0
%40

Codes

Color #8F9899 in popluar color models

8F9899
RGB143152153
HSL186°4.67%58.04%
HSB/HSV186°6.54%60.00%
CMYK6.54%0.65%0.00%
40.00%

Color #8F9899 in popluar number systems.

HEX8F9899
Decimal143152153
Binary100011111001100010011001
Octal217230231

Shades and tints

Shades of #8F9899

#8F9899
(143,152,153)
#828B8C
(130,139,140)
#757E7F
(117,126,127)
#687172
(104,113,114)
#5B6465
(91,100,101)
#4E5758
(78,87,88)
#414A4B
(65,74,75)
#343D3E
(52,61,62)
#273031
(39,48,49)
#1A2324
(26,35,36)
#0D1617
(13,22,23)
#000000
(0,0,0)

Tints of #8F9899

#8F9899
(143,152,153)
#99A1A2
(153,161,162)
#A3AAAB
(163,170,171)
#ADB3B4
(173,179,180)
#B7BCBD
(183,188,189)
#C1C5C6
(193,197,198)
#CBCECF
(203,206,207)
#D5D7D8
(213,215,216)
#DFE0E1
(223,224,225)
#E9E9EA
(233,233,234)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9899; }

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

This text font color is #8F9899.


Background Color

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

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

This div background color is #8F9899.


Border color

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

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

This div border color is #8F9899.


Opacity

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

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

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

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

This text has shadow with #8F9899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9899 on black background.


Color preview on white background

This text has color #8F9899 on white background.



Black color preview on #8F9899 background

This text has black color on #8F9899 background.


White color preview on #8F9899 background

This text has white color on #8F9899 background.