COLOR #89C2DB

HEX: #89C2DB
RGB: (137,194,219)

Color info

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

RGB color model

#89C2DB color RGB value is (137,194,219).

  • red value is 137;
  • green value is 194;
  • blue value is 219.
RGB:
(137,194,219)
(54%,76%,86%)

RGB channels and saturation

R 137 of 255 = 54%
G 194 of 255 = 76%
B 219 of 255 = 86%

137
194
219

R + G + B ~ 72%. #89C2DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 194 + 219 = 550 (100%)
R 137 of 550 ~ 24.91%
G 194 of 550 ~ 35.27%
B 219 of 550 ~ 39.82%

%24.91
%35.27
%39.82

CMYK color model

#89C2DB color CMYK value is (37,11,0,14).

  • cyan value is 37.44%
  • magenta value is 11.42%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(37,11,0,14)
C37M11Y0K14 
(37%,11%,0%,14%)
(0.37/0.11/0.00/0.14)	

CMYK percentages

%37.44
%11.42
%0
%14.12

Codes

Color #89C2DB in popluar color models

89C2DB
RGB137194219
HSL198°53.25%69.80%
HSB/HSV198°37.44%85.88%
CMYK37.44%11.42%0.00%
14.12%

Color #89C2DB in popluar number systems.

HEX89C2DB
Decimal137194219
Binary100010011100001011011011
Octal211302333

Shades and tints

Shades of #89C2DB

#89C2DB
(137,194,219)
#7DB1C8
(125,177,200)
#71A0B5
(113,160,181)
#658FA2
(101,143,162)
#597E8F
(89,126,143)
#4D6D7C
(77,109,124)
#415C69
(65,92,105)
#354B56
(53,75,86)
#293A43
(41,58,67)
#1D2930
(29,41,48)
#11181D
(17,24,29)
#000000
(0,0,0)

Tints of #89C2DB

#89C2DB
(137,194,219)
#93C7DE
(147,199,222)
#9DCCE1
(157,204,225)
#A7D1E4
(167,209,228)
#B1D6E7
(177,214,231)
#BBDBEA
(187,219,234)
#C5E0ED
(197,224,237)
#CFE5F0
(207,229,240)
#D9EAF3
(217,234,243)
#E3EFF6
(227,239,246)
#EDF4F9
(237,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89C2DB; }

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

This text font color is #89C2DB.


Background Color

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

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

This div background color is #89C2DB.


Border color

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

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

This div border color is #89C2DB.


Opacity

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

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

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

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

This text has shadow with #89C2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C2DB on black background.


Color preview on white background

This text has color #89C2DB on white background.



Black color preview on #89C2DB background

This text has black color on #89C2DB background.


White color preview on #89C2DB background

This text has white color on #89C2DB background.