COLOR #8C8D89

HEX: #8C8D89
RGB: (140,141,137)

Color info

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

RGB color model

#8C8D89 color RGB value is (140,141,137).

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

RGB channels and saturation

R 140 of 255 = 55%
G 141 of 255 = 55%
B 137 of 255 = 54%

140
141
137

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

Portions of RGB colors in percentages

R + G + B =
140 + 141 + 137 = 418 (100%)
R 140 of 418 ~ 33.49%
G 141 of 418 ~ 33.73%
B 137 of 418 ~ 32.78%

%33.49
%33.73
%32.78

CMYK color model

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

  • cyan value is 0.71%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 44.71%
CMYK:
(1,0,3,45)
C1M0Y3K45 
(1%,0%,3%,45%)
(0.01/0.00/0.03/0.45)	

CMYK percentages

%0.71
%0
%2.84
%44.71

Codes

Color #8C8D89 in popluar color models

8C8D89
RGB140141137
HSL75°1.72%54.51%
HSB/HSV75°2.84%55.29%
CMYK0.71%0.00%2.84%
44.71%

Color #8C8D89 in popluar number systems.

HEX8C8D89
Decimal140141137
Binary100011001000110110001001
Octal214215211

Shades and tints

Shades of #8C8D89

#8C8D89
(140,141,137)
#80817D
(128,129,125)
#747571
(116,117,113)
#686965
(104,105,101)
#5C5D59
(92,93,89)
#50514D
(80,81,77)
#444541
(68,69,65)
#383935
(56,57,53)
#2C2D29
(44,45,41)
#20211D
(32,33,29)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #8C8D89

#8C8D89
(140,141,137)
#969793
(150,151,147)
#A0A19D
(160,161,157)
#AAABA7
(170,171,167)
#B4B5B1
(180,181,177)
#BEBFBB
(190,191,187)
#C8C9C5
(200,201,197)
#D2D3CF
(210,211,207)
#DCDDD9
(220,221,217)
#E6E7E3
(230,231,227)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8D89; }

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

This text font color is #8C8D89.


Background Color

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

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

This div background color is #8C8D89.


Border color

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

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

This div border color is #8C8D89.


Opacity

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

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

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

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

This text has shadow with #8C8D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8D89 on black background.


Color preview on white background

This text has color #8C8D89 on white background.



Black color preview on #8C8D89 background

This text has black color on #8C8D89 background.


White color preview on #8C8D89 background

This text has white color on #8C8D89 background.