COLOR #89D1AA

HEX: #89D1AA RGB: (137,209,170)

Color info

#89D1AA contains mainly green and blue colors. Web safe color of #89D1AA is #99CC99 (or #9C9).

RGB color model

#89D1AA color RGB value is (137,209,170).

RGB: (137,209,170) (54%, 82%, 67%)

RGB channels and saturation

R 137 of 255 = 54%
G 209 of 255 = 82%
B 170 of 255 = 67%

137
209
170

R + G + B ~ 68%. #89D1AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 209 + 170 = 516 (100%)
R 137 of 516 ~ 26.55%
G 209 of 516 ~ 40.5%
B 170 of 516 ~ 32.95'%

%26.55
%40.5
%32.95

CMYK color model

#89D1AA color CMYK value is (34,0,19,18).

  • cyan value is 34.45%
  • magenta value is 0.00%
  • yellow value is 18.66%
  • key color value is 18.04%

CMYK: (34,0,19,18)
C34M0Y19K18 (34%, 0%, 19%, 18%)
(0.34 / 0.00 / 0.19 / 0.18)

CMYK percentages

%34.45
%0
%18.66
%18.04

Codes

Color #89D1AA in popluar color models

89 D1 AA
RGB 137 209 170
HSL 148° 43.90% 67.84%
HSB/HSV 148° 34.45% 81.96%
CMYK 34.45% 0.00% 18.66%
18.04%

Color #89D1AA in popluar number systems.

HEX 89 D1 AA
Decimal 137 209 170
Binary 10001001 11010001 10101010
Octal 211 321 252

Shades and tints

Shades of #89D1AA

#89D1AA
(137,209,170)
#7DBE9B
(125,190,155)
#71AB8C
(113,171,140)
#65987D
(101,152,125)
#59856E
(89,133,110)
#4D725F
(77,114,95)
#415F50
(65,95,80)
#354C41
(53,76,65)
#293932
(41,57,50)
#1D2623
(29,38,35)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #89D1AA

#89D1AA
(137,209,170)
#93D5B1
(147,213,177)
#9DD9B8
(157,217,184)
#A7DDBF
(167,221,191)
#B1E1C6
(177,225,198)
#BBE5CD
(187,229,205)
#C5E9D4
(197,233,212)
#CFEDDB
(207,237,219)
#D9F1E2
(217,241,226)
#E3F5E9
(227,245,233)
#EDF9F0
(237,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89D1AA; }

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

This text font color is #89D1AA.

Background Color

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

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

This div background color is #89D1AA.

Border color

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

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

This div border color is #89D1AA.

Opacity

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

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

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

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

This text has shadow with #89D1AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89D1AA.

Preview

Color preview on black background

This text has color #89D1AA on black background.


Color preview on white background

This text has color #89D1AA on white background.


Black color preview on #89D1AA background

This text has black color on #89D1AA background.


White color preview on #89D1AA background

This text has white color on #89D1AA background.


Related colors

Complementary color

Complementary color for #hex is #762E55.


I love getcolorcode.com

Triadic colors

1 #AA89D1 and #D1AA89 with #89D1AA are triadic colors.

2 #AAD189 and #D189AA with #89D1AA are triadic colors.