COLOR #899496

HEX: #899496
RGB: (137,148,150)

Color info

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

RGB color model

#899496 color RGB value is (137,148,150).

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

RGB channels and saturation

R 137 of 255 = 54%
G 148 of 255 = 58%
B 150 of 255 = 59%

137
148
150

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

Portions of RGB colors in percentages

R + G + B =
137 + 148 + 150 = 435 (100%)
R 137 of 435 ~ 31.49%
G 148 of 435 ~ 34.02%
B 150 of 435 ~ 34.48%

%31.49
%34.02
%34.48

CMYK color model

#899496 color CMYK value is (9,1,0,41).

  • cyan value is 8.67%
  • magenta value is 1.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(9,1,0,41)
C9M1Y0K41 
(9%,1%,0%,41%)
(0.09/0.01/0.00/0.41)	

CMYK percentages

%8.67
%1.33
%0
%41.18

Codes

Color #899496 in popluar color models

899496
RGB137148150
HSL189°5.83%56.27%
HSB/HSV189°8.67%58.82%
CMYK8.67%1.33%0.00%
41.18%

Color #899496 in popluar number systems.

HEX899496
Decimal137148150
Binary100010011001010010010110
Octal211224226

Shades and tints

Shades of #899496

#899496
(137,148,150)
#7D8789
(125,135,137)
#717A7C
(113,122,124)
#656D6F
(101,109,111)
#596062
(89,96,98)
#4D5355
(77,83,85)
#414648
(65,70,72)
#35393B
(53,57,59)
#292C2E
(41,44,46)
#1D1F21
(29,31,33)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #899496

#899496
(137,148,150)
#939D9F
(147,157,159)
#9DA6A8
(157,166,168)
#A7AFB1
(167,175,177)
#B1B8BA
(177,184,186)
#BBC1C3
(187,193,195)
#C5CACC
(197,202,204)
#CFD3D5
(207,211,213)
#D9DCDE
(217,220,222)
#E3E5E7
(227,229,231)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899496; }

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

This text font color is #899496.


Background Color

.myBgColor { background-color: #899496; }

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

This div background color is #899496.


Border color

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

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

This div border color is #899496.


Opacity

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

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

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

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

This text has shadow with #899496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899496 on black background.


Color preview on white background

This text has color #899496 on white background.



Black color preview on #899496 background

This text has black color on #899496 background.


White color preview on #899496 background

This text has white color on #899496 background.