COLOR #8C9C9B

HEX: #8C9C9B RGB: (140,156,155)

Color info

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

RGB color model

#8C9C9B color RGB value is (140,156,155).

RGB: (140,156,155) (55%, 61%, 61%)

RGB channels and saturation

R 140 of 255 = 55%
G 156 of 255 = 61%
B 155 of 255 = 61%

140
156
155

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

Portions of RGB colors in percentages

R + G + B = 140 + 156 + 155 = 451 (100%)
R 140 of 451 ~ 31.04%
G 156 of 451 ~ 34.59%
B 155 of 451 ~ 34.37'%

%31.04
%34.59
%34.37

CMYK color model

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

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 0.64%
  • key color value is 38.82%

CMYK: (10,0,1,39)
C10M0Y1K39 (10%, 0%, 1%, 39%)
(0.10 / 0.00 / 0.01 / 0.39)

CMYK percentages

%10.26
%0
%0.64
%38.82

Codes

Color #8C9C9B in popluar color models

8C 9C 9B
RGB 140 156 155
HSL 176° 7.48% 58.04%
HSB/HSV 176° 10.26% 61.18%
CMYK 10.26% 0.00% 0.64%
38.82%

Color #8C9C9B in popluar number systems.

HEX 8C 9C 9B
Decimal 140 156 155
Binary 10001100 10011100 10011011
Octal 214 234 233

Shades and tints

Shades of #8C9C9B

#8C9C9B
(140,156,155)
#808E8D
(128,142,141)
#74807F
(116,128,127)
#687271
(104,114,113)
#5C6463
(92,100,99)
#505655
(80,86,85)
#444847
(68,72,71)
#383A39
(56,58,57)
#2C2C2B
(44,44,43)
#201E1D
(32,30,29)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #8C9C9B

#8C9C9B
(140,156,155)
#96A5A4
(150,165,164)
#A0AEAD
(160,174,173)
#AAB7B6
(170,183,182)
#B4C0BF
(180,192,191)
#BEC9C8
(190,201,200)
#C8D2D1
(200,210,209)
#D2DBDA
(210,219,218)
#DCE4E3
(220,228,227)
#E6EDEC
(230,237,236)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9C9B; }

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

This text font color is #8C9C9B.

Background Color

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

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

This div background color is #8C9C9B.

Border color

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

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

This div border color is #8C9C9B.

Opacity

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

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

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

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

This text has shadow with #8C9C9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9C9B.

Preview

Color preview on black background

This text has color #8C9C9B on black background.


Color preview on white background

This text has color #8C9C9B on white background.


Black color preview on #8C9C9B background

This text has black color on #8C9C9B background.


White color preview on #8C9C9B background

This text has white color on #8C9C9B background.


Related colors

Complementary color

Complementary color for #hex is #736364.


I love getcolorcode.com

Triadic colors

1 #9B8C9C and #9C9B8C with #8C9C9B are triadic colors.

2 #9B9C8C and #9C8C9B with #8C9C9B are triadic colors.