COLOR #8C8D9E

HEX: #8C8D9E
RGB: (140,141,158)

Color info

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

RGB color model

#8C8D9E color RGB value is (140,141,158).

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

RGB channels and saturation

R 140 of 255 = 55%
G 141 of 255 = 55%
B 158 of 255 = 62%

140
141
158

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

Portions of RGB colors in percentages

R + G + B =
140 + 141 + 158 = 439 (100%)
R 140 of 439 ~ 31.89%
G 141 of 439 ~ 32.12%
B 158 of 439 ~ 35.99%

%31.89
%32.12
%35.99

CMYK color model

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

  • cyan value is 11.39%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(11,11,0,38)
C11M11Y0K38 
(11%,11%,0%,38%)
(0.11/0.11/0.00/0.38)	

CMYK percentages

%11.39
%10.76
%0
%38.04

Codes

Color #8C8D9E in popluar color models

8C8D9E
RGB140141158
HSL237°8.49%58.43%
HSB/HSV237°11.39%61.96%
CMYK11.39%10.76%0.00%
38.04%

Color #8C8D9E in popluar number systems.

HEX8C8D9E
Decimal140141158
Binary100011001000110110011110
Octal214215236

Shades and tints

Shades of #8C8D9E

#8C8D9E
(140,141,158)
#808190
(128,129,144)
#747582
(116,117,130)
#686974
(104,105,116)
#5C5D66
(92,93,102)
#505158
(80,81,88)
#44454A
(68,69,74)
#38393C
(56,57,60)
#2C2D2E
(44,45,46)
#202120
(32,33,32)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #8C8D9E

#8C8D9E
(140,141,158)
#9697A6
(150,151,166)
#A0A1AE
(160,161,174)
#AAABB6
(170,171,182)
#B4B5BE
(180,181,190)
#BEBFC6
(190,191,198)
#C8C9CE
(200,201,206)
#D2D3D6
(210,211,214)
#DCDDDE
(220,221,222)
#E6E7E6
(230,231,230)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8D9E; }

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

This text font color is #8C8D9E.


Background Color

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

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

This div background color is #8C8D9E.


Border color

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

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

This div border color is #8C8D9E.


Opacity

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

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

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

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

This text has shadow with #8C8D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8D9E on black background.


Color preview on white background

This text has color #8C8D9E on white background.



Black color preview on #8C8D9E background

This text has black color on #8C8D9E background.


White color preview on #8C8D9E background

This text has white color on #8C8D9E background.