COLOR #8C8984

HEX: #8C8984
RGB: (140,137,132)

Color info

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

RGB color model

#8C8984 color RGB value is (140,137,132).

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

RGB channels and saturation

R 140 of 255 = 55%
G 137 of 255 = 54%
B 132 of 255 = 52%

140
137
132

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

Portions of RGB colors in percentages

R + G + B =
140 + 137 + 132 = 409 (100%)
R 140 of 409 ~ 34.23%
G 137 of 409 ~ 33.5%
B 132 of 409 ~ 32.27%

%34.23
%33.5
%32.27

CMYK color model

#8C8984 color CMYK value is (0,2,6,45).

  • cyan value is 0.00%
  • magenta value is 2.14%
  • yellow value is 5.71%
  • key color value is 45.10%
CMYK:
(0,2,6,45)
C0M2Y6K45 
(0%,2%,6%,45%)
(0.00/0.02/0.06/0.45)	

CMYK percentages

%0
%2.14
%5.71
%45.1

Codes

Color #8C8984 in popluar color models

8C8984
RGB140137132
HSL37°3.36%53.33%
HSB/HSV37°5.71%54.90%
CMYK0.00%2.14%5.71%
45.10%

Color #8C8984 in popluar number systems.

HEX8C8984
Decimal140137132
Binary100011001000100110000100
Octal214211204

Shades and tints

Shades of #8C8984

#8C8984
(140,137,132)
#807D78
(128,125,120)
#74716C
(116,113,108)
#686560
(104,101,96)
#5C5954
(92,89,84)
#504D48
(80,77,72)
#44413C
(68,65,60)
#383530
(56,53,48)
#2C2924
(44,41,36)
#201D18
(32,29,24)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #8C8984

#8C8984
(140,137,132)
#96938F
(150,147,143)
#A09D9A
(160,157,154)
#AAA7A5
(170,167,165)
#B4B1B0
(180,177,176)
#BEBBBB
(190,187,187)
#C8C5C6
(200,197,198)
#D2CFD1
(210,207,209)
#DCD9DC
(220,217,220)
#E6E3E7
(230,227,231)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8984; }

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

This text font color is #8C8984.


Background Color

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

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

This div background color is #8C8984.


Border color

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

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

This div border color is #8C8984.


Opacity

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

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

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

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

This text has shadow with #8C8984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8984 on black background.


Color preview on white background

This text has color #8C8984 on white background.



Black color preview on #8C8984 background

This text has black color on #8C8984 background.


White color preview on #8C8984 background

This text has white color on #8C8984 background.