COLOR #89AA88

HEX: #89AA88 RGB: (137,170,136)

Color info

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

RGB color model

#89AA88 color RGB value is (137,170,136).

RGB: (137,170,136) (54%, 67%, 53%)

RGB channels and saturation

R 137 of 255 = 54%
G 170 of 255 = 67%
B 136 of 255 = 53%

137
170
136

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

Portions of RGB colors in percentages

R + G + B = 137 + 170 + 136 = 443 (100%)
R 137 of 443 ~ 30.93%
G 170 of 443 ~ 38.37%
B 136 of 443 ~ 30.7'%

%30.93
%38.37
%30.7

CMYK color model

#89AA88 color CMYK value is (19,0,20,33).

  • cyan value is 19.41%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 33.33%

CMYK: (19,0,20,33)
C19M0Y20K33 (19%, 0%, 20%, 33%)
(0.19 / 0.00 / 0.20 / 0.33)

CMYK percentages

%19.41
%0
%20
%33.33

Codes

Color #89AA88 in popluar color models

89 AA 88
RGB 137 170 136
HSL 118° 16.67% 60.00%
HSB/HSV 118° 20.00% 66.67%
CMYK 19.41% 0.00% 20.00%
33.33%

Color #89AA88 in popluar number systems.

HEX 89 AA 88
Decimal 137 170 136
Binary 10001001 10101010 10001000
Octal 211 252 210

Shades and tints

Shades of #89AA88

#89AA88
(137,170,136)
#7D9B7C
(125,155,124)
#718C70
(113,140,112)
#657D64
(101,125,100)
#596E58
(89,110,88)
#4D5F4C
(77,95,76)
#415040
(65,80,64)
#354134
(53,65,52)
#293228
(41,50,40)
#1D231C
(29,35,28)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #89AA88

#89AA88
(137,170,136)
#93B192
(147,177,146)
#9DB89C
(157,184,156)
#A7BFA6
(167,191,166)
#B1C6B0
(177,198,176)
#BBCDBA
(187,205,186)
#C5D4C4
(197,212,196)
#CFDBCE
(207,219,206)
#D9E2D8
(217,226,216)
#E3E9E2
(227,233,226)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89AA88 color. Also use rgb(137,170,136) instead hex code.

Text Font Color

.myTextColor { color: #89AA88; }

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

This text font color is #89AA88.

Background Color

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

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

This div background color is #89AA88.

Border color

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

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

This div border color is #89AA88.

Opacity

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

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

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

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

This text has shadow with #89AA88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89AA88.

Preview

Color preview on black background

This text has color #89AA88 on black background.


Color preview on white background

This text has color #89AA88 on white background.


Black color preview on #89AA88 background

This text has black color on #89AA88 background.


White color preview on #89AA88 background

This text has white color on #89AA88 background.


Related colors

Complementary color

Complementary color for #hex is #765577.


I love getcolorcode.com

Triadic colors

1 #8889AA and #AA8889 with #89AA88 are triadic colors.

2 #88AA89 and #AA8988 with #89AA88 are triadic colors.