COLOR #899A89

HEX: #899A89
RGB: (137,154,137)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

137
154
137

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

Portions of RGB colors in percentages

R + G + B =
137 + 154 + 137 = 428 (100%)
R 137 of 428 ~ 32.01%
G 154 of 428 ~ 35.98%
B 137 of 428 ~ 32.01%

%32.01
%35.98
%32.01

CMYK color model

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

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

CMYK percentages

%11.04
%0
%11.04
%39.61

Codes

Color #899A89 in popluar color models

899A89
RGB137154137
HSL120°7.76%57.06%
HSB/HSV120°11.04%60.39%
CMYK11.04%0.00%11.04%
39.61%

Color #899A89 in popluar number systems.

HEX899A89
Decimal137154137
Binary100010011001101010001001
Octal211232211

Shades and tints

Shades of #899A89

#899A89
(137,154,137)
#7D8C7D
(125,140,125)
#717E71
(113,126,113)
#657065
(101,112,101)
#596259
(89,98,89)
#4D544D
(77,84,77)
#414641
(65,70,65)
#353835
(53,56,53)
#292A29
(41,42,41)
#1D1C1D
(29,28,29)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #899A89

#899A89
(137,154,137)
#93A393
(147,163,147)
#9DAC9D
(157,172,157)
#A7B5A7
(167,181,167)
#B1BEB1
(177,190,177)
#BBC7BB
(187,199,187)
#C5D0C5
(197,208,197)
#CFD9CF
(207,217,207)
#D9E2D9
(217,226,217)
#E3EBE3
(227,235,227)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899A89; }

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

This text font color is #899A89.


Background Color

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

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

This div background color is #899A89.


Border color

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

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

This div border color is #899A89.


Opacity

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

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

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

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

This text has shadow with #899A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899A89 on black background.


Color preview on white background

This text has color #899A89 on white background.



Black color preview on #899A89 background

This text has black color on #899A89 background.


White color preview on #899A89 background

This text has white color on #899A89 background.