COLOR #8C898E

HEX: #8C898E
RGB: (140,137,142)

Color info

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

RGB color model

#8C898E color RGB value is (140,137,142).

  • red value is 140;
  • green value is 137;
  • blue value is 142.
RGB:
(140,137,142)
(55%,54%,56%)

RGB channels and saturation

R 140 of 255 = 55%
G 137 of 255 = 54%
B 142 of 255 = 56%

140
137
142

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

Portions of RGB colors in percentages

R + G + B =
140 + 137 + 142 = 419 (100%)
R 140 of 419 ~ 33.41%
G 137 of 419 ~ 32.7%
B 142 of 419 ~ 33.89%

%33.41
%32.7
%33.89

CMYK color model

#8C898E color CMYK value is (1,4,0,44).

  • cyan value is 1.41%
  • magenta value is 3.52%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(1,4,0,44)
C1M4Y0K44 
(1%,4%,0%,44%)
(0.01/0.04/0.00/0.44)	

CMYK percentages

%1.41
%3.52
%0
%44.31

Codes

Color #8C898E in popluar color models

8C898E
RGB140137142
HSL276°2.16%54.71%
HSB/HSV276°3.52%55.69%
CMYK1.41%3.52%0.00%
44.31%

Color #8C898E in popluar number systems.

HEX8C898E
Decimal140137142
Binary100011001000100110001110
Octal214211216

Shades and tints

Shades of #8C898E

#8C898E
(140,137,142)
#807D82
(128,125,130)
#747176
(116,113,118)
#68656A
(104,101,106)
#5C595E
(92,89,94)
#504D52
(80,77,82)
#444146
(68,65,70)
#38353A
(56,53,58)
#2C292E
(44,41,46)
#201D22
(32,29,34)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #8C898E

#8C898E
(140,137,142)
#969398
(150,147,152)
#A09DA2
(160,157,162)
#AAA7AC
(170,167,172)
#B4B1B6
(180,177,182)
#BEBBC0
(190,187,192)
#C8C5CA
(200,197,202)
#D2CFD4
(210,207,212)
#DCD9DE
(220,217,222)
#E6E3E8
(230,227,232)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C898E color. Also use rgb(140,137,142) instead hex code.

Text Font Color

.myTextColor { color: #8C898E; }

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

This text font color is #8C898E.


Background Color

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

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

This div background color is #8C898E.


Border color

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

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

This div border color is #8C898E.


Opacity

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

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

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

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

This text has shadow with #8C898E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C898E on black background.


Color preview on white background

This text has color #8C898E on white background.



Black color preview on #8C898E background

This text has black color on #8C898E background.


White color preview on #8C898E background

This text has white color on #8C898E background.