COLOR #89A177

HEX: #89A177 RGB: (137,161,119)

Color info

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

RGB color model

#89A177 color RGB value is (137,161,119).

RGB: (137,161,119) (54%, 63%, 47%)

RGB channels and saturation

R 137 of 255 = 54%
G 161 of 255 = 63%
B 119 of 255 = 47%

137
161
119

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

Portions of RGB colors in percentages

R + G + B = 137 + 161 + 119 = 417 (100%)
R 137 of 417 ~ 32.85%
G 161 of 417 ~ 38.61%
B 119 of 417 ~ 28.54'%

%32.85
%38.61
%28.54

CMYK color model

#89A177 color CMYK value is (15,0,26,37).

  • cyan value is 14.91%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 36.86%

CMYK: (15,0,26,37)
C15M0Y26K37 (15%, 0%, 26%, 37%)
(0.15 / 0.00 / 0.26 / 0.37)

CMYK percentages

%14.91
%0
%26.09
%36.86

Codes

Color #89A177 in popluar color models

89 A1 77
RGB 137 161 119
HSL 94° 18.26% 54.90%
HSB/HSV 94° 26.09% 63.14%
CMYK 14.91% 0.00% 26.09%
36.86%

Color #89A177 in popluar number systems.

HEX 89 A1 77
Decimal 137 161 119
Binary 10001001 10100001 1110111
Octal 211 241 167

Shades and tints

Shades of #89A177

#89A177
(137,161,119)
#7D936D
(125,147,109)
#718563
(113,133,99)
#657759
(101,119,89)
#59694F
(89,105,79)
#4D5B45
(77,91,69)
#414D3B
(65,77,59)
#353F31
(53,63,49)
#293127
(41,49,39)
#1D231D
(29,35,29)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #89A177

#89A177
(137,161,119)
#93A983
(147,169,131)
#9DB18F
(157,177,143)
#A7B99B
(167,185,155)
#B1C1A7
(177,193,167)
#BBC9B3
(187,201,179)
#C5D1BF
(197,209,191)
#CFD9CB
(207,217,203)
#D9E1D7
(217,225,215)
#E3E9E3
(227,233,227)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A177 color. Also use rgb(137,161,119) instead hex code.

Text Font Color

.myTextColor { color: #89A177; }

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

This text font color is #89A177.

Background Color

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

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

This div background color is #89A177.

Border color

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

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

This div border color is #89A177.

Opacity

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

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

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

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

This text has shadow with #89A177 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A177.

Preview

Color preview on black background

This text has color #89A177 on black background.


Color preview on white background

This text has color #89A177 on white background.


Black color preview on #89A177 background

This text has black color on #89A177 background.


White color preview on #89A177 background

This text has white color on #89A177 background.


Related colors

Complementary color

Complementary color for #hex is #765E88.


I love getcolorcode.com

Triadic colors

1 #7789A1 and #A17789 with #89A177 are triadic colors.

2 #77A189 and #A18977 with #89A177 are triadic colors.