COLOR #8C888E

HEX: #8C888E
RGB: (140,136,142)

Color info

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

RGB color model

#8C888E color RGB value is (140,136,142).

  • red value is 140;
  • green value is 136;
  • blue value is 142.
RGB:
(140,136,142)
(55%,53%,56%)

RGB channels and saturation

R 140 of 255 = 55%
G 136 of 255 = 53%
B 142 of 255 = 56%

140
136
142

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

Portions of RGB colors in percentages

R + G + B =
140 + 136 + 142 = 418 (100%)
R 140 of 418 ~ 33.49%
G 136 of 418 ~ 32.54%
B 142 of 418 ~ 33.97%

%33.49
%32.54
%33.97

CMYK color model

#8C888E color CMYK value is (1,4,0,44).

  • cyan value is 1.41%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(1,4,0,44)
C1M4Y0K44 
(1%,4%,0%,44%)
(0.01/0.04/0.00/0.44)	

CMYK percentages

%1.41
%4.23
%0
%44.31

Codes

Color #8C888E in popluar color models

8C888E
RGB140136142
HSL280°2.59%54.51%
HSB/HSV280°4.23%55.69%
CMYK1.41%4.23%0.00%
44.31%

Color #8C888E in popluar number systems.

HEX8C888E
Decimal140136142
Binary100011001000100010001110
Octal214210216

Shades and tints

Shades of #8C888E

#8C888E
(140,136,142)
#807C82
(128,124,130)
#747076
(116,112,118)
#68646A
(104,100,106)
#5C585E
(92,88,94)
#504C52
(80,76,82)
#444046
(68,64,70)
#38343A
(56,52,58)
#2C282E
(44,40,46)
#201C22
(32,28,34)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #8C888E

#8C888E
(140,136,142)
#969298
(150,146,152)
#A09CA2
(160,156,162)
#AAA6AC
(170,166,172)
#B4B0B6
(180,176,182)
#BEBAC0
(190,186,192)
#C8C4CA
(200,196,202)
#D2CED4
(210,206,212)
#DCD8DE
(220,216,222)
#E6E2E8
(230,226,232)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C888E color. Also use rgb(140,136,142) instead hex code.

Text Font Color

.myTextColor { color: #8C888E; }

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

This text font color is #8C888E.


Background Color

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

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

This div background color is #8C888E.


Border color

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

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

This div border color is #8C888E.


Opacity

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

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

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

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

This text has shadow with #8C888E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C888E on black background.


Color preview on white background

This text has color #8C888E on white background.



Black color preview on #8C888E background

This text has black color on #8C888E background.


White color preview on #8C888E background

This text has white color on #8C888E background.