COLOR #89A597

HEX: #89A597 RGB: (137,165,151)

Color info

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

RGB color model

#89A597 color RGB value is (137,165,151).

RGB: (137,165,151) (54%, 65%, 59%)

RGB channels and saturation

R 137 of 255 = 54%
G 165 of 255 = 65%
B 151 of 255 = 59%

137
165
151

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

Portions of RGB colors in percentages

R + G + B = 137 + 165 + 151 = 453 (100%)
R 137 of 453 ~ 30.24%
G 165 of 453 ~ 36.42%
B 151 of 453 ~ 33.33'%

%30.24
%36.42
%33.33

CMYK color model

#89A597 color CMYK value is (17,0,8,35).

  • cyan value is 16.97%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 35.29%

CMYK: (17,0,8,35)
C17M0Y8K35 (17%, 0%, 8%, 35%)
(0.17 / 0.00 / 0.08 / 0.35)

CMYK percentages

%16.97
%0
%8.48
%35.29

Codes

Color #89A597 in popluar color models

89 A5 97
RGB 137 165 151
HSL 150° 13.46% 59.22%
HSB/HSV 150° 16.97% 64.71%
CMYK 16.97% 0.00% 8.48%
35.29%

Color #89A597 in popluar number systems.

HEX 89 A5 97
Decimal 137 165 151
Binary 10001001 10100101 10010111
Octal 211 245 227

Shades and tints

Shades of #89A597

#89A597
(137,165,151)
#7D968A
(125,150,138)
#71877D
(113,135,125)
#657870
(101,120,112)
#596963
(89,105,99)
#4D5A56
(77,90,86)
#414B49
(65,75,73)
#353C3C
(53,60,60)
#292D2F
(41,45,47)
#1D1E22
(29,30,34)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #89A597

#89A597
(137,165,151)
#93ADA0
(147,173,160)
#9DB5A9
(157,181,169)
#A7BDB2
(167,189,178)
#B1C5BB
(177,197,187)
#BBCDC4
(187,205,196)
#C5D5CD
(197,213,205)
#CFDDD6
(207,221,214)
#D9E5DF
(217,229,223)
#E3EDE8
(227,237,232)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A597; }

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

This text font color is #89A597.

Background Color

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

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

This div background color is #89A597.

Border color

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

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

This div border color is #89A597.

Opacity

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

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

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

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

This text has shadow with #89A597 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A597.

Preview

Color preview on black background

This text has color #89A597 on black background.


Color preview on white background

This text has color #89A597 on white background.


Black color preview on #89A597 background

This text has black color on #89A597 background.


White color preview on #89A597 background

This text has white color on #89A597 background.


Related colors

Complementary color

Complementary color for #hex is #765A68.


I love getcolorcode.com

Triadic colors

1 #9789A5 and #A59789 with #89A597 are triadic colors.

2 #97A589 and #A58997 with #89A597 are triadic colors.