COLOR #8C818C

HEX: #8C818C
RGB: (140,129,140)

Color info

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

RGB color model

#8C818C color RGB value is (140,129,140).

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

RGB channels and saturation

R 140 of 255 = 55%
G 129 of 255 = 51%
B 140 of 255 = 55%

140
129
140

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

Portions of RGB colors in percentages

R + G + B =
140 + 129 + 140 = 409 (100%)
R 140 of 409 ~ 34.23%
G 129 of 409 ~ 31.54%
B 140 of 409 ~ 34.23%

%34.23
%31.54
%34.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(0,8,0,45)
C0M8Y0K45 
(0%,8%,0%,45%)
(0.00/0.08/0.00/0.45)	

CMYK percentages

%0
%7.86
%0
%45.1

Codes

Color #8C818C in popluar color models

8C818C
RGB140129140
HSL300°4.56%52.75%
HSB/HSV300°7.86%54.90%
CMYK0.00%7.86%0.00%
45.10%

Color #8C818C in popluar number systems.

HEX8C818C
Decimal140129140
Binary100011001000000110001100
Octal214201214

Shades and tints

Shades of #8C818C

#8C818C
(140,129,140)
#807680
(128,118,128)
#746B74
(116,107,116)
#686068
(104,96,104)
#5C555C
(92,85,92)
#504A50
(80,74,80)
#443F44
(68,63,68)
#383438
(56,52,56)
#2C292C
(44,41,44)
#201E20
(32,30,32)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #8C818C

#8C818C
(140,129,140)
#968C96
(150,140,150)
#A097A0
(160,151,160)
#AAA2AA
(170,162,170)
#B4ADB4
(180,173,180)
#BEB8BE
(190,184,190)
#C8C3C8
(200,195,200)
#D2CED2
(210,206,210)
#DCD9DC
(220,217,220)
#E6E4E6
(230,228,230)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C818C; }

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

This text font color is #8C818C.


Background Color

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

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

This div background color is #8C818C.


Border color

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

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

This div border color is #8C818C.


Opacity

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

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

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

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

This text has shadow with #8C818C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C818C on black background.


Color preview on white background

This text has color #8C818C on white background.



Black color preview on #8C818C background

This text has black color on #8C818C background.


White color preview on #8C818C background

This text has white color on #8C818C background.