COLOR #8C6086

HEX: #8C6086
RGB: (140,96,134)

Color info

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

RGB color model

#8C6086 color RGB value is (140,96,134).

  • red value is 140;
  • green value is 96;
  • blue value is 134.
RGB:
(140,96,134)
(55%,38%,53%)

RGB channels and saturation

R 140 of 255 = 55%
G 96 of 255 = 38%
B 134 of 255 = 53%

140
96
134

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

Portions of RGB colors in percentages

R + G + B =
140 + 96 + 134 = 370 (100%)
R 140 of 370 ~ 37.84%
G 96 of 370 ~ 25.95%
B 134 of 370 ~ 36.22%

%37.84
%25.95
%36.22

CMYK color model

#8C6086 color CMYK value is (0,31,4,45).

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 4.29%
  • key color value is 45.10%
CMYK:
(0,31,4,45)
C0M31Y4K45 
(0%,31%,4%,45%)
(0.00/0.31/0.04/0.45)	

CMYK percentages

%0
%31.43
%4.29
%45.1

Codes

Color #8C6086 in popluar color models

8C6086
RGB14096134
HSL308°18.64%46.27%
HSB/HSV308°31.43%54.90%
CMYK0.00%31.43%4.29%
45.10%

Color #8C6086 in popluar number systems.

HEX8C6086
Decimal14096134
Binary10001100110000010000110
Octal214140206

Shades and tints

Shades of #8C6086

#8C6086
(140,96,134)
#80587A
(128,88,122)
#74506E
(116,80,110)
#684862
(104,72,98)
#5C4056
(92,64,86)
#50384A
(80,56,74)
#44303E
(68,48,62)
#382832
(56,40,50)
#2C2026
(44,32,38)
#20181A
(32,24,26)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #8C6086

#8C6086
(140,96,134)
#966E91
(150,110,145)
#A07C9C
(160,124,156)
#AA8AA7
(170,138,167)
#B498B2
(180,152,178)
#BEA6BD
(190,166,189)
#C8B4C8
(200,180,200)
#D2C2D3
(210,194,211)
#DCD0DE
(220,208,222)
#E6DEE9
(230,222,233)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6086 color. Also use rgb(140,96,134) instead hex code.

Text Font Color

.myTextColor { color: #8C6086; }

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

This text font color is #8C6086.


Background Color

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

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

This div background color is #8C6086.


Border color

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

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

This div border color is #8C6086.


Opacity

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

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

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

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

This text has shadow with #8C6086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6086 on black background.


Color preview on white background

This text has color #8C6086 on white background.



Black color preview on #8C6086 background

This text has black color on #8C6086 background.


White color preview on #8C6086 background

This text has white color on #8C6086 background.