COLOR #89D3AC

HEX: #89D3AC
RGB: (137,211,172)

Color info

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

RGB color model

#89D3AC color RGB value is (137,211,172).

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

RGB channels and saturation

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

137
211
172

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

Portions of RGB colors in percentages

R + G + B =
137 + 211 + 172 = 520 (100%)
R 137 of 520 ~ 26.35%
G 211 of 520 ~ 40.58%
B 172 of 520 ~ 33.08%

%26.35
%40.58
%33.08

CMYK color model

#89D3AC color CMYK value is (35,0,18,17).

  • cyan value is 35.07%
  • magenta value is 0.00%
  • yellow value is 18.48%
  • key color value is 17.25%
CMYK:
(35,0,18,17)
C35M0Y18K17 
(35%,0%,18%,17%)
(0.35/0.00/0.18/0.17)	

CMYK percentages

%35.07
%0
%18.48
%17.25

Codes

Color #89D3AC in popluar color models

89D3AC
RGB137211172
HSL148°45.68%68.24%
HSB/HSV148°35.07%82.75%
CMYK35.07%0.00%18.48%
17.25%

Color #89D3AC in popluar number systems.

HEX89D3AC
Decimal137211172
Binary100010011101001110101100
Octal211323254

Shades and tints

Shades of #89D3AC

#89D3AC
(137,211,172)
#7DC09D
(125,192,157)
#71AD8E
(113,173,142)
#659A7F
(101,154,127)
#598770
(89,135,112)
#4D7461
(77,116,97)
#416152
(65,97,82)
#354E43
(53,78,67)
#293B34
(41,59,52)
#1D2825
(29,40,37)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #89D3AC

#89D3AC
(137,211,172)
#93D7B3
(147,215,179)
#9DDBBA
(157,219,186)
#A7DFC1
(167,223,193)
#B1E3C8
(177,227,200)
#BBE7CF
(187,231,207)
#C5EBD6
(197,235,214)
#CFEFDD
(207,239,221)
#D9F3E4
(217,243,228)
#E3F7EB
(227,247,235)
#EDFBF2
(237,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89D3AC; }

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

This text font color is #89D3AC.


Background Color

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

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

This div background color is #89D3AC.


Border color

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

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

This div border color is #89D3AC.


Opacity

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

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

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

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

This text has shadow with #89D3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89D3AC on black background.


Color preview on white background

This text has color #89D3AC on white background.



Black color preview on #89D3AC background

This text has black color on #89D3AC background.


White color preview on #89D3AC background

This text has white color on #89D3AC background.