COLOR #89D3AA

HEX: #89D3AA
RGB: (137,211,170)

Color info

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

RGB color model

#89D3AA color RGB value is (137,211,170).

  • red value is 137;
  • green value is 211;
  • blue value is 170.
RGB:
(137,211,170)
(54%,83%,67%)

RGB channels and saturation

R 137 of 255 = 54%
G 211 of 255 = 83%
B 170 of 255 = 67%

137
211
170

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

Portions of RGB colors in percentages

R + G + B =
137 + 211 + 170 = 518 (100%)
R 137 of 518 ~ 26.45%
G 211 of 518 ~ 40.73%
B 170 of 518 ~ 32.82%

%26.45
%40.73
%32.82

CMYK color model

#89D3AA color CMYK value is (35,0,19,17).

  • cyan value is 35.07%
  • magenta value is 0.00%
  • yellow value is 19.43%
  • key color value is 17.25%
CMYK:
(35,0,19,17)
C35M0Y19K17 
(35%,0%,19%,17%)
(0.35/0.00/0.19/0.17)	

CMYK percentages

%35.07
%0
%19.43
%17.25

Codes

Color #89D3AA in popluar color models

89D3AA
RGB137211170
HSL147°45.68%68.24%
HSB/HSV147°35.07%82.75%
CMYK35.07%0.00%19.43%
17.25%

Color #89D3AA in popluar number systems.

HEX89D3AA
Decimal137211170
Binary100010011101001110101010
Octal211323252

Shades and tints

Shades of #89D3AA

#89D3AA
(137,211,170)
#7DC09B
(125,192,155)
#71AD8C
(113,173,140)
#659A7D
(101,154,125)
#59876E
(89,135,110)
#4D745F
(77,116,95)
#416150
(65,97,80)
#354E41
(53,78,65)
#293B32
(41,59,50)
#1D2823
(29,40,35)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #89D3AA

#89D3AA
(137,211,170)
#93D7B1
(147,215,177)
#9DDBB8
(157,219,184)
#A7DFBF
(167,223,191)
#B1E3C6
(177,227,198)
#BBE7CD
(187,231,205)
#C5EBD4
(197,235,212)
#CFEFDB
(207,239,219)
#D9F3E2
(217,243,226)
#E3F7E9
(227,247,233)
#EDFBF0
(237,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89D3AA; }

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

This text font color is #89D3AA.


Background Color

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

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

This div background color is #89D3AA.


Border color

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

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

This div border color is #89D3AA.


Opacity

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

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

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

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

This text has shadow with #89D3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89D3AA on black background.


Color preview on white background

This text has color #89D3AA on white background.



Black color preview on #89D3AA background

This text has black color on #89D3AA background.


White color preview on #89D3AA background

This text has white color on #89D3AA background.