COLOR #8C959A

HEX: #8C959A
RGB: (140,149,154)

Color info

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

RGB color model

#8C959A color RGB value is (140,149,154).

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

RGB channels and saturation

R 140 of 255 = 55%
G 149 of 255 = 58%
B 154 of 255 = 60%

140
149
154

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

Portions of RGB colors in percentages

R + G + B =
140 + 149 + 154 = 443 (100%)
R 140 of 443 ~ 31.6%
G 149 of 443 ~ 33.63%
B 154 of 443 ~ 34.76%

%31.6
%33.63
%34.76

CMYK color model

#8C959A color CMYK value is (9,3,0,40).

  • cyan value is 9.09%
  • magenta value is 3.25%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(9,3,0,40)
C9M3Y0K40 
(9%,3%,0%,40%)
(0.09/0.03/0.00/0.40)	

CMYK percentages

%9.09
%3.25
%0
%39.61

Codes

Color #8C959A in popluar color models

8C959A
RGB140149154
HSL201°6.48%57.65%
HSB/HSV201°9.09%60.39%
CMYK9.09%3.25%0.00%
39.61%

Color #8C959A in popluar number systems.

HEX8C959A
Decimal140149154
Binary100011001001010110011010
Octal214225232

Shades and tints

Shades of #8C959A

#8C959A
(140,149,154)
#80888C
(128,136,140)
#747B7E
(116,123,126)
#686E70
(104,110,112)
#5C6162
(92,97,98)
#505454
(80,84,84)
#444746
(68,71,70)
#383A38
(56,58,56)
#2C2D2A
(44,45,42)
#20201C
(32,32,28)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #8C959A

#8C959A
(140,149,154)
#969EA3
(150,158,163)
#A0A7AC
(160,167,172)
#AAB0B5
(170,176,181)
#B4B9BE
(180,185,190)
#BEC2C7
(190,194,199)
#C8CBD0
(200,203,208)
#D2D4D9
(210,212,217)
#DCDDE2
(220,221,226)
#E6E6EB
(230,230,235)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C959A; }

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

This text font color is #8C959A.


Background Color

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

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

This div background color is #8C959A.


Border color

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

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

This div border color is #8C959A.


Opacity

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

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

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

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

This text has shadow with #8C959A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C959A on black background.


Color preview on white background

This text has color #8C959A on white background.



Black color preview on #8C959A background

This text has black color on #8C959A background.


White color preview on #8C959A background

This text has white color on #8C959A background.