COLOR #8C9784

HEX: #8C9784
RGB: (140,151,132)

Color info

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

RGB color model

#8C9784 color RGB value is (140,151,132).

  • red value is 140;
  • green value is 151;
  • blue value is 132.
RGB:
(140,151,132)
(55%,59%,52%)

RGB channels and saturation

R 140 of 255 = 55%
G 151 of 255 = 59%
B 132 of 255 = 52%

140
151
132

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

Portions of RGB colors in percentages

R + G + B =
140 + 151 + 132 = 423 (100%)
R 140 of 423 ~ 33.1%
G 151 of 423 ~ 35.7%
B 132 of 423 ~ 31.21%

%33.1
%35.7
%31.21

CMYK color model

#8C9784 color CMYK value is (7,0,13,41).

  • cyan value is 7.28%
  • magenta value is 0.00%
  • yellow value is 12.58%
  • key color value is 40.78%
CMYK:
(7,0,13,41)
C7M0Y13K41 
(7%,0%,13%,41%)
(0.07/0.00/0.13/0.41)	

CMYK percentages

%7.28
%0
%12.58
%40.78

Codes

Color #8C9784 in popluar color models

8C9784
RGB140151132
HSL95°8.37%55.49%
HSB/HSV95°12.58%59.22%
CMYK7.28%0.00%12.58%
40.78%

Color #8C9784 in popluar number systems.

HEX8C9784
Decimal140151132
Binary100011001001011110000100
Octal214227204

Shades and tints

Shades of #8C9784

#8C9784
(140,151,132)
#808A78
(128,138,120)
#747D6C
(116,125,108)
#687060
(104,112,96)
#5C6354
(92,99,84)
#505648
(80,86,72)
#44493C
(68,73,60)
#383C30
(56,60,48)
#2C2F24
(44,47,36)
#202218
(32,34,24)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #8C9784

#8C9784
(140,151,132)
#96A08F
(150,160,143)
#A0A99A
(160,169,154)
#AAB2A5
(170,178,165)
#B4BBB0
(180,187,176)
#BEC4BB
(190,196,187)
#C8CDC6
(200,205,198)
#D2D6D1
(210,214,209)
#DCDFDC
(220,223,220)
#E6E8E7
(230,232,231)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9784 color. Also use rgb(140,151,132) instead hex code.

Text Font Color

.myTextColor { color: #8C9784; }

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

This text font color is #8C9784.


Background Color

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

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

This div background color is #8C9784.


Border color

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

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

This div border color is #8C9784.


Opacity

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

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

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

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

This text has shadow with #8C9784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9784 on black background.


Color preview on white background

This text has color #8C9784 on white background.



Black color preview on #8C9784 background

This text has black color on #8C9784 background.


White color preview on #8C9784 background

This text has white color on #8C9784 background.