COLOR #8F998E

HEX: #8F998E
RGB: (143,153,142)

Color info

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

RGB color model

#8F998E color RGB value is (143,153,142).

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

RGB channels and saturation

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

143
153
142

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

Portions of RGB colors in percentages

R + G + B =
143 + 153 + 142 = 438 (100%)
R 143 of 438 ~ 32.65%
G 153 of 438 ~ 34.93%
B 142 of 438 ~ 32.42%

%32.65
%34.93
%32.42

CMYK color model

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

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 7.19%
  • key color value is 40.00%
CMYK:
(7,0,7,40)
C7M0Y7K40 
(7%,0%,7%,40%)
(0.07/0.00/0.07/0.40)	

CMYK percentages

%6.54
%0
%7.19
%40

Codes

Color #8F998E in popluar color models

8F998E
RGB143153142
HSL115°5.12%57.84%
HSB/HSV115°7.19%60.00%
CMYK6.54%0.00%7.19%
40.00%

Color #8F998E in popluar number systems.

HEX8F998E
Decimal143153142
Binary100011111001100110001110
Octal217231216

Shades and tints

Shades of #8F998E

#8F998E
(143,153,142)
#828C82
(130,140,130)
#757F76
(117,127,118)
#68726A
(104,114,106)
#5B655E
(91,101,94)
#4E5852
(78,88,82)
#414B46
(65,75,70)
#343E3A
(52,62,58)
#27312E
(39,49,46)
#1A2422
(26,36,34)
#0D1716
(13,23,22)
#000000
(0,0,0)

Tints of #8F998E

#8F998E
(143,153,142)
#99A298
(153,162,152)
#A3ABA2
(163,171,162)
#ADB4AC
(173,180,172)
#B7BDB6
(183,189,182)
#C1C6C0
(193,198,192)
#CBCFCA
(203,207,202)
#D5D8D4
(213,216,212)
#DFE1DE
(223,225,222)
#E9EAE8
(233,234,232)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F998E; }

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

This text font color is #8F998E.


Background Color

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

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

This div background color is #8F998E.


Border color

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

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

This div border color is #8F998E.


Opacity

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

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

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

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

This text has shadow with #8F998E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F998E on black background.


Color preview on white background

This text has color #8F998E on white background.



Black color preview on #8F998E background

This text has black color on #8F998E background.


White color preview on #8F998E background

This text has white color on #8F998E background.