COLOR #8C7C8F

HEX: #8C7C8F
RGB: (140,124,143)

Color info

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

RGB color model

#8C7C8F color RGB value is (140,124,143).

  • red value is 140;
  • green value is 124;
  • blue value is 143.
RGB:
(140,124,143)
(55%,49%,56%)

RGB channels and saturation

R 140 of 255 = 55%
G 124 of 255 = 49%
B 143 of 255 = 56%

140
124
143

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

Portions of RGB colors in percentages

R + G + B =
140 + 124 + 143 = 407 (100%)
R 140 of 407 ~ 34.4%
G 124 of 407 ~ 30.47%
B 143 of 407 ~ 35.14%

%34.4
%30.47
%35.14

CMYK color model

#8C7C8F color CMYK value is (2,13,0,44).

  • cyan value is 2.10%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(2,13,0,44)
C2M13Y0K44 
(2%,13%,0%,44%)
(0.02/0.13/0.00/0.44)	

CMYK percentages

%2.1
%13.29
%0
%43.92

Codes

Color #8C7C8F in popluar color models

8C7C8F
RGB140124143
HSL291°7.82%52.35%
HSB/HSV291°13.29%56.08%
CMYK2.10%13.29%0.00%
43.92%

Color #8C7C8F in popluar number systems.

HEX8C7C8F
Decimal140124143
Binary10001100111110010001111
Octal214174217

Shades and tints

Shades of #8C7C8F

#8C7C8F
(140,124,143)
#807182
(128,113,130)
#746675
(116,102,117)
#685B68
(104,91,104)
#5C505B
(92,80,91)
#50454E
(80,69,78)
#443A41
(68,58,65)
#382F34
(56,47,52)
#2C2427
(44,36,39)
#20191A
(32,25,26)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #8C7C8F

#8C7C8F
(140,124,143)
#968799
(150,135,153)
#A092A3
(160,146,163)
#AA9DAD
(170,157,173)
#B4A8B7
(180,168,183)
#BEB3C1
(190,179,193)
#C8BECB
(200,190,203)
#D2C9D5
(210,201,213)
#DCD4DF
(220,212,223)
#E6DFE9
(230,223,233)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7C8F; }

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

This text font color is #8C7C8F.


Background Color

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

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

This div background color is #8C7C8F.


Border color

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

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

This div border color is #8C7C8F.


Opacity

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

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

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

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

This text has shadow with #8C7C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7C8F on black background.


Color preview on white background

This text has color #8C7C8F on white background.



Black color preview on #8C7C8F background

This text has black color on #8C7C8F background.


White color preview on #8C7C8F background

This text has white color on #8C7C8F background.