COLOR #8C9A9B

HEX: #8C9A9B
RGB: (140,154,155)

Color info

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

RGB color model

#8C9A9B color RGB value is (140,154,155).

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

RGB channels and saturation

R 140 of 255 = 55%
G 154 of 255 = 60%
B 155 of 255 = 61%

140
154
155

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

Portions of RGB colors in percentages

R + G + B =
140 + 154 + 155 = 449 (100%)
R 140 of 449 ~ 31.18%
G 154 of 449 ~ 34.3%
B 155 of 449 ~ 34.52%

%31.18
%34.3
%34.52

CMYK color model

#8C9A9B color CMYK value is (10,1,0,39).

  • cyan value is 9.68%
  • magenta value is 0.65%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(10,1,0,39)
C10M1Y0K39 
(10%,1%,0%,39%)
(0.10/0.01/0.00/0.39)	

CMYK percentages

%9.68
%0.65
%0
%39.22

Codes

Color #8C9A9B in popluar color models

8C9A9B
RGB140154155
HSL184°6.98%57.84%
HSB/HSV184°9.68%60.78%
CMYK9.68%0.65%0.00%
39.22%

Color #8C9A9B in popluar number systems.

HEX8C9A9B
Decimal140154155
Binary100011001001101010011011
Octal214232233

Shades and tints

Shades of #8C9A9B

#8C9A9B
(140,154,155)
#808C8D
(128,140,141)
#747E7F
(116,126,127)
#687071
(104,112,113)
#5C6263
(92,98,99)
#505455
(80,84,85)
#444647
(68,70,71)
#383839
(56,56,57)
#2C2A2B
(44,42,43)
#201C1D
(32,28,29)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #8C9A9B

#8C9A9B
(140,154,155)
#96A3A4
(150,163,164)
#A0ACAD
(160,172,173)
#AAB5B6
(170,181,182)
#B4BEBF
(180,190,191)
#BEC7C8
(190,199,200)
#C8D0D1
(200,208,209)
#D2D9DA
(210,217,218)
#DCE2E3
(220,226,227)
#E6EBEC
(230,235,236)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9A9B; }

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

This text font color is #8C9A9B.


Background Color

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

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

This div background color is #8C9A9B.


Border color

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

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

This div border color is #8C9A9B.


Opacity

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

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

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

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

This text has shadow with #8C9A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9A9B on black background.


Color preview on white background

This text has color #8C9A9B on white background.



Black color preview on #8C9A9B background

This text has black color on #8C9A9B background.


White color preview on #8C9A9B background

This text has white color on #8C9A9B background.