COLOR #8C819F

HEX: #8C819F
RGB: (140,129,159)

Color info

#8C819F contains red, green and blue colors in about the same proportion. Web safe color of #8C819F is #999999 (or #999).

RGB color model

#8C819F color RGB value is (140,129,159).

  • red value is 140;
  • green value is 129;
  • blue value is 159.
RGB:
(140,129,159)
(55%,51%,62%)

RGB channels and saturation

R 140 of 255 = 55%
G 129 of 255 = 51%
B 159 of 255 = 62%

140
129
159

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

Portions of RGB colors in percentages

R + G + B =
140 + 129 + 159 = 428 (100%)
R 140 of 428 ~ 32.71%
G 129 of 428 ~ 30.14%
B 159 of 428 ~ 37.15%

%32.71
%30.14
%37.15

CMYK color model

#8C819F color CMYK value is (12,19,0,38).

  • cyan value is 11.95%
  • magenta value is 18.87%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(12,19,0,38)
C12M19Y0K38 
(12%,19%,0%,38%)
(0.12/0.19/0.00/0.38)	

CMYK percentages

%11.95
%18.87
%0
%37.65

Codes

Color #8C819F in popluar color models

8C819F
RGB140129159
HSL262°13.51%56.47%
HSB/HSV262°18.87%62.35%
CMYK11.95%18.87%0.00%
37.65%

Color #8C819F in popluar number systems.

HEX8C819F
Decimal140129159
Binary100011001000000110011111
Octal214201237

Shades and tints

Shades of #8C819F

#8C819F
(140,129,159)
#807691
(128,118,145)
#746B83
(116,107,131)
#686075
(104,96,117)
#5C5567
(92,85,103)
#504A59
(80,74,89)
#443F4B
(68,63,75)
#38343D
(56,52,61)
#2C292F
(44,41,47)
#201E21
(32,30,33)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #8C819F

#8C819F
(140,129,159)
#968CA7
(150,140,167)
#A097AF
(160,151,175)
#AAA2B7
(170,162,183)
#B4ADBF
(180,173,191)
#BEB8C7
(190,184,199)
#C8C3CF
(200,195,207)
#D2CED7
(210,206,215)
#DCD9DF
(220,217,223)
#E6E4E7
(230,228,231)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C819F color. Also use rgb(140,129,159) instead hex code.

Text Font Color

.myTextColor { color: #8C819F; }

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

This text font color is #8C819F.


Background Color

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

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

This div background color is #8C819F.


Border color

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

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

This div border color is #8C819F.


Opacity

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

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

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

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

This text has shadow with #8C819F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C819F on black background.


Color preview on white background

This text has color #8C819F on white background.



Black color preview on #8C819F background

This text has black color on #8C819F background.


White color preview on #8C819F background

This text has white color on #8C819F background.