COLOR #8C949C

HEX: #8C949C
RGB: (140,148,156)

Color info

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

RGB color model

#8C949C color RGB value is (140,148,156).

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

RGB channels and saturation

R 140 of 255 = 55%
G 148 of 255 = 58%
B 156 of 255 = 61%

140
148
156

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

Portions of RGB colors in percentages

R + G + B =
140 + 148 + 156 = 444 (100%)
R 140 of 444 ~ 31.53%
G 148 of 444 ~ 33.33%
B 156 of 444 ~ 35.14%

%31.53
%33.33
%35.14

CMYK color model

#8C949C color CMYK value is (10,5,0,39).

  • cyan value is 10.26%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(10,5,0,39)
C10M5Y0K39 
(10%,5%,0%,39%)
(0.10/0.05/0.00/0.39)	

CMYK percentages

%10.26
%5.13
%0
%38.82

Codes

Color #8C949C in popluar color models

8C949C
RGB140148156
HSL210°7.48%58.04%
HSB/HSV210°10.26%61.18%
CMYK10.26%5.13%0.00%
38.82%

Color #8C949C in popluar number systems.

HEX8C949C
Decimal140148156
Binary100011001001010010011100
Octal214224234

Shades and tints

Shades of #8C949C

#8C949C
(140,148,156)
#80878E
(128,135,142)
#747A80
(116,122,128)
#686D72
(104,109,114)
#5C6064
(92,96,100)
#505356
(80,83,86)
#444648
(68,70,72)
#38393A
(56,57,58)
#2C2C2C
(44,44,44)
#201F1E
(32,31,30)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #8C949C

#8C949C
(140,148,156)
#969DA5
(150,157,165)
#A0A6AE
(160,166,174)
#AAAFB7
(170,175,183)
#B4B8C0
(180,184,192)
#BEC1C9
(190,193,201)
#C8CAD2
(200,202,210)
#D2D3DB
(210,211,219)
#DCDCE4
(220,220,228)
#E6E5ED
(230,229,237)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C949C; }

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

This text font color is #8C949C.


Background Color

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

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

This div background color is #8C949C.


Border color

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

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

This div border color is #8C949C.


Opacity

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

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

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

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

This text has shadow with #8C949C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C949C on black background.


Color preview on white background

This text has color #8C949C on white background.



Black color preview on #8C949C background

This text has black color on #8C949C background.


White color preview on #8C949C background

This text has white color on #8C949C background.