COLOR #8C9E9D

HEX: #8C9E9D
RGB: (140,158,157)

Color info

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

RGB color model

#8C9E9D color RGB value is (140,158,157).

  • red value is 140;
  • green value is 158;
  • blue value is 157.
RGB:
(140,158,157)
(55%,62%,62%)

RGB channels and saturation

R 140 of 255 = 55%
G 158 of 255 = 62%
B 157 of 255 = 62%

140
158
157

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

Portions of RGB colors in percentages

R + G + B =
140 + 158 + 157 = 455 (100%)
R 140 of 455 ~ 30.77%
G 158 of 455 ~ 34.73%
B 157 of 455 ~ 34.51%

%30.77
%34.73
%34.51

CMYK color model

#8C9E9D color CMYK value is (11,0,1,38).

  • cyan value is 11.39%
  • magenta value is 0.00%
  • yellow value is 0.63%
  • key color value is 38.04%
CMYK:
(11,0,1,38)
C11M0Y1K38 
(11%,0%,1%,38%)
(0.11/0.00/0.01/0.38)	

CMYK percentages

%11.39
%0
%0.63
%38.04

Codes

Color #8C9E9D in popluar color models

8C9E9D
RGB140158157
HSL177°8.49%58.43%
HSB/HSV177°11.39%61.96%
CMYK11.39%0.00%0.63%
38.04%

Color #8C9E9D in popluar number systems.

HEX8C9E9D
Decimal140158157
Binary100011001001111010011101
Octal214236235

Shades and tints

Shades of #8C9E9D

#8C9E9D
(140,158,157)
#80908F
(128,144,143)
#748281
(116,130,129)
#687473
(104,116,115)
#5C6665
(92,102,101)
#505857
(80,88,87)
#444A49
(68,74,73)
#383C3B
(56,60,59)
#2C2E2D
(44,46,45)
#20201F
(32,32,31)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #8C9E9D

#8C9E9D
(140,158,157)
#96A6A5
(150,166,165)
#A0AEAD
(160,174,173)
#AAB6B5
(170,182,181)
#B4BEBD
(180,190,189)
#BEC6C5
(190,198,197)
#C8CECD
(200,206,205)
#D2D6D5
(210,214,213)
#DCDEDD
(220,222,221)
#E6E6E5
(230,230,229)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9E9D color. Also use rgb(140,158,157) instead hex code.

Text Font Color

.myTextColor { color: #8C9E9D; }

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

This text font color is #8C9E9D.


Background Color

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

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

This div background color is #8C9E9D.


Border color

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

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

This div border color is #8C9E9D.


Opacity

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

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

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

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

This text has shadow with #8C9E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9E9D on black background.


Color preview on white background

This text has color #8C9E9D on white background.



Black color preview on #8C9E9D background

This text has black color on #8C9E9D background.


White color preview on #8C9E9D background

This text has white color on #8C9E9D background.