COLOR #898696

HEX: #898696
RGB: (137,134,150)

Color info

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

RGB color model

#898696 color RGB value is (137,134,150).

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

RGB channels and saturation

R 137 of 255 = 54%
G 134 of 255 = 53%
B 150 of 255 = 59%

137
134
150

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

Portions of RGB colors in percentages

R + G + B =
137 + 134 + 150 = 421 (100%)
R 137 of 421 ~ 32.54%
G 134 of 421 ~ 31.83%
B 150 of 421 ~ 35.63%

%32.54
%31.83
%35.63

CMYK color model

#898696 color CMYK value is (9,11,0,41).

  • cyan value is 8.67%
  • magenta value is 10.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(9,11,0,41)
C9M11Y0K41 
(9%,11%,0%,41%)
(0.09/0.11/0.00/0.41)	

CMYK percentages

%8.67
%10.67
%0
%41.18

Codes

Color #898696 in popluar color models

898696
RGB137134150
HSL251°7.08%55.69%
HSB/HSV251°10.67%58.82%
CMYK8.67%10.67%0.00%
41.18%

Color #898696 in popluar number systems.

HEX898696
Decimal137134150
Binary100010011000011010010110
Octal211206226

Shades and tints

Shades of #898696

#898696
(137,134,150)
#7D7A89
(125,122,137)
#716E7C
(113,110,124)
#65626F
(101,98,111)
#595662
(89,86,98)
#4D4A55
(77,74,85)
#413E48
(65,62,72)
#35323B
(53,50,59)
#29262E
(41,38,46)
#1D1A21
(29,26,33)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #898696

#898696
(137,134,150)
#93919F
(147,145,159)
#9D9CA8
(157,156,168)
#A7A7B1
(167,167,177)
#B1B2BA
(177,178,186)
#BBBDC3
(187,189,195)
#C5C8CC
(197,200,204)
#CFD3D5
(207,211,213)
#D9DEDE
(217,222,222)
#E3E9E7
(227,233,231)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898696; }

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

This text font color is #898696.


Background Color

.myBgColor { background-color: #898696; }

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

This div background color is #898696.


Border color

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

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

This div border color is #898696.


Opacity

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

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

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

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

This text has shadow with #898696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898696 on black background.


Color preview on white background

This text has color #898696 on white background.



Black color preview on #898696 background

This text has black color on #898696 background.


White color preview on #898696 background

This text has white color on #898696 background.