COLOR #8C9187

HEX: #8C9187
RGB: (140,145,135)

Color info

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

RGB color model

#8C9187 color RGB value is (140,145,135).

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

RGB channels and saturation

R 140 of 255 = 55%
G 145 of 255 = 57%
B 135 of 255 = 53%

140
145
135

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

Portions of RGB colors in percentages

R + G + B =
140 + 145 + 135 = 420 (100%)
R 140 of 420 ~ 33.33%
G 145 of 420 ~ 34.52%
B 135 of 420 ~ 32.14%

%33.33
%34.52
%32.14

CMYK color model

#8C9187 color CMYK value is (3,0,7,43).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 43.14%
CMYK:
(3,0,7,43)
C3M0Y7K43 
(3%,0%,7%,43%)
(0.03/0.00/0.07/0.43)	

CMYK percentages

%3.45
%0
%6.9
%43.14

Codes

Color #8C9187 in popluar color models

8C9187
RGB140145135
HSL90°4.35%54.90%
HSB/HSV90°6.90%56.86%
CMYK3.45%0.00%6.90%
43.14%

Color #8C9187 in popluar number systems.

HEX8C9187
Decimal140145135
Binary100011001001000110000111
Octal214221207

Shades and tints

Shades of #8C9187

#8C9187
(140,145,135)
#80847B
(128,132,123)
#74776F
(116,119,111)
#686A63
(104,106,99)
#5C5D57
(92,93,87)
#50504B
(80,80,75)
#44433F
(68,67,63)
#383633
(56,54,51)
#2C2927
(44,41,39)
#201C1B
(32,28,27)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #8C9187

#8C9187
(140,145,135)
#969B91
(150,155,145)
#A0A59B
(160,165,155)
#AAAFA5
(170,175,165)
#B4B9AF
(180,185,175)
#BEC3B9
(190,195,185)
#C8CDC3
(200,205,195)
#D2D7CD
(210,215,205)
#DCE1D7
(220,225,215)
#E6EBE1
(230,235,225)
#F0F5EB
(240,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9187; }

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

This text font color is #8C9187.


Background Color

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

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

This div background color is #8C9187.


Border color

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

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

This div border color is #8C9187.


Opacity

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

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

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

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

This text has shadow with #8C9187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9187 on black background.


Color preview on white background

This text has color #8C9187 on white background.



Black color preview on #8C9187 background

This text has black color on #8C9187 background.


White color preview on #8C9187 background

This text has white color on #8C9187 background.