COLOR #8C8E8B

HEX: #8C8E8B
RGB: (140,142,139)

Color info

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

RGB color model

#8C8E8B color RGB value is (140,142,139).

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

RGB channels and saturation

R 140 of 255 = 55%
G 142 of 255 = 56%
B 139 of 255 = 55%

140
142
139

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

Portions of RGB colors in percentages

R + G + B =
140 + 142 + 139 = 421 (100%)
R 140 of 421 ~ 33.25%
G 142 of 421 ~ 33.73%
B 139 of 421 ~ 33.02%

%33.25
%33.73
%33.02

CMYK color model

#8C8E8B color CMYK value is (1,0,2,44).

  • cyan value is 1.41%
  • magenta value is 0.00%
  • yellow value is 2.11%
  • key color value is 44.31%
CMYK:
(1,0,2,44)
C1M0Y2K44 
(1%,0%,2%,44%)
(0.01/0.00/0.02/0.44)	

CMYK percentages

%1.41
%0
%2.11
%44.31

Codes

Color #8C8E8B in popluar color models

8C8E8B
RGB140142139
HSL100°1.31%55.10%
HSB/HSV100°2.11%55.69%
CMYK1.41%0.00%2.11%
44.31%

Color #8C8E8B in popluar number systems.

HEX8C8E8B
Decimal140142139
Binary100011001000111010001011
Octal214216213

Shades and tints

Shades of #8C8E8B

#8C8E8B
(140,142,139)
#80827F
(128,130,127)
#747673
(116,118,115)
#686A67
(104,106,103)
#5C5E5B
(92,94,91)
#50524F
(80,82,79)
#444643
(68,70,67)
#383A37
(56,58,55)
#2C2E2B
(44,46,43)
#20221F
(32,34,31)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #8C8E8B

#8C8E8B
(140,142,139)
#969895
(150,152,149)
#A0A29F
(160,162,159)
#AAACA9
(170,172,169)
#B4B6B3
(180,182,179)
#BEC0BD
(190,192,189)
#C8CAC7
(200,202,199)
#D2D4D1
(210,212,209)
#DCDEDB
(220,222,219)
#E6E8E5
(230,232,229)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8E8B; }

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

This text font color is #8C8E8B.


Background Color

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

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

This div background color is #8C8E8B.


Border color

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

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

This div border color is #8C8E8B.


Opacity

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

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

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

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

This text has shadow with #8C8E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8E8B on black background.


Color preview on white background

This text has color #8C8E8B on white background.



Black color preview on #8C8E8B background

This text has black color on #8C8E8B background.


White color preview on #8C8E8B background

This text has white color on #8C8E8B background.