COLOR #899E85

HEX: #899E85 RGB: (137,158,133)

Color info

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

RGB color model

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

RGB: (137,158,133) (54%, 62%, 52%)

RGB channels and saturation

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

137
158
133

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

Portions of RGB colors in percentages

R + G + B = 137 + 158 + 133 = 428 (100%)
R 137 of 428 ~ 32.01%
G 158 of 428 ~ 36.92%
B 133 of 428 ~ 31.07'%

%32.01
%36.92
%31.07

CMYK color model

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

  • cyan value is 13.29%
  • magenta value is 0.00%
  • yellow value is 15.82%
  • key color value is 38.04%

CMYK: (13,0,16,38)
C13M0Y16K38 (13%, 0%, 16%, 38%)
(0.13 / 0.00 / 0.16 / 0.38)

CMYK percentages

%13.29
%0
%15.82
%38.04

Codes

Color #899E85 in popluar color models

89 9E 85
RGB 137 158 133
HSL 110° 11.42% 57.06%
HSB/HSV 110° 15.82% 61.96%
CMYK 13.29% 0.00% 15.82%
38.04%

Color #899E85 in popluar number systems.

HEX 89 9E 85
Decimal 137 158 133
Binary 10001001 10011110 10000101
Octal 211 236 205

Shades and tints

Shades of #899E85

#899E85
(137,158,133)
#7D9079
(125,144,121)
#71826D
(113,130,109)
#657461
(101,116,97)
#596655
(89,102,85)
#4D5849
(77,88,73)
#414A3D
(65,74,61)
#353C31
(53,60,49)
#292E25
(41,46,37)
#1D2019
(29,32,25)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #899E85

#899E85
(137,158,133)
#93A690
(147,166,144)
#9DAE9B
(157,174,155)
#A7B6A6
(167,182,166)
#B1BEB1
(177,190,177)
#BBC6BC
(187,198,188)
#C5CEC7
(197,206,199)
#CFD6D2
(207,214,210)
#D9DEDD
(217,222,221)
#E3E6E8
(227,230,232)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899E85; }

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

This text font color is #899E85.

Background Color

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

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

This div background color is #899E85.

Border color

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

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

This div border color is #899E85.

Opacity

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

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

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

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

This text has shadow with #899E85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #899E85.

Preview

Color preview on black background

This text has color #899E85 on black background.


Color preview on white background

This text has color #899E85 on white background.


Black color preview on #899E85 background

This text has black color on #899E85 background.


White color preview on #899E85 background

This text has white color on #899E85 background.


Related colors

Complementary color

Complementary color for #hex is #76617A.


I love getcolorcode.com

Triadic colors

1 #85899E and #9E8589 with #899E85 are triadic colors.

2 #859E89 and #9E8985 with #899E85 are triadic colors.