COLOR #8C888F

HEX: #8C888F
RGB: (140,136,143)

Color info

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

RGB color model

#8C888F color RGB value is (140,136,143).

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

RGB channels and saturation

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

140
136
143

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

Portions of RGB colors in percentages

R + G + B =
140 + 136 + 143 = 419 (100%)
R 140 of 419 ~ 33.41%
G 136 of 419 ~ 32.46%
B 143 of 419 ~ 34.13%

%33.41
%32.46
%34.13

CMYK color model

#8C888F color CMYK value is (2,5,0,44).

  • cyan value is 2.10%
  • magenta value is 4.90%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(2,5,0,44)
C2M5Y0K44 
(2%,5%,0%,44%)
(0.02/0.05/0.00/0.44)	

CMYK percentages

%2.1
%4.9
%0
%43.92

Codes

Color #8C888F in popluar color models

8C888F
RGB140136143
HSL274°3.03%54.71%
HSB/HSV274°4.90%56.08%
CMYK2.10%4.90%0.00%
43.92%

Color #8C888F in popluar number systems.

HEX8C888F
Decimal140136143
Binary100011001000100010001111
Octal214210217

Shades and tints

Shades of #8C888F

#8C888F
(140,136,143)
#807C82
(128,124,130)
#747075
(116,112,117)
#686468
(104,100,104)
#5C585B
(92,88,91)
#504C4E
(80,76,78)
#444041
(68,64,65)
#383434
(56,52,52)
#2C2827
(44,40,39)
#201C1A
(32,28,26)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #8C888F

#8C888F
(140,136,143)
#969299
(150,146,153)
#A09CA3
(160,156,163)
#AAA6AD
(170,166,173)
#B4B0B7
(180,176,183)
#BEBAC1
(190,186,193)
#C8C4CB
(200,196,203)
#D2CED5
(210,206,213)
#DCD8DF
(220,216,223)
#E6E2E9
(230,226,233)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C888F; }

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

This text font color is #8C888F.


Background Color

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

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

This div background color is #8C888F.


Border color

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

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

This div border color is #8C888F.


Opacity

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

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

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

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

This text has shadow with #8C888F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C888F on black background.


Color preview on white background

This text has color #8C888F on white background.



Black color preview on #8C888F background

This text has black color on #8C888F background.


White color preview on #8C888F background

This text has white color on #8C888F background.