COLOR #898E8F

HEX: #898E8F RGB: (137,142,143)

Color info

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

RGB color model

#898E8F color RGB value is (137,142,143).

RGB: (137,142,143) (54%, 56%, 56%)

RGB channels and saturation

R 137 of 255 = 54%
G 142 of 255 = 56%
B 143 of 255 = 56%

137
142
143

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

Portions of RGB colors in percentages

R + G + B = 137 + 142 + 143 = 422 (100%)
R 137 of 422 ~ 32.46%
G 142 of 422 ~ 33.65%
B 143 of 422 ~ 33.89'%

%32.46
%33.65
%33.89

CMYK color model

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

  • cyan value is 4.20%
  • magenta value is 0.70%
  • 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
%0.7
%0
%43.92

Codes

Color #898E8F in popluar color models

89 8E 8F
RGB 137 142 143
HSL 190° 2.61% 54.90%
HSB/HSV 190° 4.20% 56.08%
CMYK 4.20% 0.70% 0.00%
43.92%

Color #898E8F in popluar number systems.

HEX 89 8E 8F
Decimal 137 142 143
Binary 10001001 10001110 10001111
Octal 211 216 217

Shades and tints

Shades of #898E8F

#898E8F
(137,142,143)
#7D8282
(125,130,130)
#717675
(113,118,117)
#656A68
(101,106,104)
#595E5B
(89,94,91)
#4D524E
(77,82,78)
#414641
(65,70,65)
#353A34
(53,58,52)
#292E27
(41,46,39)
#1D221A
(29,34,26)
#11160D
(17,22,13)
#000000
(0,0,0)

Tints of #898E8F

#898E8F
(137,142,143)
#939899
(147,152,153)
#9DA2A3
(157,162,163)
#A7ACAD
(167,172,173)
#B1B6B7
(177,182,183)
#BBC0C1
(187,192,193)
#C5CACB
(197,202,203)
#CFD4D5
(207,212,213)
#D9DEDF
(217,222,223)
#E3E8E9
(227,232,233)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898E8F; }

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

This text font color is #898E8F.

Background Color

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

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

This div background color is #898E8F.

Border color

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

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

This div border color is #898E8F.

Opacity

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

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

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

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

This text has shadow with #898E8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898E8F.

Preview

Color preview on black background

This text has color #898E8F on black background.


Color preview on white background

This text has color #898E8F on white background.


Black color preview on #898E8F background

This text has black color on #898E8F background.


White color preview on #898E8F background

This text has white color on #898E8F background.


Related colors

Complementary color

Complementary color for #hex is #767170.


I love getcolorcode.com

Triadic colors

1 #8F898E and #8E8F89 with #898E8F are triadic colors.

2 #8F8E89 and #8E898F with #898E8F are triadic colors.