COLOR #8C899A

HEX: #8C899A
RGB: (140,137,154)

Color info

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

RGB color model

#8C899A color RGB value is (140,137,154).

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

RGB channels and saturation

R 140 of 255 = 55%
G 137 of 255 = 54%
B 154 of 255 = 60%

140
137
154

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

Portions of RGB colors in percentages

R + G + B =
140 + 137 + 154 = 431 (100%)
R 140 of 431 ~ 32.48%
G 137 of 431 ~ 31.79%
B 154 of 431 ~ 35.73%

%32.48
%31.79
%35.73

CMYK color model

#8C899A color CMYK value is (9,11,0,40).

  • cyan value is 9.09%
  • magenta value is 11.04%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(9,11,0,40)
C9M11Y0K40 
(9%,11%,0%,40%)
(0.09/0.11/0.00/0.40)	

CMYK percentages

%9.09
%11.04
%0
%39.61

Codes

Color #8C899A in popluar color models

8C899A
RGB140137154
HSL251°7.76%57.06%
HSB/HSV251°11.04%60.39%
CMYK9.09%11.04%0.00%
39.61%

Color #8C899A in popluar number systems.

HEX8C899A
Decimal140137154
Binary100011001000100110011010
Octal214211232

Shades and tints

Shades of #8C899A

#8C899A
(140,137,154)
#807D8C
(128,125,140)
#74717E
(116,113,126)
#686570
(104,101,112)
#5C5962
(92,89,98)
#504D54
(80,77,84)
#444146
(68,65,70)
#383538
(56,53,56)
#2C292A
(44,41,42)
#201D1C
(32,29,28)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #8C899A

#8C899A
(140,137,154)
#9693A3
(150,147,163)
#A09DAC
(160,157,172)
#AAA7B5
(170,167,181)
#B4B1BE
(180,177,190)
#BEBBC7
(190,187,199)
#C8C5D0
(200,197,208)
#D2CFD9
(210,207,217)
#DCD9E2
(220,217,226)
#E6E3EB
(230,227,235)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C899A; }

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

This text font color is #8C899A.


Background Color

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

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

This div background color is #8C899A.


Border color

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

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

This div border color is #8C899A.


Opacity

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

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

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

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

This text has shadow with #8C899A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C899A on black background.


Color preview on white background

This text has color #8C899A on white background.



Black color preview on #8C899A background

This text has black color on #8C899A background.


White color preview on #8C899A background

This text has white color on #8C899A background.