COLOR #8C908E

HEX: #8C908E
RGB: (140,144,142)

Color info

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

RGB color model

#8C908E color RGB value is (140,144,142).

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

RGB channels and saturation

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

140
144
142

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

Portions of RGB colors in percentages

R + G + B =
140 + 144 + 142 = 426 (100%)
R 140 of 426 ~ 32.86%
G 144 of 426 ~ 33.8%
B 142 of 426 ~ 33.33%

%32.86
%33.8
%33.33

CMYK color model

#8C908E color CMYK value is (3,0,1,44).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 1.39%
  • key color value is 43.53%
CMYK:
(3,0,1,44)
C3M0Y1K44 
(3%,0%,1%,44%)
(0.03/0.00/0.01/0.44)	

CMYK percentages

%2.78
%0
%1.39
%43.53

Codes

Color #8C908E in popluar color models

8C908E
RGB140144142
HSL150°1.77%55.69%
HSB/HSV150°2.78%56.47%
CMYK2.78%0.00%1.39%
43.53%

Color #8C908E in popluar number systems.

HEX8C908E
Decimal140144142
Binary100011001001000010001110
Octal214220216

Shades and tints

Shades of #8C908E

#8C908E
(140,144,142)
#808382
(128,131,130)
#747676
(116,118,118)
#68696A
(104,105,106)
#5C5C5E
(92,92,94)
#504F52
(80,79,82)
#444246
(68,66,70)
#38353A
(56,53,58)
#2C282E
(44,40,46)
#201B22
(32,27,34)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #8C908E

#8C908E
(140,144,142)
#969A98
(150,154,152)
#A0A4A2
(160,164,162)
#AAAEAC
(170,174,172)
#B4B8B6
(180,184,182)
#BEC2C0
(190,194,192)
#C8CCCA
(200,204,202)
#D2D6D4
(210,214,212)
#DCE0DE
(220,224,222)
#E6EAE8
(230,234,232)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C908E; }

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

This text font color is #8C908E.


Background Color

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

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

This div background color is #8C908E.


Border color

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

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

This div border color is #8C908E.


Opacity

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

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

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

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

This text has shadow with #8C908E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C908E on black background.


Color preview on white background

This text has color #8C908E on white background.



Black color preview on #8C908E background

This text has black color on #8C908E background.


White color preview on #8C908E background

This text has white color on #8C908E background.