COLOR #8C8593

HEX: #8C8593
RGB: (140,133,147)

Color info

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

RGB color model

#8C8593 color RGB value is (140,133,147).

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

RGB channels and saturation

R 140 of 255 = 55%
G 133 of 255 = 52%
B 147 of 255 = 58%

140
133
147

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

Portions of RGB colors in percentages

R + G + B =
140 + 133 + 147 = 420 (100%)
R 140 of 420 ~ 33.33%
G 133 of 420 ~ 31.67%
B 147 of 420 ~ 35%

%33.33
%31.67
%35

CMYK color model

#8C8593 color CMYK value is (5,10,0,42).

  • cyan value is 4.76%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(5,10,0,42)
C5M10Y0K42 
(5%,10%,0%,42%)
(0.05/0.10/0.00/0.42)	

CMYK percentages

%4.76
%9.52
%0
%42.35

Codes

Color #8C8593 in popluar color models

8C8593
RGB140133147
HSL270°6.09%54.90%
HSB/HSV270°9.52%57.65%
CMYK4.76%9.52%0.00%
42.35%

Color #8C8593 in popluar number systems.

HEX8C8593
Decimal140133147
Binary100011001000010110010011
Octal214205223

Shades and tints

Shades of #8C8593

#8C8593
(140,133,147)
#807986
(128,121,134)
#746D79
(116,109,121)
#68616C
(104,97,108)
#5C555F
(92,85,95)
#504952
(80,73,82)
#443D45
(68,61,69)
#383138
(56,49,56)
#2C252B
(44,37,43)
#20191E
(32,25,30)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #8C8593

#8C8593
(140,133,147)
#96909C
(150,144,156)
#A09BA5
(160,155,165)
#AAA6AE
(170,166,174)
#B4B1B7
(180,177,183)
#BEBCC0
(190,188,192)
#C8C7C9
(200,199,201)
#D2D2D2
(210,210,210)
#DCDDDB
(220,221,219)
#E6E8E4
(230,232,228)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8593; }

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

This text font color is #8C8593.


Background Color

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

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

This div background color is #8C8593.


Border color

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

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

This div border color is #8C8593.


Opacity

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

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

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

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

This text has shadow with #8C8593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8593 on black background.


Color preview on white background

This text has color #8C8593 on white background.



Black color preview on #8C8593 background

This text has black color on #8C8593 background.


White color preview on #8C8593 background

This text has white color on #8C8593 background.