COLOR #8C879D

HEX: #8C879D
RGB: (140,135,157)

Color info

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

RGB color model

#8C879D color RGB value is (140,135,157).

  • red value is 140;
  • green value is 135;
  • blue value is 157.
RGB:
(140,135,157)
(55%,53%,62%)

RGB channels and saturation

R 140 of 255 = 55%
G 135 of 255 = 53%
B 157 of 255 = 62%

140
135
157

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

Portions of RGB colors in percentages

R + G + B =
140 + 135 + 157 = 432 (100%)
R 140 of 432 ~ 32.41%
G 135 of 432 ~ 31.25%
B 157 of 432 ~ 36.34%

%32.41
%31.25
%36.34

CMYK color model

#8C879D color CMYK value is (11,14,0,38).

  • cyan value is 10.83%
  • magenta value is 14.01%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(11,14,0,38)
C11M14Y0K38 
(11%,14%,0%,38%)
(0.11/0.14/0.00/0.38)	

CMYK percentages

%10.83
%14.01
%0
%38.43

Codes

Color #8C879D in popluar color models

8C879D
RGB140135157
HSL254°10.09%57.25%
HSB/HSV254°14.01%61.57%
CMYK10.83%14.01%0.00%
38.43%

Color #8C879D in popluar number systems.

HEX8C879D
Decimal140135157
Binary100011001000011110011101
Octal214207235

Shades and tints

Shades of #8C879D

#8C879D
(140,135,157)
#807B8F
(128,123,143)
#746F81
(116,111,129)
#686373
(104,99,115)
#5C5765
(92,87,101)
#504B57
(80,75,87)
#443F49
(68,63,73)
#38333B
(56,51,59)
#2C272D
(44,39,45)
#201B1F
(32,27,31)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #8C879D

#8C879D
(140,135,157)
#9691A5
(150,145,165)
#A09BAD
(160,155,173)
#AAA5B5
(170,165,181)
#B4AFBD
(180,175,189)
#BEB9C5
(190,185,197)
#C8C3CD
(200,195,205)
#D2CDD5
(210,205,213)
#DCD7DD
(220,215,221)
#E6E1E5
(230,225,229)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C879D color. Also use rgb(140,135,157) instead hex code.

Text Font Color

.myTextColor { color: #8C879D; }

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

This text font color is #8C879D.


Background Color

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

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

This div background color is #8C879D.


Border color

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

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

This div border color is #8C879D.


Opacity

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

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

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

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

This text has shadow with #8C879D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C879D on black background.


Color preview on white background

This text has color #8C879D on white background.



Black color preview on #8C879D background

This text has black color on #8C879D background.


White color preview on #8C879D background

This text has white color on #8C879D background.