COLOR #898C9A

HEX: #898C9A
RGB: (137,140,154)

Color info

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

RGB color model

#898C9A color RGB value is (137,140,154).

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

RGB channels and saturation

R 137 of 255 = 54%
G 140 of 255 = 55%
B 154 of 255 = 60%

137
140
154

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

Portions of RGB colors in percentages

R + G + B =
137 + 140 + 154 = 431 (100%)
R 137 of 431 ~ 31.79%
G 140 of 431 ~ 32.48%
B 154 of 431 ~ 35.73%

%31.79
%32.48
%35.73

CMYK color model

#898C9A color CMYK value is (11,9,0,40).

  • cyan value is 11.04%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(11,9,0,40)
C11M9Y0K40 
(11%,9%,0%,40%)
(0.11/0.09/0.00/0.40)	

CMYK percentages

%11.04
%9.09
%0
%39.61

Codes

Color #898C9A in popluar color models

898C9A
RGB137140154
HSL229°7.76%57.06%
HSB/HSV229°11.04%60.39%
CMYK11.04%9.09%0.00%
39.61%

Color #898C9A in popluar number systems.

HEX898C9A
Decimal137140154
Binary100010011000110010011010
Octal211214232

Shades and tints

Shades of #898C9A

#898C9A
(137,140,154)
#7D808C
(125,128,140)
#71747E
(113,116,126)
#656870
(101,104,112)
#595C62
(89,92,98)
#4D5054
(77,80,84)
#414446
(65,68,70)
#353838
(53,56,56)
#292C2A
(41,44,42)
#1D201C
(29,32,28)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #898C9A

#898C9A
(137,140,154)
#9396A3
(147,150,163)
#9DA0AC
(157,160,172)
#A7AAB5
(167,170,181)
#B1B4BE
(177,180,190)
#BBBEC7
(187,190,199)
#C5C8D0
(197,200,208)
#CFD2D9
(207,210,217)
#D9DCE2
(217,220,226)
#E3E6EB
(227,230,235)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898C9A; }

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

This text font color is #898C9A.


Background Color

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

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

This div background color is #898C9A.


Border color

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

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

This div border color is #898C9A.


Opacity

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

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

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

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

This text has shadow with #898C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898C9A on black background.


Color preview on white background

This text has color #898C9A on white background.



Black color preview on #898C9A background

This text has black color on #898C9A background.


White color preview on #898C9A background

This text has white color on #898C9A background.