COLOR #89DFBB

HEX: #89DFBB
RGB: (137,223,187)

Color info

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

RGB color model

#89DFBB color RGB value is (137,223,187).

  • red value is 137;
  • green value is 223;
  • blue value is 187.
RGB:
(137,223,187)
(54%,87%,73%)

RGB channels and saturation

R 137 of 255 = 54%
G 223 of 255 = 87%
B 187 of 255 = 73%

137
223
187

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

Portions of RGB colors in percentages

R + G + B =
137 + 223 + 187 = 547 (100%)
R 137 of 547 ~ 25.05%
G 223 of 547 ~ 40.77%
B 187 of 547 ~ 34.19%

%25.05
%40.77
%34.19

CMYK color model

#89DFBB color CMYK value is (39,0,16,13).

  • cyan value is 38.57%
  • magenta value is 0.00%
  • yellow value is 16.14%
  • key color value is 12.55%
CMYK:
(39,0,16,13)
C39M0Y16K13 
(39%,0%,16%,13%)
(0.39/0.00/0.16/0.13)	

CMYK percentages

%38.57
%0
%16.14
%12.55

Codes

Color #89DFBB in popluar color models

89DFBB
RGB137223187
HSL155°57.33%70.59%
HSB/HSV155°38.57%87.45%
CMYK38.57%0.00%16.14%
12.55%

Color #89DFBB in popluar number systems.

HEX89DFBB
Decimal137223187
Binary100010011101111110111011
Octal211337273

Shades and tints

Shades of #89DFBB

#89DFBB
(137,223,187)
#7DCBAA
(125,203,170)
#71B799
(113,183,153)
#65A388
(101,163,136)
#598F77
(89,143,119)
#4D7B66
(77,123,102)
#416755
(65,103,85)
#355344
(53,83,68)
#293F33
(41,63,51)
#1D2B22
(29,43,34)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #89DFBB

#89DFBB
(137,223,187)
#93E1C1
(147,225,193)
#9DE3C7
(157,227,199)
#A7E5CD
(167,229,205)
#B1E7D3
(177,231,211)
#BBE9D9
(187,233,217)
#C5EBDF
(197,235,223)
#CFEDE5
(207,237,229)
#D9EFEB
(217,239,235)
#E3F1F1
(227,241,241)
#EDF3F7
(237,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89DFBB color. Also use rgb(137,223,187) instead hex code.

Text Font Color

.myTextColor { color: #89DFBB; }

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

This text font color is #89DFBB.


Background Color

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

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

This div background color is #89DFBB.


Border color

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

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

This div border color is #89DFBB.


Opacity

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

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

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

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

This text has shadow with #89DFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89DFBB on black background.


Color preview on white background

This text has color #89DFBB on white background.



Black color preview on #89DFBB background

This text has black color on #89DFBB background.


White color preview on #89DFBB background

This text has white color on #89DFBB background.