COLOR #898D8E

HEX: #898D8E
RGB: (137,141,142)

Color info

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

RGB color model

#898D8E color RGB value is (137,141,142).

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

RGB channels and saturation

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

137
141
142

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

Portions of RGB colors in percentages

R + G + B =
137 + 141 + 142 = 420 (100%)
R 137 of 420 ~ 32.62%
G 141 of 420 ~ 33.57%
B 142 of 420 ~ 33.81%

%32.62
%33.57
%33.81

CMYK color model

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

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

CMYK percentages

%3.52
%0.7
%0
%44.31

Codes

Color #898D8E in popluar color models

898D8E
RGB137141142
HSL192°2.16%54.71%
HSB/HSV192°3.52%55.69%
CMYK3.52%0.70%0.00%
44.31%

Color #898D8E in popluar number systems.

HEX898D8E
Decimal137141142
Binary100010011000110110001110
Octal211215216

Shades and tints

Shades of #898D8E

#898D8E
(137,141,142)
#7D8182
(125,129,130)
#717576
(113,117,118)
#65696A
(101,105,106)
#595D5E
(89,93,94)
#4D5152
(77,81,82)
#414546
(65,69,70)
#35393A
(53,57,58)
#292D2E
(41,45,46)
#1D2122
(29,33,34)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #898D8E

#898D8E
(137,141,142)
#939798
(147,151,152)
#9DA1A2
(157,161,162)
#A7ABAC
(167,171,172)
#B1B5B6
(177,181,182)
#BBBFC0
(187,191,192)
#C5C9CA
(197,201,202)
#CFD3D4
(207,211,212)
#D9DDDE
(217,221,222)
#E3E7E8
(227,231,232)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898D8E; }

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

This text font color is #898D8E.


Background Color

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

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

This div background color is #898D8E.


Border color

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

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

This div border color is #898D8E.


Opacity

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

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

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

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

This text has shadow with #898D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898D8E on black background.


Color preview on white background

This text has color #898D8E on white background.



Black color preview on #898D8E background

This text has black color on #898D8E background.


White color preview on #898D8E background

This text has white color on #898D8E background.