COLOR #8F988D

HEX: #8F988D
RGB: (143,152,141)

Color info

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

RGB color model

#8F988D color RGB value is (143,152,141).

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

RGB channels and saturation

R 143 of 255 = 56%
G 152 of 255 = 60%
B 141 of 255 = 55%

143
152
141

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

Portions of RGB colors in percentages

R + G + B =
143 + 152 + 141 = 436 (100%)
R 143 of 436 ~ 32.8%
G 152 of 436 ~ 34.86%
B 141 of 436 ~ 32.34%

%32.8
%34.86
%32.34

CMYK color model

#8F988D color CMYK value is (6,0,7,40).

  • cyan value is 5.92%
  • magenta value is 0.00%
  • yellow value is 7.24%
  • key color value is 40.39%
CMYK:
(6,0,7,40)
C6M0Y7K40 
(6%,0%,7%,40%)
(0.06/0.00/0.07/0.40)	

CMYK percentages

%5.92
%0
%7.24
%40.39

Codes

Color #8F988D in popluar color models

8F988D
RGB143152141
HSL109°5.07%57.45%
HSB/HSV109°7.24%59.61%
CMYK5.92%0.00%7.24%
40.39%

Color #8F988D in popluar number systems.

HEX8F988D
Decimal143152141
Binary100011111001100010001101
Octal217230215

Shades and tints

Shades of #8F988D

#8F988D
(143,152,141)
#828B81
(130,139,129)
#757E75
(117,126,117)
#687169
(104,113,105)
#5B645D
(91,100,93)
#4E5751
(78,87,81)
#414A45
(65,74,69)
#343D39
(52,61,57)
#27302D
(39,48,45)
#1A2321
(26,35,33)
#0D1615
(13,22,21)
#000000
(0,0,0)

Tints of #8F988D

#8F988D
(143,152,141)
#99A197
(153,161,151)
#A3AAA1
(163,170,161)
#ADB3AB
(173,179,171)
#B7BCB5
(183,188,181)
#C1C5BF
(193,197,191)
#CBCEC9
(203,206,201)
#D5D7D3
(213,215,211)
#DFE0DD
(223,224,221)
#E9E9E7
(233,233,231)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F988D; }

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

This text font color is #8F988D.


Background Color

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

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

This div background color is #8F988D.


Border color

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

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

This div border color is #8F988D.


Opacity

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

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

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

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

This text has shadow with #8F988D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F988D on black background.


Color preview on white background

This text has color #8F988D on white background.



Black color preview on #8F988D background

This text has black color on #8F988D background.


White color preview on #8F988D background

This text has white color on #8F988D background.