COLOR #89DBD2

HEX: #89DBD2 RGB: (137,219,210)

Color info

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

RGB color model

#89DBD2 color RGB value is (137,219,210).

RGB: (137,219,210) (54%, 86%, 82%)

RGB channels and saturation

R 137 of 255 = 54%
G 219 of 255 = 86%
B 210 of 255 = 82%

137
219
210

R + G + B ~ 74%. #89DBD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 219 + 210 = 566 (100%)
R 137 of 566 ~ 24.2%
G 219 of 566 ~ 38.69%
B 210 of 566 ~ 37.1'%

%24.2
%38.69
%37.1

CMYK color model

#89DBD2 color CMYK value is (37,0,4,14).

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

CMYK: (37,0,4,14)
C37M0Y4K14 (37%, 0%, 4%, 14%)
(0.37 / 0.00 / 0.04 / 0.14)

CMYK percentages

%37.44
%0
%4.11
%14.12

Codes

Color #89DBD2 in popluar color models

89 DB D2
RGB 137 219 210
HSL 173° 53.25% 69.80%
HSB/HSV 173° 37.44% 85.88%
CMYK 37.44% 0.00% 4.11%
14.12%

Color #89DBD2 in popluar number systems.

HEX 89 DB D2
Decimal 137 219 210
Binary 10001001 11011011 11010010
Octal 211 333 322

Shades and tints

Shades of #89DBD2

#89DBD2
(137,219,210)
#7DC8BF
(125,200,191)
#71B5AC
(113,181,172)
#65A299
(101,162,153)
#598F86
(89,143,134)
#4D7C73
(77,124,115)
#416960
(65,105,96)
#35564D
(53,86,77)
#29433A
(41,67,58)
#1D3027
(29,48,39)
#111D14
(17,29,20)
#000000
(0,0,0)

Tints of #89DBD2

#89DBD2
(137,219,210)
#93DED6
(147,222,214)
#9DE1DA
(157,225,218)
#A7E4DE
(167,228,222)
#B1E7E2
(177,231,226)
#BBEAE6
(187,234,230)
#C5EDEA
(197,237,234)
#CFF0EE
(207,240,238)
#D9F3F2
(217,243,242)
#E3F6F6
(227,246,246)
#EDF9FA
(237,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89DBD2; }

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

This text font color is #89DBD2.

Background Color

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

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

This div background color is #89DBD2.

Border color

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

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

This div border color is #89DBD2.

Opacity

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

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

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

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

This text has shadow with #89DBD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89DBD2.

Preview

Color preview on black background

This text has color #89DBD2 on black background.


Color preview on white background

This text has color #89DBD2 on white background.


Black color preview on #89DBD2 background

This text has black color on #89DBD2 background.


White color preview on #89DBD2 background

This text has white color on #89DBD2 background.


Related colors

Complementary color

Complementary color for #hex is #76242D.


I love getcolorcode.com

Triadic colors

1 #D289DB and #DBD289 with #89DBD2 are triadic colors.

2 #D2DB89 and #DB89D2 with #89DBD2 are triadic colors.