COLOR #8C6E84

HEX: #8C6E84
RGB: (140,110,132)

Color info

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

RGB color model

#8C6E84 color RGB value is (140,110,132).

  • red value is 140;
  • green value is 110;
  • blue value is 132.
RGB:
(140,110,132)
(55%,43%,52%)

RGB channels and saturation

R 140 of 255 = 55%
G 110 of 255 = 43%
B 132 of 255 = 52%

140
110
132

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

Portions of RGB colors in percentages

R + G + B =
140 + 110 + 132 = 382 (100%)
R 140 of 382 ~ 36.65%
G 110 of 382 ~ 28.8%
B 132 of 382 ~ 34.55%

%36.65
%28.8
%34.55

CMYK color model

#8C6E84 color CMYK value is (0,21,6,45).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 5.71%
  • key color value is 45.10%
CMYK:
(0,21,6,45)
C0M21Y6K45 
(0%,21%,6%,45%)
(0.00/0.21/0.06/0.45)	

CMYK percentages

%0
%21.43
%5.71
%45.1

Codes

Color #8C6E84 in popluar color models

8C6E84
RGB140110132
HSL316°12.00%49.02%
HSB/HSV316°21.43%54.90%
CMYK0.00%21.43%5.71%
45.10%

Color #8C6E84 in popluar number systems.

HEX8C6E84
Decimal140110132
Binary10001100110111010000100
Octal214156204

Shades and tints

Shades of #8C6E84

#8C6E84
(140,110,132)
#806478
(128,100,120)
#745A6C
(116,90,108)
#685060
(104,80,96)
#5C4654
(92,70,84)
#503C48
(80,60,72)
#44323C
(68,50,60)
#382830
(56,40,48)
#2C1E24
(44,30,36)
#201418
(32,20,24)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #8C6E84

#8C6E84
(140,110,132)
#967B8F
(150,123,143)
#A0889A
(160,136,154)
#AA95A5
(170,149,165)
#B4A2B0
(180,162,176)
#BEAFBB
(190,175,187)
#C8BCC6
(200,188,198)
#D2C9D1
(210,201,209)
#DCD6DC
(220,214,220)
#E6E3E7
(230,227,231)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6E84; }

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

This text font color is #8C6E84.


Background Color

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

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

This div background color is #8C6E84.


Border color

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

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

This div border color is #8C6E84.


Opacity

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

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

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

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

This text has shadow with #8C6E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6E84 on black background.


Color preview on white background

This text has color #8C6E84 on white background.



Black color preview on #8C6E84 background

This text has black color on #8C6E84 background.


White color preview on #8C6E84 background

This text has white color on #8C6E84 background.