COLOR #898A8E

HEX: #898A8E
RGB: (137,138,142)

Color info

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

RGB color model

#898A8E color RGB value is (137,138,142).

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

RGB channels and saturation

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

137
138
142

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

Portions of RGB colors in percentages

R + G + B =
137 + 138 + 142 = 417 (100%)
R 137 of 417 ~ 32.85%
G 138 of 417 ~ 33.09%
B 142 of 417 ~ 34.05%

%32.85
%33.09
%34.05

CMYK color model

#898A8E color CMYK value is (4,3,0,44).

  • cyan value is 3.52%
  • magenta value is 2.82%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(4,3,0,44)
C4M3Y0K44 
(4%,3%,0%,44%)
(0.04/0.03/0.00/0.44)	

CMYK percentages

%3.52
%2.82
%0
%44.31

Codes

Color #898A8E in popluar color models

898A8E
RGB137138142
HSL228°2.16%54.71%
HSB/HSV228°3.52%55.69%
CMYK3.52%2.82%0.00%
44.31%

Color #898A8E in popluar number systems.

HEX898A8E
Decimal137138142
Binary100010011000101010001110
Octal211212216

Shades and tints

Shades of #898A8E

#898A8E
(137,138,142)
#7D7E82
(125,126,130)
#717276
(113,114,118)
#65666A
(101,102,106)
#595A5E
(89,90,94)
#4D4E52
(77,78,82)
#414246
(65,66,70)
#35363A
(53,54,58)
#292A2E
(41,42,46)
#1D1E22
(29,30,34)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #898A8E

#898A8E
(137,138,142)
#939498
(147,148,152)
#9D9EA2
(157,158,162)
#A7A8AC
(167,168,172)
#B1B2B6
(177,178,182)
#BBBCC0
(187,188,192)
#C5C6CA
(197,198,202)
#CFD0D4
(207,208,212)
#D9DADE
(217,218,222)
#E3E4E8
(227,228,232)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898A8E; }

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

This text font color is #898A8E.


Background Color

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

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

This div background color is #898A8E.


Border color

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

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

This div border color is #898A8E.


Opacity

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

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

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

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

This text has shadow with #898A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898A8E on black background.


Color preview on white background

This text has color #898A8E on white background.



Black color preview on #898A8E background

This text has black color on #898A8E background.


White color preview on #898A8E background

This text has white color on #898A8E background.