COLOR #899A96

HEX: #899A96
RGB: (137,154,150)

Color info

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

RGB color model

#899A96 color RGB value is (137,154,150).

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

RGB channels and saturation

R 137 of 255 = 54%
G 154 of 255 = 60%
B 150 of 255 = 59%

137
154
150

R + G + B ~ 58%. #899A96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 154 + 150 = 441 (100%)
R 137 of 441 ~ 31.07%
G 154 of 441 ~ 34.92%
B 150 of 441 ~ 34.01%

%31.07
%34.92
%34.01

CMYK color model

#899A96 color CMYK value is (11,0,3,40).

  • cyan value is 11.04%
  • magenta value is 0.00%
  • yellow value is 2.60%
  • key color value is 39.61%
CMYK:
(11,0,3,40)
C11M0Y3K40 
(11%,0%,3%,40%)
(0.11/0.00/0.03/0.40)	

CMYK percentages

%11.04
%0
%2.6
%39.61

Codes

Color #899A96 in popluar color models

899A96
RGB137154150
HSL166°7.76%57.06%
HSB/HSV166°11.04%60.39%
CMYK11.04%0.00%2.60%
39.61%

Color #899A96 in popluar number systems.

HEX899A96
Decimal137154150
Binary100010011001101010010110
Octal211232226

Shades and tints

Shades of #899A96

#899A96
(137,154,150)
#7D8C89
(125,140,137)
#717E7C
(113,126,124)
#65706F
(101,112,111)
#596262
(89,98,98)
#4D5455
(77,84,85)
#414648
(65,70,72)
#35383B
(53,56,59)
#292A2E
(41,42,46)
#1D1C21
(29,28,33)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #899A96

#899A96
(137,154,150)
#93A39F
(147,163,159)
#9DACA8
(157,172,168)
#A7B5B1
(167,181,177)
#B1BEBA
(177,190,186)
#BBC7C3
(187,199,195)
#C5D0CC
(197,208,204)
#CFD9D5
(207,217,213)
#D9E2DE
(217,226,222)
#E3EBE7
(227,235,231)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899A96; }

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

This text font color is #899A96.


Background Color

.myBgColor { background-color: #899A96; }

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

This div background color is #899A96.


Border color

.myBorderColor { border: 1px solid #899A96; }

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

This div border color is #899A96.


Opacity

.myOpacity80 { color: #899A96; opacity: 0.8; }

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

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

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

This text has shadow with #899A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899A96 on black background.


Color preview on white background

This text has color #899A96 on white background.



Black color preview on #899A96 background

This text has black color on #899A96 background.


White color preview on #899A96 background

This text has white color on #899A96 background.