COLOR #8C6B84

HEX: #8C6B84 RGB: (140,107,132)

Color info

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

RGB color model

#8C6B84 color RGB value is (140,107,132).

RGB: (140,107,132) (55%, 42%, 52%)

RGB channels and saturation

R 140 of 255 = 55%
G 107 of 255 = 42%
B 132 of 255 = 52%

140
107
132

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

Portions of RGB colors in percentages

R + G + B = 140 + 107 + 132 = 379 (100%)
R 140 of 379 ~ 36.94%
G 107 of 379 ~ 28.23%
B 132 of 379 ~ 34.83'%

%36.94
%28.23
%34.83

CMYK color model

#8C6B84 color CMYK value is (0,24,6,45).

  • cyan value is 0.00%
  • magenta value is 23.57%
  • yellow value is 5.71%
  • key color value is 45.10%

CMYK: (0,24,6,45)
C0M24Y6K45 (0%, 24%, 6%, 45%)
(0.00 / 0.24 / 0.06 / 0.45)

CMYK percentages

%0
%23.57
%5.71
%45.1

Codes

Color #8C6B84 in popluar color models

8C 6B 84
RGB 140 107 132
HSL 315° 13.36% 48.43%
HSB/HSV 315° 23.57% 54.90%
CMYK 0.00% 23.57% 5.71%
45.10%

Color #8C6B84 in popluar number systems.

HEX 8C 6B 84
Decimal 140 107 132
Binary 10001100 1101011 10000100
Octal 214 153 204

Shades and tints

Shades of #8C6B84

#8C6B84
(140,107,132)
#806278
(128,98,120)
#74596C
(116,89,108)
#685060
(104,80,96)
#5C4754
(92,71,84)
#503E48
(80,62,72)
#44353C
(68,53,60)
#382C30
(56,44,48)
#2C2324
(44,35,36)
#201A18
(32,26,24)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #8C6B84

#8C6B84
(140,107,132)
#96788F
(150,120,143)
#A0859A
(160,133,154)
#AA92A5
(170,146,165)
#B49FB0
(180,159,176)
#BEACBB
(190,172,187)
#C8B9C6
(200,185,198)
#D2C6D1
(210,198,209)
#DCD3DC
(220,211,220)
#E6E0E7
(230,224,231)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6B84; }

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

This text font color is #8C6B84.

Background Color

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

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

This div background color is #8C6B84.

Border color

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

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

This div border color is #8C6B84.

Opacity

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

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

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

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

This text has shadow with #8C6B84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C6B84.

Preview

Color preview on black background

This text has color #8C6B84 on black background.


Color preview on white background

This text has color #8C6B84 on white background.


Black color preview on #8C6B84 background

This text has black color on #8C6B84 background.


White color preview on #8C6B84 background

This text has white color on #8C6B84 background.


Related colors

Complementary color

Complementary color for #hex is #73947B.


I love getcolorcode.com

Triadic colors

1 #848C6B and #6B848C with #8C6B84 are triadic colors.

2 #846B8C and #6B8C84 with #8C6B84 are triadic colors.