COLOR #898F8E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

137
143
142

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

Portions of RGB colors in percentages

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

%32.46
%33.89
%33.65

CMYK color model

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

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

CMYK percentages

%4.2
%0
%0.7
%43.92

Codes

Color #898F8E in popluar color models

898F8E
RGB137143142
HSL170°2.61%54.90%
HSB/HSV170°4.20%56.08%
CMYK4.20%0.00%0.70%
43.92%

Color #898F8E in popluar number systems.

HEX898F8E
Decimal137143142
Binary100010011000111110001110
Octal211217216

Shades and tints

Shades of #898F8E

#898F8E
(137,143,142)
#7D8282
(125,130,130)
#717576
(113,117,118)
#65686A
(101,104,106)
#595B5E
(89,91,94)
#4D4E52
(77,78,82)
#414146
(65,65,70)
#35343A
(53,52,58)
#29272E
(41,39,46)
#1D1A22
(29,26,34)
#110D16
(17,13,22)
#000000
(0,0,0)

Tints of #898F8E

#898F8E
(137,143,142)
#939998
(147,153,152)
#9DA3A2
(157,163,162)
#A7ADAC
(167,173,172)
#B1B7B6
(177,183,182)
#BBC1C0
(187,193,192)
#C5CBCA
(197,203,202)
#CFD5D4
(207,213,212)
#D9DFDE
(217,223,222)
#E3E9E8
(227,233,232)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898F8E; }

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

This text font color is #898F8E.


Background Color

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

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

This div background color is #898F8E.


Border color

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

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

This div border color is #898F8E.


Opacity

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

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

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

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

This text has shadow with #898F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898F8E on black background.


Color preview on white background

This text has color #898F8E on white background.



Black color preview on #898F8E background

This text has black color on #898F8E background.


White color preview on #898F8E background

This text has white color on #898F8E background.