COLOR #8C9C86

HEX: #8C9C86 RGB: (140,156,134)

Color info

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

RGB color model

#8C9C86 color RGB value is (140,156,134).

RGB: (140,156,134) (55%, 61%, 53%)

RGB channels and saturation

R 140 of 255 = 55%
G 156 of 255 = 61%
B 134 of 255 = 53%

140
156
134

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

Portions of RGB colors in percentages

R + G + B = 140 + 156 + 134 = 430 (100%)
R 140 of 430 ~ 32.56%
G 156 of 430 ~ 36.28%
B 134 of 430 ~ 31.16'%

%32.56
%36.28
%31.16

CMYK color model

#8C9C86 color CMYK value is (10,0,14,39).

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

CMYK: (10,0,14,39)
C10M0Y14K39 (10%, 0%, 14%, 39%)
(0.10 / 0.00 / 0.14 / 0.39)

CMYK percentages

%10.26
%0
%14.1
%38.82

Codes

Color #8C9C86 in popluar color models

8C 9C 86
RGB 140 156 134
HSL 104° 10.00% 56.86%
HSB/HSV 104° 14.10% 61.18%
CMYK 10.26% 0.00% 14.10%
38.82%

Color #8C9C86 in popluar number systems.

HEX 8C 9C 86
Decimal 140 156 134
Binary 10001100 10011100 10000110
Octal 214 234 206

Shades and tints

Shades of #8C9C86

#8C9C86
(140,156,134)
#808E7A
(128,142,122)
#74806E
(116,128,110)
#687262
(104,114,98)
#5C6456
(92,100,86)
#50564A
(80,86,74)
#44483E
(68,72,62)
#383A32
(56,58,50)
#2C2C26
(44,44,38)
#201E1A
(32,30,26)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #8C9C86

#8C9C86
(140,156,134)
#96A591
(150,165,145)
#A0AE9C
(160,174,156)
#AAB7A7
(170,183,167)
#B4C0B2
(180,192,178)
#BEC9BD
(190,201,189)
#C8D2C8
(200,210,200)
#D2DBD3
(210,219,211)
#DCE4DE
(220,228,222)
#E6EDE9
(230,237,233)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9C86; }

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

This text font color is #8C9C86.

Background Color

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

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

This div background color is #8C9C86.

Border color

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

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

This div border color is #8C9C86.

Opacity

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

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

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

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

This text has shadow with #8C9C86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9C86.

Preview

Color preview on black background

This text has color #8C9C86 on black background.


Color preview on white background

This text has color #8C9C86 on white background.


Black color preview on #8C9C86 background

This text has black color on #8C9C86 background.


White color preview on #8C9C86 background

This text has white color on #8C9C86 background.


Related colors

Complementary color

Complementary color for #hex is #736379.


I love getcolorcode.com

Triadic colors

1 #868C9C and #9C868C with #8C9C86 are triadic colors.

2 #869C8C and #9C8C86 with #8C9C86 are triadic colors.