COLOR #8C9E9E

HEX: #8C9E9E
RGB: (140,158,158)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

140
158
158

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

Portions of RGB colors in percentages

R + G + B =
140 + 158 + 158 = 456 (100%)
R 140 of 456 ~ 30.7%
G 158 of 456 ~ 34.65%
B 158 of 456 ~ 34.65%

%30.7
%34.65
%34.65

CMYK color model

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

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

CMYK percentages

%11.39
%0
%0
%38.04

Codes

Color #8C9E9E in popluar color models

8C9E9E
RGB140158158
HSL180°8.49%58.43%
HSB/HSV180°11.39%61.96%
CMYK11.39%0.00%0.00%
38.04%

Color #8C9E9E in popluar number systems.

HEX8C9E9E
Decimal140158158
Binary100011001001111010011110
Octal214236236

Shades and tints

Shades of #8C9E9E

#8C9E9E
(140,158,158)
#809090
(128,144,144)
#748282
(116,130,130)
#687474
(104,116,116)
#5C6666
(92,102,102)
#505858
(80,88,88)
#444A4A
(68,74,74)
#383C3C
(56,60,60)
#2C2E2E
(44,46,46)
#202020
(32,32,32)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #8C9E9E

#8C9E9E
(140,158,158)
#96A6A6
(150,166,166)
#A0AEAE
(160,174,174)
#AAB6B6
(170,182,182)
#B4BEBE
(180,190,190)
#BEC6C6
(190,198,198)
#C8CECE
(200,206,206)
#D2D6D6
(210,214,214)
#DCDEDE
(220,222,222)
#E6E6E6
(230,230,230)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9E9E; }

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

This text font color is #8C9E9E.


Background Color

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

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

This div background color is #8C9E9E.


Border color

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

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

This div border color is #8C9E9E.


Opacity

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

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

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

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

This text has shadow with #8C9E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9E9E on black background.


Color preview on white background

This text has color #8C9E9E on white background.



Black color preview on #8C9E9E background

This text has black color on #8C9E9E background.


White color preview on #8C9E9E background

This text has white color on #8C9E9E background.