COLOR #899A87

HEX: #899A87
RGB: (137,154,135)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

137
154
135

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

Portions of RGB colors in percentages

R + G + B =
137 + 154 + 135 = 426 (100%)
R 137 of 426 ~ 32.16%
G 154 of 426 ~ 36.15%
B 135 of 426 ~ 31.69%

%32.16
%36.15
%31.69

CMYK color model

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

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

CMYK percentages

%11.04
%0
%12.34
%39.61

Codes

Color #899A87 in popluar color models

899A87
RGB137154135
HSL114°8.60%56.67%
HSB/HSV114°12.34%60.39%
CMYK11.04%0.00%12.34%
39.61%

Color #899A87 in popluar number systems.

HEX899A87
Decimal137154135
Binary100010011001101010000111
Octal211232207

Shades and tints

Shades of #899A87

#899A87
(137,154,135)
#7D8C7B
(125,140,123)
#717E6F
(113,126,111)
#657063
(101,112,99)
#596257
(89,98,87)
#4D544B
(77,84,75)
#41463F
(65,70,63)
#353833
(53,56,51)
#292A27
(41,42,39)
#1D1C1B
(29,28,27)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #899A87

#899A87
(137,154,135)
#93A391
(147,163,145)
#9DAC9B
(157,172,155)
#A7B5A5
(167,181,165)
#B1BEAF
(177,190,175)
#BBC7B9
(187,199,185)
#C5D0C3
(197,208,195)
#CFD9CD
(207,217,205)
#D9E2D7
(217,226,215)
#E3EBE1
(227,235,225)
#EDF4EB
(237,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899A87; }

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

This text font color is #899A87.


Background Color

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

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

This div background color is #899A87.


Border color

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

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

This div border color is #899A87.


Opacity

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

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

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

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

This text has shadow with #899A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899A87 on black background.


Color preview on white background

This text has color #899A87 on white background.



Black color preview on #899A87 background

This text has black color on #899A87 background.


White color preview on #899A87 background

This text has white color on #899A87 background.