COLOR #898C8F

HEX: #898C8F
RGB: (137,140,143)

Color info

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

RGB color model

#898C8F color RGB value is (137,140,143).

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

RGB channels and saturation

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

137
140
143

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

Portions of RGB colors in percentages

R + G + B =
137 + 140 + 143 = 420 (100%)
R 137 of 420 ~ 32.62%
G 140 of 420 ~ 33.33%
B 143 of 420 ~ 34.05%

%32.62
%33.33
%34.05

CMYK color model

#898C8F color CMYK value is (4,2,0,44).

  • cyan value is 4.20%
  • magenta value is 2.10%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(4,2,0,44)
C4M2Y0K44 
(4%,2%,0%,44%)
(0.04/0.02/0.00/0.44)	

CMYK percentages

%4.2
%2.1
%0
%43.92

Codes

Color #898C8F in popluar color models

898C8F
RGB137140143
HSL210°2.61%54.90%
HSB/HSV210°4.20%56.08%
CMYK4.20%2.10%0.00%
43.92%

Color #898C8F in popluar number systems.

HEX898C8F
Decimal137140143
Binary100010011000110010001111
Octal211214217

Shades and tints

Shades of #898C8F

#898C8F
(137,140,143)
#7D8082
(125,128,130)
#717475
(113,116,117)
#656868
(101,104,104)
#595C5B
(89,92,91)
#4D504E
(77,80,78)
#414441
(65,68,65)
#353834
(53,56,52)
#292C27
(41,44,39)
#1D201A
(29,32,26)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #898C8F

#898C8F
(137,140,143)
#939699
(147,150,153)
#9DA0A3
(157,160,163)
#A7AAAD
(167,170,173)
#B1B4B7
(177,180,183)
#BBBEC1
(187,190,193)
#C5C8CB
(197,200,203)
#CFD2D5
(207,210,213)
#D9DCDF
(217,220,223)
#E3E6E9
(227,230,233)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898C8F; }

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

This text font color is #898C8F.


Background Color

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

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

This div background color is #898C8F.


Border color

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

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

This div border color is #898C8F.


Opacity

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

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

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

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

This text has shadow with #898C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898C8F on black background.


Color preview on white background

This text has color #898C8F on white background.



Black color preview on #898C8F background

This text has black color on #898C8F background.


White color preview on #898C8F background

This text has white color on #898C8F background.