COLOR #8C7EA6

HEX: #8C7EA6 RGB: (140,126,166)

Color info

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

RGB color model

#8C7EA6 color RGB value is (140,126,166).

RGB: (140,126,166) (55%, 49%, 65%)

RGB channels and saturation

R 140 of 255 = 55%
G 126 of 255 = 49%
B 166 of 255 = 65%

140
126
166

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

Portions of RGB colors in percentages

R + G + B = 140 + 126 + 166 = 432 (100%)
R 140 of 432 ~ 32.41%
G 126 of 432 ~ 29.17%
B 166 of 432 ~ 38.43'%

%32.41
%29.17
%38.43

CMYK color model

#8C7EA6 color CMYK value is (16,24,0,35).

  • cyan value is 15.66%
  • magenta value is 24.10%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (16,24,0,35)
C16M24Y0K35 (16%, 24%, 0%, 35%)
(0.16 / 0.24 / 0.00 / 0.35)

CMYK percentages

%15.66
%24.1
%0
%34.9

Codes

Color #8C7EA6 in popluar color models

8C 7E A6
RGB 140 126 166
HSL 261° 18.35% 57.25%
HSB/HSV 261° 24.10% 65.10%
CMYK 15.66% 24.10% 0.00%
34.90%

Color #8C7EA6 in popluar number systems.

HEX 8C 7E A6
Decimal 140 126 166
Binary 10001100 1111110 10100110
Octal 214 176 246

Shades and tints

Shades of #8C7EA6

#8C7EA6
(140,126,166)
#807397
(128,115,151)
#746888
(116,104,136)
#685D79
(104,93,121)
#5C526A
(92,82,106)
#50475B
(80,71,91)
#443C4C
(68,60,76)
#38313D
(56,49,61)
#2C262E
(44,38,46)
#201B1F
(32,27,31)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #8C7EA6

#8C7EA6
(140,126,166)
#9689AE
(150,137,174)
#A094B6
(160,148,182)
#AA9FBE
(170,159,190)
#B4AAC6
(180,170,198)
#BEB5CE
(190,181,206)
#C8C0D6
(200,192,214)
#D2CBDE
(210,203,222)
#DCD6E6
(220,214,230)
#E6E1EE
(230,225,238)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7EA6 color. Also use rgb(140,126,166) instead hex code.

Text Font Color

.myTextColor { color: #8C7EA6; }

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

This text font color is #8C7EA6.

Background Color

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

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

This div background color is #8C7EA6.

Border color

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

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

This div border color is #8C7EA6.

Opacity

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

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

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

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

This text has shadow with #8C7EA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7EA6.

Preview

Color preview on black background

This text has color #8C7EA6 on black background.


Color preview on white background

This text has color #8C7EA6 on white background.


Black color preview on #8C7EA6 background

This text has black color on #8C7EA6 background.


White color preview on #8C7EA6 background

This text has white color on #8C7EA6 background.


Related colors

Complementary color

Complementary color for #hex is #738159.


I love getcolorcode.com

Triadic colors

1 #A68C7E and #7EA68C with #8C7EA6 are triadic colors.

2 #A67E8C and #7E8CA6 with #8C7EA6 are triadic colors.