COLOR #89E9EF

HEX: #89E9EF
RGB: (137,233,239)

Color info

#89E9EF contains mainly green and blue colors. Web safe color of #89E9EF is #99FFFF (or #9FF).

RGB color model

#89E9EF color RGB value is (137,233,239).

  • red value is 137;
  • green value is 233;
  • blue value is 239.
RGB:
(137,233,239)
(54%,91%,94%)

RGB channels and saturation

R 137 of 255 = 54%
G 233 of 255 = 91%
B 239 of 255 = 94%

137
233
239

R + G + B ~ 80%. #89E9EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 233 + 239 = 609 (100%)
R 137 of 609 ~ 22.5%
G 233 of 609 ~ 38.26%
B 239 of 609 ~ 39.24%

%22.5
%38.26
%39.24

CMYK color model

#89E9EF color CMYK value is (43,3,0,6).

  • cyan value is 42.68%
  • magenta value is 2.51%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(43,3,0,6)
C43M3Y0K6 
(43%,3%,0%,6%)
(0.43/0.03/0.00/0.06)	

CMYK percentages

%42.68
%2.51
%0
%6.27

Codes

Color #89E9EF in popluar color models

89E9EF
RGB137233239
HSL184°76.12%73.73%
HSB/HSV184°42.68%93.73%
CMYK42.68%2.51%0.00%
6.27%

Color #89E9EF in popluar number systems.

HEX89E9EF
Decimal137233239
Binary100010011110100111101111
Octal211351357

Shades and tints

Shades of #89E9EF

#89E9EF
(137,233,239)
#7DD4DA
(125,212,218)
#71BFC5
(113,191,197)
#65AAB0
(101,170,176)
#59959B
(89,149,155)
#4D8086
(77,128,134)
#416B71
(65,107,113)
#35565C
(53,86,92)
#294147
(41,65,71)
#1D2C32
(29,44,50)
#11171D
(17,23,29)
#000000
(0,0,0)

Tints of #89E9EF

#89E9EF
(137,233,239)
#93EBF0
(147,235,240)
#9DEDF1
(157,237,241)
#A7EFF2
(167,239,242)
#B1F1F3
(177,241,243)
#BBF3F4
(187,243,244)
#C5F5F5
(197,245,245)
#CFF7F6
(207,247,246)
#D9F9F7
(217,249,247)
#E3FBF8
(227,251,248)
#EDFDF9
(237,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89E9EF color. Also use rgb(137,233,239) instead hex code.

Text Font Color

.myTextColor { color: #89E9EF; }

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

This text font color is #89E9EF.


Background Color

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

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

This div background color is #89E9EF.


Border color

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

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

This div border color is #89E9EF.


Opacity

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

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

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

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

This text has shadow with #89E9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89E9EF on black background.


Color preview on white background

This text has color #89E9EF on white background.



Black color preview on #89E9EF background

This text has black color on #89E9EF background.


White color preview on #89E9EF background

This text has white color on #89E9EF background.