COLOR #89DBBB

HEX: #89DBBB RGB: (137,219,187)

Color info

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

RGB color model

#89DBBB color RGB value is (137,219,187).

RGB: (137,219,187) (54%, 86%, 73%)

RGB channels and saturation

R 137 of 255 = 54%
G 219 of 255 = 86%
B 187 of 255 = 73%

137
219
187

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

Portions of RGB colors in percentages

R + G + B = 137 + 219 + 187 = 543 (100%)
R 137 of 543 ~ 25.23%
G 219 of 543 ~ 40.33%
B 187 of 543 ~ 34.44'%

%25.23
%40.33
%34.44

CMYK color model

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

  • cyan value is 37.44%
  • magenta value is 0.00%
  • yellow value is 14.61%
  • key color value is 14.12%

CMYK: (37,0,15,14)
C37M0Y15K14 (37%, 0%, 15%, 14%)
(0.37 / 0.00 / 0.15 / 0.14)

CMYK percentages

%37.44
%0
%14.61
%14.12

Codes

Color #89DBBB in popluar color models

89 DB BB
RGB 137 219 187
HSL 157° 53.25% 69.80%
HSB/HSV 157° 37.44% 85.88%
CMYK 37.44% 0.00% 14.61%
14.12%

Color #89DBBB in popluar number systems.

HEX 89 DB BB
Decimal 137 219 187
Binary 10001001 11011011 10111011
Octal 211 333 273

Shades and tints

Shades of #89DBBB

#89DBBB
(137,219,187)
#7DC8AA
(125,200,170)
#71B599
(113,181,153)
#65A288
(101,162,136)
#598F77
(89,143,119)
#4D7C66
(77,124,102)
#416955
(65,105,85)
#355644
(53,86,68)
#294333
(41,67,51)
#1D3022
(29,48,34)
#111D11
(17,29,17)
#000000
(0,0,0)

Tints of #89DBBB

#89DBBB
(137,219,187)
#93DEC1
(147,222,193)
#9DE1C7
(157,225,199)
#A7E4CD
(167,228,205)
#B1E7D3
(177,231,211)
#BBEAD9
(187,234,217)
#C5EDDF
(197,237,223)
#CFF0E5
(207,240,229)
#D9F3EB
(217,243,235)
#E3F6F1
(227,246,241)
#EDF9F7
(237,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89DBBB; }

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

This text font color is #89DBBB.

Background Color

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

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

This div background color is #89DBBB.

Border color

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

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

This div border color is #89DBBB.

Opacity

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

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

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

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

This text has shadow with #89DBBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89DBBB.

Preview

Color preview on black background

This text has color #89DBBB on black background.


Color preview on white background

This text has color #89DBBB on white background.


Black color preview on #89DBBB background

This text has black color on #89DBBB background.


White color preview on #89DBBB background

This text has white color on #89DBBB background.


Related colors

Complementary color

Complementary color for #hex is #762444.


I love getcolorcode.com

Triadic colors

1 #BB89DB and #DBBB89 with #89DBBB are triadic colors.

2 #BBDB89 and #DB89BB with #89DBBB are triadic colors.