COLOR #8C7CA3

HEX: #8C7CA3
RGB: (140,124,163)

Color info

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

RGB color model

#8C7CA3 color RGB value is (140,124,163).

  • red value is 140;
  • green value is 124;
  • blue value is 163.
RGB:
(140,124,163)
(55%,49%,64%)

RGB channels and saturation

R 140 of 255 = 55%
G 124 of 255 = 49%
B 163 of 255 = 64%

140
124
163

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

Portions of RGB colors in percentages

R + G + B =
140 + 124 + 163 = 427 (100%)
R 140 of 427 ~ 32.79%
G 124 of 427 ~ 29.04%
B 163 of 427 ~ 38.17%

%32.79
%29.04
%38.17

CMYK color model

#8C7CA3 color CMYK value is (14,24,0,36).

  • cyan value is 14.11%
  • magenta value is 23.93%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(14,24,0,36)
C14M24Y0K36 
(14%,24%,0%,36%)
(0.14/0.24/0.00/0.36)	

CMYK percentages

%14.11
%23.93
%0
%36.08

Codes

Color #8C7CA3 in popluar color models

8C7CA3
RGB140124163
HSL265°17.49%56.27%
HSB/HSV265°23.93%63.92%
CMYK14.11%23.93%0.00%
36.08%

Color #8C7CA3 in popluar number systems.

HEX8C7CA3
Decimal140124163
Binary10001100111110010100011
Octal214174243

Shades and tints

Shades of #8C7CA3

#8C7CA3
(140,124,163)
#807195
(128,113,149)
#746687
(116,102,135)
#685B79
(104,91,121)
#5C506B
(92,80,107)
#50455D
(80,69,93)
#443A4F
(68,58,79)
#382F41
(56,47,65)
#2C2433
(44,36,51)
#201925
(32,25,37)
#140E17
(20,14,23)
#000000
(0,0,0)

Tints of #8C7CA3

#8C7CA3
(140,124,163)
#9687AB
(150,135,171)
#A092B3
(160,146,179)
#AA9DBB
(170,157,187)
#B4A8C3
(180,168,195)
#BEB3CB
(190,179,203)
#C8BED3
(200,190,211)
#D2C9DB
(210,201,219)
#DCD4E3
(220,212,227)
#E6DFEB
(230,223,235)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7CA3; }

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

This text font color is #8C7CA3.


Background Color

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

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

This div background color is #8C7CA3.


Border color

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

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

This div border color is #8C7CA3.


Opacity

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

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

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

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

This text has shadow with #8C7CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7CA3 on black background.


Color preview on white background

This text has color #8C7CA3 on white background.



Black color preview on #8C7CA3 background

This text has black color on #8C7CA3 background.


White color preview on #8C7CA3 background

This text has white color on #8C7CA3 background.