COLOR #8C8393

HEX: #8C8393
RGB: (140,131,147)

Color info

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

RGB color model

#8C8393 color RGB value is (140,131,147).

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

RGB channels and saturation

R 140 of 255 = 55%
G 131 of 255 = 51%
B 147 of 255 = 58%

140
131
147

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

Portions of RGB colors in percentages

R + G + B =
140 + 131 + 147 = 418 (100%)
R 140 of 418 ~ 33.49%
G 131 of 418 ~ 31.34%
B 147 of 418 ~ 35.17%

%33.49
%31.34
%35.17

CMYK color model

#8C8393 color CMYK value is (5,11,0,42).

  • cyan value is 4.76%
  • magenta value is 10.88%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(5,11,0,42)
C5M11Y0K42 
(5%,11%,0%,42%)
(0.05/0.11/0.00/0.42)	

CMYK percentages

%4.76
%10.88
%0
%42.35

Codes

Color #8C8393 in popluar color models

8C8393
RGB140131147
HSL274°6.90%54.51%
HSB/HSV274°10.88%57.65%
CMYK4.76%10.88%0.00%
42.35%

Color #8C8393 in popluar number systems.

HEX8C8393
Decimal140131147
Binary100011001000001110010011
Octal214203223

Shades and tints

Shades of #8C8393

#8C8393
(140,131,147)
#807886
(128,120,134)
#746D79
(116,109,121)
#68626C
(104,98,108)
#5C575F
(92,87,95)
#504C52
(80,76,82)
#444145
(68,65,69)
#383638
(56,54,56)
#2C2B2B
(44,43,43)
#20201E
(32,32,30)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #8C8393

#8C8393
(140,131,147)
#968E9C
(150,142,156)
#A099A5
(160,153,165)
#AAA4AE
(170,164,174)
#B4AFB7
(180,175,183)
#BEBAC0
(190,186,192)
#C8C5C9
(200,197,201)
#D2D0D2
(210,208,210)
#DCDBDB
(220,219,219)
#E6E6E4
(230,230,228)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8393; }

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

This text font color is #8C8393.


Background Color

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

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

This div background color is #8C8393.


Border color

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

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

This div border color is #8C8393.


Opacity

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

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

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

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

This text has shadow with #8C8393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8393 on black background.


Color preview on white background

This text has color #8C8393 on white background.



Black color preview on #8C8393 background

This text has black color on #8C8393 background.


White color preview on #8C8393 background

This text has white color on #8C8393 background.