COLOR #89D1AC

HEX: #89D1AC
RGB: (137,209,172)

Color info

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

RGB color model

#89D1AC color RGB value is (137,209,172).

  • red value is 137;
  • green value is 209;
  • blue value is 172.
RGB:
(137,209,172)
(54%,82%,67%)

RGB channels and saturation

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

137
209
172

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

Portions of RGB colors in percentages

R + G + B =
137 + 209 + 172 = 518 (100%)
R 137 of 518 ~ 26.45%
G 209 of 518 ~ 40.35%
B 172 of 518 ~ 33.2%

%26.45
%40.35
%33.2

CMYK color model

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

  • cyan value is 34.45%
  • magenta value is 0.00%
  • yellow value is 17.70%
  • key color value is 18.04%
CMYK:
(34,0,18,18)
C34M0Y18K18 
(34%,0%,18%,18%)
(0.34/0.00/0.18/0.18)	

CMYK percentages

%34.45
%0
%17.7
%18.04

Codes

Color #89D1AC in popluar color models

89D1AC
RGB137209172
HSL149°43.90%67.84%
HSB/HSV149°34.45%81.96%
CMYK34.45%0.00%17.70%
18.04%

Color #89D1AC in popluar number systems.

HEX89D1AC
Decimal137209172
Binary100010011101000110101100
Octal211321254

Shades and tints

Shades of #89D1AC

#89D1AC
(137,209,172)
#7DBE9D
(125,190,157)
#71AB8E
(113,171,142)
#65987F
(101,152,127)
#598570
(89,133,112)
#4D7261
(77,114,97)
#415F52
(65,95,82)
#354C43
(53,76,67)
#293934
(41,57,52)
#1D2625
(29,38,37)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #89D1AC

#89D1AC
(137,209,172)
#93D5B3
(147,213,179)
#9DD9BA
(157,217,186)
#A7DDC1
(167,221,193)
#B1E1C8
(177,225,200)
#BBE5CF
(187,229,207)
#C5E9D6
(197,233,214)
#CFEDDD
(207,237,221)
#D9F1E4
(217,241,228)
#E3F5EB
(227,245,235)
#EDF9F2
(237,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89D1AC; }

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

This text font color is #89D1AC.


Background Color

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

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

This div background color is #89D1AC.


Border color

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

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

This div border color is #89D1AC.


Opacity

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

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

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

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

This text has shadow with #89D1AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89D1AC on black background.


Color preview on white background

This text has color #89D1AC on white background.



Black color preview on #89D1AC background

This text has black color on #89D1AC background.


White color preview on #89D1AC background

This text has white color on #89D1AC background.