COLOR #8C808C

HEX: #8C808C
RGB: (140,128,140)

Color info

#8C808C contains red, green and blue colors in about the same proportion. Web safe color of #8C808C is #996699 (or #969).

RGB color model

#8C808C color RGB value is (140,128,140).

  • red value is 140;
  • green value is 128;
  • blue value is 140.
RGB:
(140,128,140)
(55%,50%,55%)

RGB channels and saturation

R 140 of 255 = 55%
G 128 of 255 = 50%
B 140 of 255 = 55%

140
128
140

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

Portions of RGB colors in percentages

R + G + B =
140 + 128 + 140 = 408 (100%)
R 140 of 408 ~ 34.31%
G 128 of 408 ~ 31.37%
B 140 of 408 ~ 34.31%

%34.31
%31.37
%34.31

CMYK color model

#8C808C color CMYK value is (0,9,0,45).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(0,9,0,45)
C0M9Y0K45 
(0%,9%,0%,45%)
(0.00/0.09/0.00/0.45)	

CMYK percentages

%0
%8.57
%0
%45.1

Codes

Color #8C808C in popluar color models

8C808C
RGB140128140
HSL300°4.96%52.55%
HSB/HSV300°8.57%54.90%
CMYK0.00%8.57%0.00%
45.10%

Color #8C808C in popluar number systems.

HEX8C808C
Decimal140128140
Binary100011001000000010001100
Octal214200214

Shades and tints

Shades of #8C808C

#8C808C
(140,128,140)
#807580
(128,117,128)
#746A74
(116,106,116)
#685F68
(104,95,104)
#5C545C
(92,84,92)
#504950
(80,73,80)
#443E44
(68,62,68)
#383338
(56,51,56)
#2C282C
(44,40,44)
#201D20
(32,29,32)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #8C808C

#8C808C
(140,128,140)
#968B96
(150,139,150)
#A096A0
(160,150,160)
#AAA1AA
(170,161,170)
#B4ACB4
(180,172,180)
#BEB7BE
(190,183,190)
#C8C2C8
(200,194,200)
#D2CDD2
(210,205,210)
#DCD8DC
(220,216,220)
#E6E3E6
(230,227,230)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C808C; }

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

This text font color is #8C808C.


Background Color

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

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

This div background color is #8C808C.


Border color

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

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

This div border color is #8C808C.


Opacity

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

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

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

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

This text has shadow with #8C808C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C808C on black background.


Color preview on white background

This text has color #8C808C on white background.



Black color preview on #8C808C background

This text has black color on #8C808C background.


White color preview on #8C808C background

This text has white color on #8C808C background.