COLOR #8C6F86

HEX: #8C6F86
RGB: (140,111,134)

Color info

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

RGB color model

#8C6F86 color RGB value is (140,111,134).

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

RGB channels and saturation

R 140 of 255 = 55%
G 111 of 255 = 44%
B 134 of 255 = 53%

140
111
134

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

Portions of RGB colors in percentages

R + G + B =
140 + 111 + 134 = 385 (100%)
R 140 of 385 ~ 36.36%
G 111 of 385 ~ 28.83%
B 134 of 385 ~ 34.81%

%36.36
%28.83
%34.81

CMYK color model

#8C6F86 color CMYK value is (0,21,4,45).

  • cyan value is 0.00%
  • magenta value is 20.71%
  • yellow value is 4.29%
  • key color value is 45.10%
CMYK:
(0,21,4,45)
C0M21Y4K45 
(0%,21%,4%,45%)
(0.00/0.21/0.04/0.45)	

CMYK percentages

%0
%20.71
%4.29
%45.1

Codes

Color #8C6F86 in popluar color models

8C6F86
RGB140111134
HSL312°11.55%49.22%
HSB/HSV312°20.71%54.90%
CMYK0.00%20.71%4.29%
45.10%

Color #8C6F86 in popluar number systems.

HEX8C6F86
Decimal140111134
Binary10001100110111110000110
Octal214157206

Shades and tints

Shades of #8C6F86

#8C6F86
(140,111,134)
#80657A
(128,101,122)
#745B6E
(116,91,110)
#685162
(104,81,98)
#5C4756
(92,71,86)
#503D4A
(80,61,74)
#44333E
(68,51,62)
#382932
(56,41,50)
#2C1F26
(44,31,38)
#20151A
(32,21,26)
#140B0E
(20,11,14)
#000000
(0,0,0)

Tints of #8C6F86

#8C6F86
(140,111,134)
#967C91
(150,124,145)
#A0899C
(160,137,156)
#AA96A7
(170,150,167)
#B4A3B2
(180,163,178)
#BEB0BD
(190,176,189)
#C8BDC8
(200,189,200)
#D2CAD3
(210,202,211)
#DCD7DE
(220,215,222)
#E6E4E9
(230,228,233)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6F86; }

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

This text font color is #8C6F86.


Background Color

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

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

This div background color is #8C6F86.


Border color

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

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

This div border color is #8C6F86.


Opacity

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

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

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

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

This text has shadow with #8C6F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6F86 on black background.


Color preview on white background

This text has color #8C6F86 on white background.



Black color preview on #8C6F86 background

This text has black color on #8C6F86 background.


White color preview on #8C6F86 background

This text has white color on #8C6F86 background.