COLOR #8C6B90

HEX: #8C6B90
RGB: (140,107,144)

Color info

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

RGB color model

#8C6B90 color RGB value is (140,107,144).

  • red value is 140;
  • green value is 107;
  • blue value is 144.
RGB:
(140,107,144)
(55%,42%,56%)

RGB channels and saturation

R 140 of 255 = 55%
G 107 of 255 = 42%
B 144 of 255 = 56%

140
107
144

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

Portions of RGB colors in percentages

R + G + B =
140 + 107 + 144 = 391 (100%)
R 140 of 391 ~ 35.81%
G 107 of 391 ~ 27.37%
B 144 of 391 ~ 36.83%

%35.81
%27.37
%36.83

CMYK color model

#8C6B90 color CMYK value is (3,26,0,44).

  • cyan value is 2.78%
  • magenta value is 25.69%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(3,26,0,44)
C3M26Y0K44 
(3%,26%,0%,44%)
(0.03/0.26/0.00/0.44)	

CMYK percentages

%2.78
%25.69
%0
%43.53

Codes

Color #8C6B90 in popluar color models

8C6B90
RGB140107144
HSL294°14.74%49.22%
HSB/HSV294°25.69%56.47%
CMYK2.78%25.69%0.00%
43.53%

Color #8C6B90 in popluar number systems.

HEX8C6B90
Decimal140107144
Binary10001100110101110010000
Octal214153220

Shades and tints

Shades of #8C6B90

#8C6B90
(140,107,144)
#806283
(128,98,131)
#745976
(116,89,118)
#685069
(104,80,105)
#5C475C
(92,71,92)
#503E4F
(80,62,79)
#443542
(68,53,66)
#382C35
(56,44,53)
#2C2328
(44,35,40)
#201A1B
(32,26,27)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #8C6B90

#8C6B90
(140,107,144)
#96789A
(150,120,154)
#A085A4
(160,133,164)
#AA92AE
(170,146,174)
#B49FB8
(180,159,184)
#BEACC2
(190,172,194)
#C8B9CC
(200,185,204)
#D2C6D6
(210,198,214)
#DCD3E0
(220,211,224)
#E6E0EA
(230,224,234)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6B90; }

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

This text font color is #8C6B90.


Background Color

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

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

This div background color is #8C6B90.


Border color

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

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

This div border color is #8C6B90.


Opacity

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

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

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

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

This text has shadow with #8C6B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6B90 on black background.


Color preview on white background

This text has color #8C6B90 on white background.



Black color preview on #8C6B90 background

This text has black color on #8C6B90 background.


White color preview on #8C6B90 background

This text has white color on #8C6B90 background.