COLOR #8C9887

HEX: #8C9887
RGB: (140,152,135)

Color info

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

RGB color model

#8C9887 color RGB value is (140,152,135).

  • red value is 140;
  • green value is 152;
  • blue value is 135.
RGB:
(140,152,135)
(55%,60%,53%)

RGB channels and saturation

R 140 of 255 = 55%
G 152 of 255 = 60%
B 135 of 255 = 53%

140
152
135

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

Portions of RGB colors in percentages

R + G + B =
140 + 152 + 135 = 427 (100%)
R 140 of 427 ~ 32.79%
G 152 of 427 ~ 35.6%
B 135 of 427 ~ 31.62%

%32.79
%35.6
%31.62

CMYK color model

#8C9887 color CMYK value is (8,0,11,40).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 11.18%
  • key color value is 40.39%
CMYK:
(8,0,11,40)
C8M0Y11K40 
(8%,0%,11%,40%)
(0.08/0.00/0.11/0.40)	

CMYK percentages

%7.89
%0
%11.18
%40.39

Codes

Color #8C9887 in popluar color models

8C9887
RGB140152135
HSL102°7.62%56.27%
HSB/HSV102°11.18%59.61%
CMYK7.89%0.00%11.18%
40.39%

Color #8C9887 in popluar number systems.

HEX8C9887
Decimal140152135
Binary100011001001100010000111
Octal214230207

Shades and tints

Shades of #8C9887

#8C9887
(140,152,135)
#808B7B
(128,139,123)
#747E6F
(116,126,111)
#687163
(104,113,99)
#5C6457
(92,100,87)
#50574B
(80,87,75)
#444A3F
(68,74,63)
#383D33
(56,61,51)
#2C3027
(44,48,39)
#20231B
(32,35,27)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #8C9887

#8C9887
(140,152,135)
#96A191
(150,161,145)
#A0AA9B
(160,170,155)
#AAB3A5
(170,179,165)
#B4BCAF
(180,188,175)
#BEC5B9
(190,197,185)
#C8CEC3
(200,206,195)
#D2D7CD
(210,215,205)
#DCE0D7
(220,224,215)
#E6E9E1
(230,233,225)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9887 color. Also use rgb(140,152,135) instead hex code.

Text Font Color

.myTextColor { color: #8C9887; }

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

This text font color is #8C9887.


Background Color

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

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

This div background color is #8C9887.


Border color

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

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

This div border color is #8C9887.


Opacity

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

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

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

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

This text has shadow with #8C9887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9887 on black background.


Color preview on white background

This text has color #8C9887 on white background.



Black color preview on #8C9887 background

This text has black color on #8C9887 background.


White color preview on #8C9887 background

This text has white color on #8C9887 background.