COLOR #8C7CAC

HEX: #8C7CAC RGB: (140,124,172)

Color info

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

RGB color model

#8C7CAC color RGB value is (140,124,172).

RGB: (140,124,172) (55%, 49%, 67%)

RGB channels and saturation

R 140 of 255 = 55%
G 124 of 255 = 49%
B 172 of 255 = 67%

140
124
172

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

Portions of RGB colors in percentages

R + G + B = 140 + 124 + 172 = 436 (100%)
R 140 of 436 ~ 32.11%
G 124 of 436 ~ 28.44%
B 172 of 436 ~ 39.45'%

%32.11
%28.44
%39.45

CMYK color model

#8C7CAC color CMYK value is (19,28,0,33).

  • cyan value is 18.60%
  • magenta value is 27.91%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (19,28,0,33) C19M28Y0K33 (19%,28%,0%,33%) (0.19/0.28/0.00/0.33) 

CMYK percentages

%18.6
%27.91
%0
%32.55

Codes

Color #8C7CAC in popluar color models

8C 7C AC
RGB 140 124 172
HSL 260° 22.43% 58.04%
HSB/HSV 260° 27.91% 67.45%
CMYK 18.60% 27.91% 0.00%
32.55%

Color #8C7CAC in popluar number systems.

HEX 8C 7C AC
Decimal 140 124 172
Binary 10001100 1111100 10101100
Octal 214 174 254

Shades and tints

Shades of #8C7CAC

#8C7CAC
(140,124,172)
#80719D
(128,113,157)
#74668E
(116,102,142)
#685B7F
(104,91,127)
#5C5070
(92,80,112)
#504561
(80,69,97)
#443A52
(68,58,82)
#382F43
(56,47,67)
#2C2434
(44,36,52)
#201925
(32,25,37)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #8C7CAC

#8C7CAC
(140,124,172)
#9687B3
(150,135,179)
#A092BA
(160,146,186)
#AA9DC1
(170,157,193)
#B4A8C8
(180,168,200)
#BEB3CF
(190,179,207)
#C8BED6
(200,190,214)
#D2C9DD
(210,201,221)
#DCD4E4
(220,212,228)
#E6DFEB
(230,223,235)
#F0EAF2
(240,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7CAC color. Also use rgb(140,124,172) instead hex code.

Text Font Color

.myTextColor { color: #8C7CAC; }

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

This text font color is #8C7CAC.

Background Color

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

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

This div background color is #8C7CAC.

Border color

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

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

This div border color is #8C7CAC.

Opacity

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

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

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

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

This text has shadow with #8C7CAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7CAC.

Preview

Color preview on black background

This text has color #8C7CAC on black background.


Color preview on white background

This text has color #8C7CAC on white background.


Black color preview on #8C7CAC background

This text has black color on #8C7CAC background.


White color preview on #8C7CAC background

This text has white color on #8C7CAC background.


Related colors

Complementary color

Complementary color for #hex is #738353.


I love getcolorcode.com

Triadic colors

1 #AC8C7C and #7CAC8C with #8C7CAC are triadic colors.

2 #AC7C8C and #7C8CAC with #8C7CAC are triadic colors.