COLOR #89DABA

HEX: #89DABA
RGB: (137,218,186)

Color info

#89DABA contains mainly green and blue colors. Web safe color of #89DABA is #99CCCC (or #9CC).

RGB color model

#89DABA color RGB value is (137,218,186).

  • red value is 137;
  • green value is 218;
  • blue value is 186.
RGB:
(137,218,186)
(54%,85%,73%)

RGB channels and saturation

R 137 of 255 = 54%
G 218 of 255 = 85%
B 186 of 255 = 73%

137
218
186

R + G + B ~ 71%. #89DABA is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 218 + 186 = 541 (100%)
R 137 of 541 ~ 25.32%
G 218 of 541 ~ 40.3%
B 186 of 541 ~ 34.38%

%25.32
%40.3
%34.38

CMYK color model

#89DABA color CMYK value is (37,0,15,15).

  • cyan value is 37.16%
  • magenta value is 0.00%
  • yellow value is 14.68%
  • key color value is 14.51%
CMYK:
(37,0,15,15)
C37M0Y15K15 
(37%,0%,15%,15%)
(0.37/0.00/0.15/0.15)	

CMYK percentages

%37.16
%0
%14.68
%14.51

Codes

Color #89DABA in popluar color models

89DABA
RGB137218186
HSL156°52.26%69.61%
HSB/HSV156°37.16%85.49%
CMYK37.16%0.00%14.68%
14.51%

Color #89DABA in popluar number systems.

HEX89DABA
Decimal137218186
Binary100010011101101010111010
Octal211332272

Shades and tints

Shades of #89DABA

#89DABA
(137,218,186)
#7DC7AA
(125,199,170)
#71B49A
(113,180,154)
#65A18A
(101,161,138)
#598E7A
(89,142,122)
#4D7B6A
(77,123,106)
#41685A
(65,104,90)
#35554A
(53,85,74)
#29423A
(41,66,58)
#1D2F2A
(29,47,42)
#111C1A
(17,28,26)
#000000
(0,0,0)

Tints of #89DABA

#89DABA
(137,218,186)
#93DDC0
(147,221,192)
#9DE0C6
(157,224,198)
#A7E3CC
(167,227,204)
#B1E6D2
(177,230,210)
#BBE9D8
(187,233,216)
#C5ECDE
(197,236,222)
#CFEFE4
(207,239,228)
#D9F2EA
(217,242,234)
#E3F5F0
(227,245,240)
#EDF8F6
(237,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89DABA color. Also use rgb(137,218,186) instead hex code.

Text Font Color

.myTextColor { color: #89DABA; }

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

This text font color is #89DABA.


Background Color

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

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

This div background color is #89DABA.


Border color

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

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

This div border color is #89DABA.


Opacity

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

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

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

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

This text has shadow with #89DABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89DABA on black background.


Color preview on white background

This text has color #89DABA on white background.



Black color preview on #89DABA background

This text has black color on #89DABA background.


White color preview on #89DABA background

This text has white color on #89DABA background.