COLOR #898496

HEX: #898496
RGB: (137,132,150)

Color info

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

RGB color model

#898496 color RGB value is (137,132,150).

  • red value is 137;
  • green value is 132;
  • blue value is 150.
RGB:
(137,132,150)
(54%,52%,59%)

RGB channels and saturation

R 137 of 255 = 54%
G 132 of 255 = 52%
B 150 of 255 = 59%

137
132
150

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

Portions of RGB colors in percentages

R + G + B =
137 + 132 + 150 = 419 (100%)
R 137 of 419 ~ 32.7%
G 132 of 419 ~ 31.5%
B 150 of 419 ~ 35.8%

%32.7
%31.5
%35.8

CMYK color model

#898496 color CMYK value is (9,12,0,41).

  • cyan value is 8.67%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(9,12,0,41)
C9M12Y0K41 
(9%,12%,0%,41%)
(0.09/0.12/0.00/0.41)	

CMYK percentages

%8.67
%12
%0
%41.18

Codes

Color #898496 in popluar color models

898496
RGB137132150
HSL257°7.89%55.29%
HSB/HSV257°12.00%58.82%
CMYK8.67%12.00%0.00%
41.18%

Color #898496 in popluar number systems.

HEX898496
Decimal137132150
Binary100010011000010010010110
Octal211204226

Shades and tints

Shades of #898496

#898496
(137,132,150)
#7D7889
(125,120,137)
#716C7C
(113,108,124)
#65606F
(101,96,111)
#595462
(89,84,98)
#4D4855
(77,72,85)
#413C48
(65,60,72)
#35303B
(53,48,59)
#29242E
(41,36,46)
#1D1821
(29,24,33)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #898496

#898496
(137,132,150)
#938F9F
(147,143,159)
#9D9AA8
(157,154,168)
#A7A5B1
(167,165,177)
#B1B0BA
(177,176,186)
#BBBBC3
(187,187,195)
#C5C6CC
(197,198,204)
#CFD1D5
(207,209,213)
#D9DCDE
(217,220,222)
#E3E7E7
(227,231,231)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898496 color. Also use rgb(137,132,150) instead hex code.

Text Font Color

.myTextColor { color: #898496; }

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

This text font color is #898496.


Background Color

.myBgColor { background-color: #898496; }

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

This div background color is #898496.


Border color

.myBorderColor { border: 1px solid #898496; }

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

This div border color is #898496.


Opacity

.myOpacity80 { color: #898496; opacity: 0.8; }

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

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

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

This text has shadow with #898496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898496 on black background.


Color preview on white background

This text has color #898496 on white background.



Black color preview on #898496 background

This text has black color on #898496 background.


White color preview on #898496 background

This text has white color on #898496 background.