COLOR #8C898D

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

Color info

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

RGB color model

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

RGB: (140,137,141) (55%, 54%, 55%)

RGB channels and saturation

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

140
137
141

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

Portions of RGB colors in percentages

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

%33.49
%32.78
%33.73

CMYK color model

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

  • cyan value is 0.71%
  • magenta value is 2.84%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (1,3,0,45)
C1M3Y0K45 (1%, 3%, 0%, 45%)
(0.01 / 0.03 / 0.00 / 0.45)

CMYK percentages

%0.71
%2.84
%0
%44.71

Codes

Color #8C898D in popluar color models

8C 89 8D
RGB 140 137 141
HSL 285° 1.72% 54.51%
HSB/HSV 285° 2.84% 55.29%
CMYK 0.71% 2.84% 0.00%
44.71%

Color #8C898D in popluar number systems.

HEX 8C 89 8D
Decimal 140 137 141
Binary 10001100 10001001 10001101
Octal 214 211 215

Shades and tints

Shades of #8C898D

#8C898D
(140,137,141)
#807D81
(128,125,129)
#747175
(116,113,117)
#686569
(104,101,105)
#5C595D
(92,89,93)
#504D51
(80,77,81)
#444145
(68,65,69)
#383539
(56,53,57)
#2C292D
(44,41,45)
#201D21
(32,29,33)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #8C898D

#8C898D
(140,137,141)
#969397
(150,147,151)
#A09DA1
(160,157,161)
#AAA7AB
(170,167,171)
#B4B1B5
(180,177,181)
#BEBBBF
(190,187,191)
#C8C5C9
(200,197,201)
#D2CFD3
(210,207,211)
#DCD9DD
(220,217,221)
#E6E3E7
(230,227,231)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C898D; }

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

This text font color is #8C898D.

Background Color

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

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

This div background color is #8C898D.

Border color

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

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

This div border color is #8C898D.

Opacity

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

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

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

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

This text has shadow with #8C898D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C898D.

Preview

Color preview on black background

This text has color #8C898D on black background.


Color preview on white background

This text has color #8C898D on white background.


Black color preview on #8C898D background

This text has black color on #8C898D background.


White color preview on #8C898D background

This text has white color on #8C898D background.


Related colors

Complementary color

Complementary color for #hex is #737672.


I love getcolorcode.com

Triadic colors

1 #8D8C89 and #898D8C with #8C898D are triadic colors.

2 #8D898C and #898C8D with #8C898D are triadic colors.