COLOR #8C888A

HEX: #8C888A
RGB: (140,136,138)

Color info

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

RGB color model

#8C888A color RGB value is (140,136,138).

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

RGB channels and saturation

R 140 of 255 = 55%
G 136 of 255 = 53%
B 138 of 255 = 54%

140
136
138

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

Portions of RGB colors in percentages

R + G + B =
140 + 136 + 138 = 414 (100%)
R 140 of 414 ~ 33.82%
G 136 of 414 ~ 32.85%
B 138 of 414 ~ 33.33%

%33.82
%32.85
%33.33

CMYK color model

#8C888A color CMYK value is (0,3,1,45).

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 1.43%
  • key color value is 45.10%
CMYK:
(0,3,1,45)
C0M3Y1K45 
(0%,3%,1%,45%)
(0.00/0.03/0.01/0.45)	

CMYK percentages

%0
%2.86
%1.43
%45.1

Codes

Color #8C888A in popluar color models

8C888A
RGB140136138
HSL330°1.71%54.12%
HSB/HSV330°2.86%54.90%
CMYK0.00%2.86%1.43%
45.10%

Color #8C888A in popluar number systems.

HEX8C888A
Decimal140136138
Binary100011001000100010001010
Octal214210212

Shades and tints

Shades of #8C888A

#8C888A
(140,136,138)
#807C7E
(128,124,126)
#747072
(116,112,114)
#686466
(104,100,102)
#5C585A
(92,88,90)
#504C4E
(80,76,78)
#444042
(68,64,66)
#383436
(56,52,54)
#2C282A
(44,40,42)
#201C1E
(32,28,30)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #8C888A

#8C888A
(140,136,138)
#969294
(150,146,148)
#A09C9E
(160,156,158)
#AAA6A8
(170,166,168)
#B4B0B2
(180,176,178)
#BEBABC
(190,186,188)
#C8C4C6
(200,196,198)
#D2CED0
(210,206,208)
#DCD8DA
(220,216,218)
#E6E2E4
(230,226,228)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C888A; }

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

This text font color is #8C888A.


Background Color

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

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

This div background color is #8C888A.


Border color

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

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

This div border color is #8C888A.


Opacity

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

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

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

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

This text has shadow with #8C888A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C888A on black background.


Color preview on white background

This text has color #8C888A on white background.



Black color preview on #8C888A background

This text has black color on #8C888A background.


White color preview on #8C888A background

This text has white color on #8C888A background.