COLOR #89AE99

HEX: #89AE99 RGB: (137,174,153)

Color info

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

RGB color model

#89AE99 color RGB value is (137,174,153).

RGB: (137,174,153) (54%, 68%, 60%)

RGB channels and saturation

R 137 of 255 = 54%
G 174 of 255 = 68%
B 153 of 255 = 60%

137
174
153

R + G + B ~ 61%. #89AE99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 174 + 153 = 464 (100%)
R 137 of 464 ~ 29.53%
G 174 of 464 ~ 37.5%
B 153 of 464 ~ 32.97'%

%29.53
%37.5
%32.97

CMYK color model

#89AE99 color CMYK value is (21,0,12,32).

  • cyan value is 21.26%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 31.76%

CMYK: (21,0,12,32)
C21M0Y12K32 (21%, 0%, 12%, 32%)
(0.21 / 0.00 / 0.12 / 0.32)

CMYK percentages

%21.26
%0
%12.07
%31.76

Codes

Color #89AE99 in popluar color models

89 AE 99
RGB 137 174 153
HSL 146° 18.59% 60.98%
HSB/HSV 146° 21.26% 68.24%
CMYK 21.26% 0.00% 12.07%
31.76%

Color #89AE99 in popluar number systems.

HEX 89 AE 99
Decimal 137 174 153
Binary 10001001 10101110 10011001
Octal 211 256 231

Shades and tints

Shades of #89AE99

#89AE99
(137,174,153)
#7D9F8C
(125,159,140)
#71907F
(113,144,127)
#658172
(101,129,114)
#597265
(89,114,101)
#4D6358
(77,99,88)
#41544B
(65,84,75)
#35453E
(53,69,62)
#293631
(41,54,49)
#1D2724
(29,39,36)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #89AE99

#89AE99
(137,174,153)
#93B5A2
(147,181,162)
#9DBCAB
(157,188,171)
#A7C3B4
(167,195,180)
#B1CABD
(177,202,189)
#BBD1C6
(187,209,198)
#C5D8CF
(197,216,207)
#CFDFD8
(207,223,216)
#D9E6E1
(217,230,225)
#E3EDEA
(227,237,234)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89AE99 color. Also use rgb(137,174,153) instead hex code.

Text Font Color

.myTextColor { color: #89AE99; }

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

This text font color is #89AE99.

Background Color

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

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

This div background color is #89AE99.

Border color

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

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

This div border color is #89AE99.

Opacity

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

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

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

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

This text has shadow with #89AE99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89AE99.

Preview

Color preview on black background

This text has color #89AE99 on black background.


Color preview on white background

This text has color #89AE99 on white background.


Black color preview on #89AE99 background

This text has black color on #89AE99 background.


White color preview on #89AE99 background

This text has white color on #89AE99 background.


Related colors

Complementary color

Complementary color for #hex is #765166.


I love getcolorcode.com

Triadic colors

1 #9989AE and #AE9989 with #89AE99 are triadic colors.

2 #99AE89 and #AE8999 with #89AE99 are triadic colors.