COLOR #89A57E

HEX: #89A57E
RGB: (137,165,126)

Color info

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

RGB color model

#89A57E color RGB value is (137,165,126).

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

RGB channels and saturation

R 137 of 255 = 54%
G 165 of 255 = 65%
B 126 of 255 = 49%

137
165
126

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

Portions of RGB colors in percentages

R + G + B =
137 + 165 + 126 = 428 (100%)
R 137 of 428 ~ 32.01%
G 165 of 428 ~ 38.55%
B 126 of 428 ~ 29.44%

%32.01
%38.55
%29.44

CMYK color model

#89A57E color CMYK value is (17,0,24,35).

  • cyan value is 16.97%
  • magenta value is 0.00%
  • yellow value is 23.64%
  • key color value is 35.29%
CMYK:
(17,0,24,35)
C17M0Y24K35 
(17%,0%,24%,35%)
(0.17/0.00/0.24/0.35)	

CMYK percentages

%16.97
%0
%23.64
%35.29

Codes

Color #89A57E in popluar color models

89A57E
RGB137165126
HSL103°17.81%57.06%
HSB/HSV103°23.64%64.71%
CMYK16.97%0.00%23.64%
35.29%

Color #89A57E in popluar number systems.

HEX89A57E
Decimal137165126
Binary10001001101001011111110
Octal211245176

Shades and tints

Shades of #89A57E

#89A57E
(137,165,126)
#7D9673
(125,150,115)
#718768
(113,135,104)
#65785D
(101,120,93)
#596952
(89,105,82)
#4D5A47
(77,90,71)
#414B3C
(65,75,60)
#353C31
(53,60,49)
#292D26
(41,45,38)
#1D1E1B
(29,30,27)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #89A57E

#89A57E
(137,165,126)
#93AD89
(147,173,137)
#9DB594
(157,181,148)
#A7BD9F
(167,189,159)
#B1C5AA
(177,197,170)
#BBCDB5
(187,205,181)
#C5D5C0
(197,213,192)
#CFDDCB
(207,221,203)
#D9E5D6
(217,229,214)
#E3EDE1
(227,237,225)
#EDF5EC
(237,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A57E color. Also use rgb(137,165,126) instead hex code.

Text Font Color

.myTextColor { color: #89A57E; }

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

This text font color is #89A57E.


Background Color

.myBgColor { background-color: #89A57E; }

<div style="background-color:#89A57E">Inner text</div>

This div background color is #89A57E.


Border color

.myBorderColor { border: 1px solid #89A57E; }

<div style="border:3px solid #89A57E">Div</div>

This div border color is #89A57E.


Opacity

.myOpacity80 { color: #89A57E; opacity: 0.8; }

<p style="color:#89A57E;opacity:0.8;">80%</p>

Text with #89A57E 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 #89A57E;}

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

This text has shadow with #89A57E color.

.textShadow {text-shadow: 3px 3px 1px #89A57E, 3px 3px 1px red;}

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

This text has shadow with #89A57E primary color and red secondary color.


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

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

This text has shadow with #89A57E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A57E on black background.


Color preview on white background

This text has color #89A57E on white background.



Black color preview on #89A57E background

This text has black color on #89A57E background.


White color preview on #89A57E background

This text has white color on #89A57E background.