COLOR #899E89

HEX: #899E89
RGB: (137,158,137)

Color info

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

RGB color model

#899E89 color RGB value is (137,158,137).

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

RGB channels and saturation

R 137 of 255 = 54%
G 158 of 255 = 62%
B 137 of 255 = 54%

137
158
137

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

Portions of RGB colors in percentages

R + G + B =
137 + 158 + 137 = 432 (100%)
R 137 of 432 ~ 31.71%
G 158 of 432 ~ 36.57%
B 137 of 432 ~ 31.71%

%31.71
%36.57
%31.71

CMYK color model

#899E89 color CMYK value is (13,0,13,38).

  • cyan value is 13.29%
  • magenta value is 0.00%
  • yellow value is 13.29%
  • key color value is 38.04%
CMYK:
(13,0,13,38)
C13M0Y13K38 
(13%,0%,13%,38%)
(0.13/0.00/0.13/0.38)	

CMYK percentages

%13.29
%0
%13.29
%38.04

Codes

Color #899E89 in popluar color models

899E89
RGB137158137
HSL120°9.77%57.84%
HSB/HSV120°13.29%61.96%
CMYK13.29%0.00%13.29%
38.04%

Color #899E89 in popluar number systems.

HEX899E89
Decimal137158137
Binary100010011001111010001001
Octal211236211

Shades and tints

Shades of #899E89

#899E89
(137,158,137)
#7D907D
(125,144,125)
#718271
(113,130,113)
#657465
(101,116,101)
#596659
(89,102,89)
#4D584D
(77,88,77)
#414A41
(65,74,65)
#353C35
(53,60,53)
#292E29
(41,46,41)
#1D201D
(29,32,29)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #899E89

#899E89
(137,158,137)
#93A693
(147,166,147)
#9DAE9D
(157,174,157)
#A7B6A7
(167,182,167)
#B1BEB1
(177,190,177)
#BBC6BB
(187,198,187)
#C5CEC5
(197,206,197)
#CFD6CF
(207,214,207)
#D9DED9
(217,222,217)
#E3E6E3
(227,230,227)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899E89; }

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

This text font color is #899E89.


Background Color

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

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

This div background color is #899E89.


Border color

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

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

This div border color is #899E89.


Opacity

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

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

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

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

This text has shadow with #899E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899E89 on black background.


Color preview on white background

This text has color #899E89 on white background.



Black color preview on #899E89 background

This text has black color on #899E89 background.


White color preview on #899E89 background

This text has white color on #899E89 background.