COLOR #8C9495

HEX: #8C9495
RGB: (140,148,149)

Color info

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

RGB color model

#8C9495 color RGB value is (140,148,149).

  • red value is 140;
  • green value is 148;
  • blue value is 149.
RGB:
(140,148,149)
(55%,58%,58%)

RGB channels and saturation

R 140 of 255 = 55%
G 148 of 255 = 58%
B 149 of 255 = 58%

140
148
149

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

Portions of RGB colors in percentages

R + G + B =
140 + 148 + 149 = 437 (100%)
R 140 of 437 ~ 32.04%
G 148 of 437 ~ 33.87%
B 149 of 437 ~ 34.1%

%32.04
%33.87
%34.1

CMYK color model

#8C9495 color CMYK value is (6,1,0,42).

  • cyan value is 6.04%
  • magenta value is 0.67%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(6,1,0,42)
C6M1Y0K42 
(6%,1%,0%,42%)
(0.06/0.01/0.00/0.42)	

CMYK percentages

%6.04
%0.67
%0
%41.57

Codes

Color #8C9495 in popluar color models

8C9495
RGB140148149
HSL187°4.07%56.67%
HSB/HSV187°6.04%58.43%
CMYK6.04%0.67%0.00%
41.57%

Color #8C9495 in popluar number systems.

HEX8C9495
Decimal140148149
Binary100011001001010010010101
Octal214224225

Shades and tints

Shades of #8C9495

#8C9495
(140,148,149)
#808788
(128,135,136)
#747A7B
(116,122,123)
#686D6E
(104,109,110)
#5C6061
(92,96,97)
#505354
(80,83,84)
#444647
(68,70,71)
#38393A
(56,57,58)
#2C2C2D
(44,44,45)
#201F20
(32,31,32)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #8C9495

#8C9495
(140,148,149)
#969D9E
(150,157,158)
#A0A6A7
(160,166,167)
#AAAFB0
(170,175,176)
#B4B8B9
(180,184,185)
#BEC1C2
(190,193,194)
#C8CACB
(200,202,203)
#D2D3D4
(210,211,212)
#DCDCDD
(220,220,221)
#E6E5E6
(230,229,230)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9495; }

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

This text font color is #8C9495.


Background Color

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

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

This div background color is #8C9495.


Border color

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

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

This div border color is #8C9495.


Opacity

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

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

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

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

This text has shadow with #8C9495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9495 on black background.


Color preview on white background

This text has color #8C9495 on white background.



Black color preview on #8C9495 background

This text has black color on #8C9495 background.


White color preview on #8C9495 background

This text has white color on #8C9495 background.