COLOR #89DAED

HEX: #89DAED
RGB: (137,218,237)

Color info

#89DAED contains mainly green and blue colors. Web safe color of #89DAED is #99CCFF (or #9CF).

RGB color model

#89DAED color RGB value is (137,218,237).

  • red value is 137;
  • green value is 218;
  • blue value is 237.
RGB:
(137,218,237)
(54%,85%,93%)

RGB channels and saturation

R 137 of 255 = 54%
G 218 of 255 = 85%
B 237 of 255 = 93%

137
218
237

R + G + B ~ 77%. #89DAED is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 218 + 237 = 592 (100%)
R 137 of 592 ~ 23.14%
G 218 of 592 ~ 36.82%
B 237 of 592 ~ 40.03%

%23.14
%36.82
%40.03

CMYK color model

#89DAED color CMYK value is (42,8,0,7).

  • cyan value is 42.19%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(42,8,0,7)
C42M8Y0K7 
(42%,8%,0%,7%)
(0.42/0.08/0.00/0.07)	

CMYK percentages

%42.19
%8.02
%0
%7.06

Codes

Color #89DAED in popluar color models

89DAED
RGB137218237
HSL191°73.53%73.33%
HSB/HSV191°42.19%92.94%
CMYK42.19%8.02%0.00%
7.06%

Color #89DAED in popluar number systems.

HEX89DAED
Decimal137218237
Binary100010011101101011101101
Octal211332355

Shades and tints

Shades of #89DAED

#89DAED
(137,218,237)
#7DC7D8
(125,199,216)
#71B4C3
(113,180,195)
#65A1AE
(101,161,174)
#598E99
(89,142,153)
#4D7B84
(77,123,132)
#41686F
(65,104,111)
#35555A
(53,85,90)
#294245
(41,66,69)
#1D2F30
(29,47,48)
#111C1B
(17,28,27)
#000000
(0,0,0)

Tints of #89DAED

#89DAED
(137,218,237)
#93DDEE
(147,221,238)
#9DE0EF
(157,224,239)
#A7E3F0
(167,227,240)
#B1E6F1
(177,230,241)
#BBE9F2
(187,233,242)
#C5ECF3
(197,236,243)
#CFEFF4
(207,239,244)
#D9F2F5
(217,242,245)
#E3F5F6
(227,245,246)
#EDF8F7
(237,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89DAED color. Also use rgb(137,218,237) instead hex code.

Text Font Color

.myTextColor { color: #89DAED; }

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

This text font color is #89DAED.


Background Color

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

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

This div background color is #89DAED.


Border color

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

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

This div border color is #89DAED.


Opacity

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

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

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

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

This text has shadow with #89DAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89DAED on black background.


Color preview on white background

This text has color #89DAED on white background.



Black color preview on #89DAED background

This text has black color on #89DAED background.


White color preview on #89DAED background

This text has white color on #89DAED background.