COLOR #89A97E

HEX: #89A97E RGB: (137,169,126)

Color info

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

RGB color model

#89A97E color RGB value is (137,169,126).

RGB: (137,169,126) (54%, 66%, 49%)

RGB channels and saturation

R 137 of 255 = 54%
G 169 of 255 = 66%
B 126 of 255 = 49%

137
169
126

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

Portions of RGB colors in percentages

R + G + B = 137 + 169 + 126 = 432 (100%)
R 137 of 432 ~ 31.71%
G 169 of 432 ~ 39.12%
B 126 of 432 ~ 29.17'%

%31.71
%39.12
%29.17

CMYK color model

#89A97E color CMYK value is (19,0,25,34).

  • cyan value is 18.93%
  • magenta value is 0.00%
  • yellow value is 25.44%
  • key color value is 33.73%

CMYK: (19,0,25,34)
C19M0Y25K34 (19%, 0%, 25%, 34%)
(0.19 / 0.00 / 0.25 / 0.34)

CMYK percentages

%18.93
%0
%25.44
%33.73

Codes

Color #89A97E in popluar color models

89 A9 7E
RGB 137 169 126
HSL 105° 20.00% 57.84%
HSB/HSV 105° 25.44% 66.27%
CMYK 18.93% 0.00% 25.44%
33.73%

Color #89A97E in popluar number systems.

HEX 89 A9 7E
Decimal 137 169 126
Binary 10001001 10101001 1111110
Octal 211 251 176

Shades and tints

Shades of #89A97E

#89A97E
(137,169,126)
#7D9A73
(125,154,115)
#718B68
(113,139,104)
#657C5D
(101,124,93)
#596D52
(89,109,82)
#4D5E47
(77,94,71)
#414F3C
(65,79,60)
#354031
(53,64,49)
#293126
(41,49,38)
#1D221B
(29,34,27)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #89A97E

#89A97E
(137,169,126)
#93B089
(147,176,137)
#9DB794
(157,183,148)
#A7BE9F
(167,190,159)
#B1C5AA
(177,197,170)
#BBCCB5
(187,204,181)
#C5D3C0
(197,211,192)
#CFDACB
(207,218,203)
#D9E1D6
(217,225,214)
#E3E8E1
(227,232,225)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A97E; }

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

This text font color is #89A97E.

Background Color

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

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

This div background color is #89A97E.

Border color

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

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

This div border color is #89A97E.

Opacity

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

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

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

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

This text has shadow with #89A97E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A97E.

Preview

Color preview on black background

This text has color #89A97E on black background.


Color preview on white background

This text has color #89A97E on white background.


Black color preview on #89A97E background

This text has black color on #89A97E background.


White color preview on #89A97E background

This text has white color on #89A97E background.


Related colors

Complementary color

Complementary color for #hex is #765681.


I love getcolorcode.com

Triadic colors

1 #7E89A9 and #A97E89 with #89A97E are triadic colors.

2 #7EA989 and #A9897E with #89A97E are triadic colors.