COLOR #899E7E

HEX: #899E7E
RGB: (137,158,126)

Color info

#899E7E contains red, green and blue colors in about the same proportion. Web safe color of #899E7E is #999966 (or #996).

RGB color model

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

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

RGB channels and saturation

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

137
158
126

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

Portions of RGB colors in percentages

R + G + B =
137 + 158 + 126 = 421 (100%)
R 137 of 421 ~ 32.54%
G 158 of 421 ~ 37.53%
B 126 of 421 ~ 29.93%

%32.54
%37.53
%29.93

CMYK color model

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

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

CMYK percentages

%13.29
%0
%20.25
%38.04

Codes

Color #899E7E in popluar color models

899E7E
RGB137158126
HSL99°14.16%55.69%
HSB/HSV99°20.25%61.96%
CMYK13.29%0.00%20.25%
38.04%

Color #899E7E in popluar number systems.

HEX899E7E
Decimal137158126
Binary10001001100111101111110
Octal211236176

Shades and tints

Shades of #899E7E

#899E7E
(137,158,126)
#7D9073
(125,144,115)
#718268
(113,130,104)
#65745D
(101,116,93)
#596652
(89,102,82)
#4D5847
(77,88,71)
#414A3C
(65,74,60)
#353C31
(53,60,49)
#292E26
(41,46,38)
#1D201B
(29,32,27)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #899E7E

#899E7E
(137,158,126)
#93A689
(147,166,137)
#9DAE94
(157,174,148)
#A7B69F
(167,182,159)
#B1BEAA
(177,190,170)
#BBC6B5
(187,198,181)
#C5CEC0
(197,206,192)
#CFD6CB
(207,214,203)
#D9DED6
(217,222,214)
#E3E6E1
(227,230,225)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899E7E; }

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

This text font color is #899E7E.


Background Color

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

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

This div background color is #899E7E.


Border color

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

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

This div border color is #899E7E.


Opacity

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

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

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

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

This text has shadow with #899E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899E7E on black background.


Color preview on white background

This text has color #899E7E on white background.



Black color preview on #899E7E background

This text has black color on #899E7E background.


White color preview on #899E7E background

This text has white color on #899E7E background.