COLOR #898495

HEX: #898495
RGB: (137,132,149)

Color info

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

RGB color model

#898495 color RGB value is (137,132,149).

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

RGB channels and saturation

R 137 of 255 = 54%
G 132 of 255 = 52%
B 149 of 255 = 58%

137
132
149

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

Portions of RGB colors in percentages

R + G + B =
137 + 132 + 149 = 418 (100%)
R 137 of 418 ~ 32.78%
G 132 of 418 ~ 31.58%
B 149 of 418 ~ 35.65%

%32.78
%31.58
%35.65

CMYK color model

#898495 color CMYK value is (8,11,0,42).

  • cyan value is 8.05%
  • magenta value is 11.41%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(8,11,0,42)
C8M11Y0K42 
(8%,11%,0%,42%)
(0.08/0.11/0.00/0.42)	

CMYK percentages

%8.05
%11.41
%0
%41.57

Codes

Color #898495 in popluar color models

898495
RGB137132149
HSL258°7.42%55.10%
HSB/HSV258°11.41%58.43%
CMYK8.05%11.41%0.00%
41.57%

Color #898495 in popluar number systems.

HEX898495
Decimal137132149
Binary100010011000010010010101
Octal211204225

Shades and tints

Shades of #898495

#898495
(137,132,149)
#7D7888
(125,120,136)
#716C7B
(113,108,123)
#65606E
(101,96,110)
#595461
(89,84,97)
#4D4854
(77,72,84)
#413C47
(65,60,71)
#35303A
(53,48,58)
#29242D
(41,36,45)
#1D1820
(29,24,32)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #898495

#898495
(137,132,149)
#938F9E
(147,143,158)
#9D9AA7
(157,154,167)
#A7A5B0
(167,165,176)
#B1B0B9
(177,176,185)
#BBBBC2
(187,187,194)
#C5C6CB
(197,198,203)
#CFD1D4
(207,209,212)
#D9DCDD
(217,220,221)
#E3E7E6
(227,231,230)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898495; }

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

This text font color is #898495.


Background Color

.myBgColor { background-color: #898495; }

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

This div background color is #898495.


Border color

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

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

This div border color is #898495.


Opacity

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

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

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

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

This text has shadow with #898495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898495 on black background.


Color preview on white background

This text has color #898495 on white background.



Black color preview on #898495 background

This text has black color on #898495 background.


White color preview on #898495 background

This text has white color on #898495 background.