COLOR #8C6D86

HEX: #8C6D86
RGB: (140,109,134)

Color info

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

RGB color model

#8C6D86 color RGB value is (140,109,134).

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

RGB channels and saturation

R 140 of 255 = 55%
G 109 of 255 = 43%
B 134 of 255 = 53%

140
109
134

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

Portions of RGB colors in percentages

R + G + B =
140 + 109 + 134 = 383 (100%)
R 140 of 383 ~ 36.55%
G 109 of 383 ~ 28.46%
B 134 of 383 ~ 34.99%

%36.55
%28.46
%34.99

CMYK color model

#8C6D86 color CMYK value is (0,22,4,45).

  • cyan value is 0.00%
  • magenta value is 22.14%
  • yellow value is 4.29%
  • key color value is 45.10%
CMYK:
(0,22,4,45)
C0M22Y4K45 
(0%,22%,4%,45%)
(0.00/0.22/0.04/0.45)	

CMYK percentages

%0
%22.14
%4.29
%45.1

Codes

Color #8C6D86 in popluar color models

8C6D86
RGB140109134
HSL312°12.45%48.82%
HSB/HSV312°22.14%54.90%
CMYK0.00%22.14%4.29%
45.10%

Color #8C6D86 in popluar number systems.

HEX8C6D86
Decimal140109134
Binary10001100110110110000110
Octal214155206

Shades and tints

Shades of #8C6D86

#8C6D86
(140,109,134)
#80647A
(128,100,122)
#745B6E
(116,91,110)
#685262
(104,82,98)
#5C4956
(92,73,86)
#50404A
(80,64,74)
#44373E
(68,55,62)
#382E32
(56,46,50)
#2C2526
(44,37,38)
#201C1A
(32,28,26)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #8C6D86

#8C6D86
(140,109,134)
#967A91
(150,122,145)
#A0879C
(160,135,156)
#AA94A7
(170,148,167)
#B4A1B2
(180,161,178)
#BEAEBD
(190,174,189)
#C8BBC8
(200,187,200)
#D2C8D3
(210,200,211)
#DCD5DE
(220,213,222)
#E6E2E9
(230,226,233)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6D86; }

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

This text font color is #8C6D86.


Background Color

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

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

This div background color is #8C6D86.


Border color

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

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

This div border color is #8C6D86.


Opacity

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

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

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

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

This text has shadow with #8C6D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6D86 on black background.


Color preview on white background

This text has color #8C6D86 on white background.



Black color preview on #8C6D86 background

This text has black color on #8C6D86 background.


White color preview on #8C6D86 background

This text has white color on #8C6D86 background.