COLOR #8C999A

HEX: #8C999A
RGB: (140,153,154)

Color info

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

RGB color model

#8C999A color RGB value is (140,153,154).

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

RGB channels and saturation

R 140 of 255 = 55%
G 153 of 255 = 60%
B 154 of 255 = 60%

140
153
154

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

Portions of RGB colors in percentages

R + G + B =
140 + 153 + 154 = 447 (100%)
R 140 of 447 ~ 31.32%
G 153 of 447 ~ 34.23%
B 154 of 447 ~ 34.45%

%31.32
%34.23
%34.45

CMYK color model

#8C999A color CMYK value is (9,1,0,40).

  • cyan value is 9.09%
  • magenta value is 0.65%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(9,1,0,40)
C9M1Y0K40 
(9%,1%,0%,40%)
(0.09/0.01/0.00/0.40)	

CMYK percentages

%9.09
%0.65
%0
%39.61

Codes

Color #8C999A in popluar color models

8C999A
RGB140153154
HSL184°6.48%57.65%
HSB/HSV184°9.09%60.39%
CMYK9.09%0.65%0.00%
39.61%

Color #8C999A in popluar number systems.

HEX8C999A
Decimal140153154
Binary100011001001100110011010
Octal214231232

Shades and tints

Shades of #8C999A

#8C999A
(140,153,154)
#808C8C
(128,140,140)
#747F7E
(116,127,126)
#687270
(104,114,112)
#5C6562
(92,101,98)
#505854
(80,88,84)
#444B46
(68,75,70)
#383E38
(56,62,56)
#2C312A
(44,49,42)
#20241C
(32,36,28)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #8C999A

#8C999A
(140,153,154)
#96A2A3
(150,162,163)
#A0ABAC
(160,171,172)
#AAB4B5
(170,180,181)
#B4BDBE
(180,189,190)
#BEC6C7
(190,198,199)
#C8CFD0
(200,207,208)
#D2D8D9
(210,216,217)
#DCE1E2
(220,225,226)
#E6EAEB
(230,234,235)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C999A; }

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

This text font color is #8C999A.


Background Color

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

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

This div background color is #8C999A.


Border color

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

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

This div border color is #8C999A.


Opacity

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

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

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

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

This text has shadow with #8C999A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C999A on black background.


Color preview on white background

This text has color #8C999A on white background.



Black color preview on #8C999A background

This text has black color on #8C999A background.


White color preview on #8C999A background

This text has white color on #8C999A background.