COLOR #8C899F

HEX: #8C899F
RGB: (140,137,159)

Color info

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

RGB color model

#8C899F color RGB value is (140,137,159).

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

RGB channels and saturation

R 140 of 255 = 55%
G 137 of 255 = 54%
B 159 of 255 = 62%

140
137
159

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

Portions of RGB colors in percentages

R + G + B =
140 + 137 + 159 = 436 (100%)
R 140 of 436 ~ 32.11%
G 137 of 436 ~ 31.42%
B 159 of 436 ~ 36.47%

%32.11
%31.42
%36.47

CMYK color model

#8C899F color CMYK value is (12,14,0,38).

  • cyan value is 11.95%
  • magenta value is 13.84%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(12,14,0,38)
C12M14Y0K38 
(12%,14%,0%,38%)
(0.12/0.14/0.00/0.38)	

CMYK percentages

%11.95
%13.84
%0
%37.65

Codes

Color #8C899F in popluar color models

8C899F
RGB140137159
HSL248°10.28%58.04%
HSB/HSV248°13.84%62.35%
CMYK11.95%13.84%0.00%
37.65%

Color #8C899F in popluar number systems.

HEX8C899F
Decimal140137159
Binary100011001000100110011111
Octal214211237

Shades and tints

Shades of #8C899F

#8C899F
(140,137,159)
#807D91
(128,125,145)
#747183
(116,113,131)
#686575
(104,101,117)
#5C5967
(92,89,103)
#504D59
(80,77,89)
#44414B
(68,65,75)
#38353D
(56,53,61)
#2C292F
(44,41,47)
#201D21
(32,29,33)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #8C899F

#8C899F
(140,137,159)
#9693A7
(150,147,167)
#A09DAF
(160,157,175)
#AAA7B7
(170,167,183)
#B4B1BF
(180,177,191)
#BEBBC7
(190,187,199)
#C8C5CF
(200,197,207)
#D2CFD7
(210,207,215)
#DCD9DF
(220,217,223)
#E6E3E7
(230,227,231)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C899F; }

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

This text font color is #8C899F.


Background Color

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

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

This div background color is #8C899F.


Border color

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

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

This div border color is #8C899F.


Opacity

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

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

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

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

This text has shadow with #8C899F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C899F on black background.


Color preview on white background

This text has color #8C899F on white background.



Black color preview on #8C899F background

This text has black color on #8C899F background.


White color preview on #8C899F background

This text has white color on #8C899F background.