COLOR #8C9A9E

HEX: #8C9A9E RGB: (140,154,158)

Color info

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

RGB color model

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

RGB: (140,154,158) (55%, 60%, 62%)

RGB channels and saturation

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

140
154
158

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

Portions of RGB colors in percentages

R + G + B = 140 + 154 + 158 = 452 (100%)
R 140 of 452 ~ 30.97%
G 154 of 452 ~ 34.07%
B 158 of 452 ~ 34.96'%

%30.97
%34.07
%34.96

CMYK color model

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

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

CMYK percentages

%11.39
%2.53
%0
%38.04

Codes

Color #8C9A9E in popluar color models

8C 9A 9E
RGB 140 154 158
HSL 193° 8.49% 58.43%
HSB/HSV 193° 11.39% 61.96%
CMYK 11.39% 2.53% 0.00%
38.04%

Color #8C9A9E in popluar number systems.

HEX 8C 9A 9E
Decimal 140 154 158
Binary 10001100 10011010 10011110
Octal 214 232 236

Shades and tints

Shades of #8C9A9E

#8C9A9E
(140,154,158)
#808C90
(128,140,144)
#747E82
(116,126,130)
#687074
(104,112,116)
#5C6266
(92,98,102)
#505458
(80,84,88)
#44464A
(68,70,74)
#38383C
(56,56,60)
#2C2A2E
(44,42,46)
#201C20
(32,28,32)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #8C9A9E

#8C9A9E
(140,154,158)
#96A3A6
(150,163,166)
#A0ACAE
(160,172,174)
#AAB5B6
(170,181,182)
#B4BEBE
(180,190,190)
#BEC7C6
(190,199,198)
#C8D0CE
(200,208,206)
#D2D9D6
(210,217,214)
#DCE2DE
(220,226,222)
#E6EBE6
(230,235,230)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9A9E; }

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

This text font color is #8C9A9E.

Background Color

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

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

This div background color is #8C9A9E.

Border color

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

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

This div border color is #8C9A9E.

Opacity

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

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

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

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

This text has shadow with #8C9A9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9A9E.

Preview

Color preview on black background

This text has color #8C9A9E on black background.


Color preview on white background

This text has color #8C9A9E on white background.


Black color preview on #8C9A9E background

This text has black color on #8C9A9E background.


White color preview on #8C9A9E background

This text has white color on #8C9A9E background.


Related colors

Complementary color

Complementary color for #hex is #736561.


I love getcolorcode.com

Triadic colors

1 #9E8C9A and #9A9E8C with #8C9A9E are triadic colors.

2 #9E9A8C and #9A8C9E with #8C9A9E are triadic colors.