COLOR #8C6C7E

HEX: #8C6C7E
RGB: (140,108,126)

Color info

#8C6C7E contains red, green and blue colors in about the same proportion. Web safe color of #8C6C7E is #996666 (or #966).

RGB color model

#8C6C7E color RGB value is (140,108,126).

  • red value is 140;
  • green value is 108;
  • blue value is 126.
RGB:
(140,108,126)
(55%,42%,49%)

RGB channels and saturation

R 140 of 255 = 55%
G 108 of 255 = 42%
B 126 of 255 = 49%

140
108
126

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

Portions of RGB colors in percentages

R + G + B =
140 + 108 + 126 = 374 (100%)
R 140 of 374 ~ 37.43%
G 108 of 374 ~ 28.88%
B 126 of 374 ~ 33.69%

%37.43
%28.88
%33.69

CMYK color model

#8C6C7E color CMYK value is (0,23,10,45).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 10.00%
  • key color value is 45.10%
CMYK:
(0,23,10,45)
C0M23Y10K45 
(0%,23%,10%,45%)
(0.00/0.23/0.10/0.45)	

CMYK percentages

%0
%22.86
%10
%45.1

Codes

Color #8C6C7E in popluar color models

8C6C7E
RGB140108126
HSL326°12.90%48.63%
HSB/HSV326°22.86%54.90%
CMYK0.00%22.86%10.00%
45.10%

Color #8C6C7E in popluar number systems.

HEX8C6C7E
Decimal140108126
Binary1000110011011001111110
Octal214154176

Shades and tints

Shades of #8C6C7E

#8C6C7E
(140,108,126)
#806373
(128,99,115)
#745A68
(116,90,104)
#68515D
(104,81,93)
#5C4852
(92,72,82)
#503F47
(80,63,71)
#44363C
(68,54,60)
#382D31
(56,45,49)
#2C2426
(44,36,38)
#201B1B
(32,27,27)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #8C6C7E

#8C6C7E
(140,108,126)
#967989
(150,121,137)
#A08694
(160,134,148)
#AA939F
(170,147,159)
#B4A0AA
(180,160,170)
#BEADB5
(190,173,181)
#C8BAC0
(200,186,192)
#D2C7CB
(210,199,203)
#DCD4D6
(220,212,214)
#E6E1E1
(230,225,225)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6C7E; }

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

This text font color is #8C6C7E.


Background Color

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

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

This div background color is #8C6C7E.


Border color

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

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

This div border color is #8C6C7E.


Opacity

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

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

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

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

This text has shadow with #8C6C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6C7E on black background.


Color preview on white background

This text has color #8C6C7E on white background.



Black color preview on #8C6C7E background

This text has black color on #8C6C7E background.


White color preview on #8C6C7E background

This text has white color on #8C6C7E background.