COLOR #89DBB0

HEX: #89DBB0 RGB: (137,219,176)

Color info

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

RGB color model

#89DBB0 color RGB value is (137,219,176).

RGB: (137,219,176) (54%, 86%, 69%)

RGB channels and saturation

R 137 of 255 = 54%
G 219 of 255 = 86%
B 176 of 255 = 69%

137
219
176

R + G + B ~ 70%. #89DBB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 219 + 176 = 532 (100%)
R 137 of 532 ~ 25.75%
G 219 of 532 ~ 41.17%
B 176 of 532 ~ 33.08'%

%25.75
%41.17
%33.08

CMYK color model

#89DBB0 color CMYK value is (37,0,20,14).

  • cyan value is 37.44%
  • magenta value is 0.00%
  • yellow value is 19.63%
  • key color value is 14.12%
CMYK: (37,0,20,14) C37M0Y20K14 (37%,0%,20%,14%) (0.37/0.00/0.20/0.14) 

CMYK percentages

%37.44
%0
%19.63
%14.12

Codes

Color #89DBB0 in popluar color models

89 DB B0
RGB 137 219 176
HSL 149° 53.25% 69.80%
HSB/HSV 149° 37.44% 85.88%
CMYK 37.44% 0.00% 19.63%
14.12%

Color #89DBB0 in popluar number systems.

HEX 89 DB B0
Decimal 137 219 176
Binary 10001001 11011011 10110000
Octal 211 333 260

Shades and tints

Shades of #89DBB0

#89DBB0
(137,219,176)
#7DC8A0
(125,200,160)
#71B590
(113,181,144)
#65A280
(101,162,128)
#598F70
(89,143,112)
#4D7C60
(77,124,96)
#416950
(65,105,80)
#355640
(53,86,64)
#294330
(41,67,48)
#1D3020
(29,48,32)
#111D10
(17,29,16)
#000000
(0,0,0)

Tints of #89DBB0

#89DBB0
(137,219,176)
#93DEB7
(147,222,183)
#9DE1BE
(157,225,190)
#A7E4C5
(167,228,197)
#B1E7CC
(177,231,204)
#BBEAD3
(187,234,211)
#C5EDDA
(197,237,218)
#CFF0E1
(207,240,225)
#D9F3E8
(217,243,232)
#E3F6EF
(227,246,239)
#EDF9F6
(237,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89DBB0; }

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

This text font color is #89DBB0.

Background Color

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

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

This div background color is #89DBB0.

Border color

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

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

This div border color is #89DBB0.

Opacity

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

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

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

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

This text has shadow with #89DBB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89DBB0.

Preview

Color preview on black background

This text has color #89DBB0 on black background.


Color preview on white background

This text has color #89DBB0 on white background.


Black color preview on #89DBB0 background

This text has black color on #89DBB0 background.


White color preview on #89DBB0 background

This text has white color on #89DBB0 background.


Related colors

Complementary color

Complementary color for #hex is #76244F.


I love getcolorcode.com

Triadic colors

1 #B089DB and #DBB089 with #89DBB0 are triadic colors.

2 #B0DB89 and #DB89B0 with #89DBB0 are triadic colors.