COLOR #89A796

HEX: #89A796 RGB: (137,167,150)

Color info

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

RGB color model

#89A796 color RGB value is (137,167,150).

RGB: (137,167,150) (54%, 65%, 59%)

RGB channels and saturation

R 137 of 255 = 54%
G 167 of 255 = 65%
B 150 of 255 = 59%

137
167
150

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

Portions of RGB colors in percentages

R + G + B = 137 + 167 + 150 = 454 (100%)
R 137 of 454 ~ 30.18%
G 167 of 454 ~ 36.78%
B 150 of 454 ~ 33.04'%

%30.18
%36.78
%33.04

CMYK color model

#89A796 color CMYK value is (18,0,10,35).

  • cyan value is 17.96%
  • magenta value is 0.00%
  • yellow value is 10.18%
  • key color value is 34.51%

CMYK: (18,0,10,35)
C18M0Y10K35 (18%, 0%, 10%, 35%)
(0.18 / 0.00 / 0.10 / 0.35)

CMYK percentages

%17.96
%0
%10.18
%34.51

Codes

Color #89A796 in popluar color models

89 A7 96
RGB 137 167 150
HSL 146° 14.56% 59.61%
HSB/HSV 146° 17.96% 65.49%
CMYK 17.96% 0.00% 10.18%
34.51%

Color #89A796 in popluar number systems.

HEX 89 A7 96
Decimal 137 167 150
Binary 10001001 10100111 10010110
Octal 211 247 226

Shades and tints

Shades of #89A796

#89A796
(137,167,150)
#7D9889
(125,152,137)
#71897C
(113,137,124)
#657A6F
(101,122,111)
#596B62
(89,107,98)
#4D5C55
(77,92,85)
#414D48
(65,77,72)
#353E3B
(53,62,59)
#292F2E
(41,47,46)
#1D2021
(29,32,33)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #89A796

#89A796
(137,167,150)
#93AF9F
(147,175,159)
#9DB7A8
(157,183,168)
#A7BFB1
(167,191,177)
#B1C7BA
(177,199,186)
#BBCFC3
(187,207,195)
#C5D7CC
(197,215,204)
#CFDFD5
(207,223,213)
#D9E7DE
(217,231,222)
#E3EFE7
(227,239,231)
#EDF7F0
(237,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A796 color. Also use rgb(137,167,150) instead hex code.

Text Font Color

.myTextColor { color: #89A796; }

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

This text font color is #89A796.

Background Color

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

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

This div background color is #89A796.

Border color

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

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

This div border color is #89A796.

Opacity

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

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

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

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

This text has shadow with #89A796 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A796.

Preview

Color preview on black background

This text has color #89A796 on black background.


Color preview on white background

This text has color #89A796 on white background.


Black color preview on #89A796 background

This text has black color on #89A796 background.


White color preview on #89A796 background

This text has white color on #89A796 background.


Related colors

Complementary color

Complementary color for #hex is #765869.


I love getcolorcode.com

Triadic colors

1 #9689A7 and #A79689 with #89A796 are triadic colors.

2 #96A789 and #A78996 with #89A796 are triadic colors.