COLOR #8C7B8D

HEX: #8C7B8D
RGB: (140,123,141)

Color info

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

RGB color model

#8C7B8D color RGB value is (140,123,141).

  • red value is 140;
  • green value is 123;
  • blue value is 141.
RGB:
(140,123,141)
(55%,48%,55%)

RGB channels and saturation

R 140 of 255 = 55%
G 123 of 255 = 48%
B 141 of 255 = 55%

140
123
141

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

Portions of RGB colors in percentages

R + G + B =
140 + 123 + 141 = 404 (100%)
R 140 of 404 ~ 34.65%
G 123 of 404 ~ 30.45%
B 141 of 404 ~ 34.9%

%34.65
%30.45
%34.9

CMYK color model

#8C7B8D color CMYK value is (1,13,0,45).

  • cyan value is 0.71%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(1,13,0,45)
C1M13Y0K45 
(1%,13%,0%,45%)
(0.01/0.13/0.00/0.45)	

CMYK percentages

%0.71
%12.77
%0
%44.71

Codes

Color #8C7B8D in popluar color models

8C7B8D
RGB140123141
HSL297°7.32%51.76%
HSB/HSV297°12.77%55.29%
CMYK0.71%12.77%0.00%
44.71%

Color #8C7B8D in popluar number systems.

HEX8C7B8D
Decimal140123141
Binary10001100111101110001101
Octal214173215

Shades and tints

Shades of #8C7B8D

#8C7B8D
(140,123,141)
#807081
(128,112,129)
#746575
(116,101,117)
#685A69
(104,90,105)
#5C4F5D
(92,79,93)
#504451
(80,68,81)
#443945
(68,57,69)
#382E39
(56,46,57)
#2C232D
(44,35,45)
#201821
(32,24,33)
#140D15
(20,13,21)
#000000
(0,0,0)

Tints of #8C7B8D

#8C7B8D
(140,123,141)
#968797
(150,135,151)
#A093A1
(160,147,161)
#AA9FAB
(170,159,171)
#B4ABB5
(180,171,181)
#BEB7BF
(190,183,191)
#C8C3C9
(200,195,201)
#D2CFD3
(210,207,211)
#DCDBDD
(220,219,221)
#E6E7E7
(230,231,231)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7B8D color. Also use rgb(140,123,141) instead hex code.

Text Font Color

.myTextColor { color: #8C7B8D; }

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

This text font color is #8C7B8D.


Background Color

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

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

This div background color is #8C7B8D.


Border color

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

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

This div border color is #8C7B8D.


Opacity

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

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

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

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

This text has shadow with #8C7B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7B8D on black background.


Color preview on white background

This text has color #8C7B8D on white background.



Black color preview on #8C7B8D background

This text has black color on #8C7B8D background.


White color preview on #8C7B8D background

This text has white color on #8C7B8D background.