COLOR #8D898C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

141
137
140

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

Portions of RGB colors in percentages

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

%33.73
%32.78
%33.49

CMYK color model

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

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

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

CMYK percentages

%0
%2.84
%0.71
%44.71

Codes

Color #8D898C in popluar color models

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

Color #8D898C in popluar number systems.

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

Shades and tints

Shades of #8D898C

#8D898C
(141,137,140)
#817D80
(129,125,128)
#757174
(117,113,116)
#696568
(105,101,104)
#5D595C
(93,89,92)
#514D50
(81,77,80)
#454144
(69,65,68)
#393538
(57,53,56)
#2D292C
(45,41,44)
#211D20
(33,29,32)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #8D898C

#8D898C
(141,137,140)
#979396
(151,147,150)
#A19DA0
(161,157,160)
#ABA7AA
(171,167,170)
#B5B1B4
(181,177,180)
#BFBBBE
(191,187,190)
#C9C5C8
(201,197,200)
#D3CFD2
(211,207,210)
#DDD9DC
(221,217,220)
#E7E3E6
(231,227,230)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D898C; }

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

This text font color is #8D898C.

Background Color

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

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

This div background color is #8D898C.

Border color

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

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

This div border color is #8D898C.

Opacity

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

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

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

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

This text has shadow with #8D898C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D898C.

Preview

Color preview on black background

This text has color #8D898C on black background.


Color preview on white background

This text has color #8D898C on white background.


Black color preview on #8D898C background

This text has black color on #8D898C background.


White color preview on #8D898C background

This text has white color on #8D898C background.


Related colors

Complementary color

Complementary color for #hex is #727673.


I love getcolorcode.com

Triadic colors

1 #8C8D89 and #898C8D with #8D898C are triadic colors.

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