COLOR #89C8DB

HEX: #89C8DB
RGB: (137,200,219)

Color info

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

RGB color model

#89C8DB color RGB value is (137,200,219).

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

RGB channels and saturation

R 137 of 255 = 54%
G 200 of 255 = 78%
B 219 of 255 = 86%

137
200
219

R + G + B ~ 73%. #89C8DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 200 + 219 = 556 (100%)
R 137 of 556 ~ 24.64%
G 200 of 556 ~ 35.97%
B 219 of 556 ~ 39.39%

%24.64
%35.97
%39.39

CMYK color model

#89C8DB color CMYK value is (37,9,0,14).

  • cyan value is 37.44%
  • magenta value is 8.68%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(37,9,0,14)
C37M9Y0K14 
(37%,9%,0%,14%)
(0.37/0.09/0.00/0.14)	

CMYK percentages

%37.44
%8.68
%0
%14.12

Codes

Color #89C8DB in popluar color models

89C8DB
RGB137200219
HSL194°53.25%69.80%
HSB/HSV194°37.44%85.88%
CMYK37.44%8.68%0.00%
14.12%

Color #89C8DB in popluar number systems.

HEX89C8DB
Decimal137200219
Binary100010011100100011011011
Octal211310333

Shades and tints

Shades of #89C8DB

#89C8DB
(137,200,219)
#7DB6C8
(125,182,200)
#71A4B5
(113,164,181)
#6592A2
(101,146,162)
#59808F
(89,128,143)
#4D6E7C
(77,110,124)
#415C69
(65,92,105)
#354A56
(53,74,86)
#293843
(41,56,67)
#1D2630
(29,38,48)
#11141D
(17,20,29)
#000000
(0,0,0)

Tints of #89C8DB

#89C8DB
(137,200,219)
#93CDDE
(147,205,222)
#9DD2E1
(157,210,225)
#A7D7E4
(167,215,228)
#B1DCE7
(177,220,231)
#BBE1EA
(187,225,234)
#C5E6ED
(197,230,237)
#CFEBF0
(207,235,240)
#D9F0F3
(217,240,243)
#E3F5F6
(227,245,246)
#EDFAF9
(237,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89C8DB; }

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

This text font color is #89C8DB.


Background Color

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

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

This div background color is #89C8DB.


Border color

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

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

This div border color is #89C8DB.


Opacity

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

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

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

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

This text has shadow with #89C8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C8DB on black background.


Color preview on white background

This text has color #89C8DB on white background.



Black color preview on #89C8DB background

This text has black color on #89C8DB background.


White color preview on #89C8DB background

This text has white color on #89C8DB background.