COLOR #898D8F

HEX: #898D8F RGB: (137,141,143)

Color info

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

RGB color model

#898D8F color RGB value is (137,141,143).

RGB: (137,141,143) (54%, 55%, 56%)

RGB channels and saturation

R 137 of 255 = 54%
G 141 of 255 = 55%
B 143 of 255 = 56%

137
141
143

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

Portions of RGB colors in percentages

R + G + B = 137 + 141 + 143 = 421 (100%)
R 137 of 421 ~ 32.54%
G 141 of 421 ~ 33.49%
B 143 of 421 ~ 33.97'%

%32.54
%33.49
%33.97

CMYK color model

#898D8F color CMYK value is (4,1,0,44).

  • cyan value is 4.20%
  • magenta value is 1.40%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (4,1,0,44) C4M1Y0K44 (4%,1%,0%,44%) (0.04/0.01/0.00/0.44) 

CMYK percentages

%4.2
%1.4
%0
%43.92

Codes

Color #898D8F in popluar color models

89 8D 8F
RGB 137 141 143
HSL 200° 2.61% 54.90%
HSB/HSV 200° 4.20% 56.08%
CMYK 4.20% 1.40% 0.00%
43.92%

Color #898D8F in popluar number systems.

HEX 89 8D 8F
Decimal 137 141 143
Binary 10001001 10001101 10001111
Octal 211 215 217

Shades and tints

Shades of #898D8F

#898D8F
(137,141,143)
#7D8182
(125,129,130)
#717575
(113,117,117)
#656968
(101,105,104)
#595D5B
(89,93,91)
#4D514E
(77,81,78)
#414541
(65,69,65)
#353934
(53,57,52)
#292D27
(41,45,39)
#1D211A
(29,33,26)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #898D8F

#898D8F
(137,141,143)
#939799
(147,151,153)
#9DA1A3
(157,161,163)
#A7ABAD
(167,171,173)
#B1B5B7
(177,181,183)
#BBBFC1
(187,191,193)
#C5C9CB
(197,201,203)
#CFD3D5
(207,211,213)
#D9DDDF
(217,221,223)
#E3E7E9
(227,231,233)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898D8F color. Also use rgb(137,141,143) instead hex code.

Text Font Color

.myTextColor { color: #898D8F; }

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

This text font color is #898D8F.

Background Color

.myBgColor { background-color: #898D8F; }

<div style="background-color:#898D8F">Inner text</div>

This div background color is #898D8F.

Border color

.myBorderColor { border: 1px solid #898D8F; }

<div style="border:3px solid #898D8F">Div</div>

This div border color is #898D8F.

Opacity

.myOpacity80 { color: #898D8F; opacity: 0.8; }

<p style="color:#898D8F;opacity:0.8;">80%</p>

Text with #898D8F 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 #898D8F;}

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

This text has shadow with #898D8F color.


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

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

This text has shadow with #898D8F primary color and red secondary color.


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

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

This text has shadow with #898D8F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #898D8F.

Preview

Color preview on black background

This text has color #898D8F on black background.


Color preview on white background

This text has color #898D8F on white background.


Black color preview on #898D8F background

This text has black color on #898D8F background.


White color preview on #898D8F background

This text has white color on #898D8F background.


Related colors

Complementary color

Complementary color for #hex is #767270.


I love getcolorcode.com

Triadic colors

1 #8F898D and #8D8F89 with #898D8F are triadic colors.

2 #8F8D89 and #8D898F with #898D8F are triadic colors.