COLOR #89FDE7

HEX: #89FDE7
RGB: (137,253,231)

Color info

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

RGB color model

#89FDE7 color RGB value is (137,253,231).

  • red value is 137;
  • green value is 253;
  • blue value is 231.
RGB:
(137,253,231)
(54%,99%,91%)

RGB channels and saturation

R 137 of 255 = 54%
G 253 of 255 = 99%
B 231 of 255 = 91%

137
253
231

R + G + B ~ 81%. #89FDE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 253 + 231 = 621 (100%)
R 137 of 621 ~ 22.06%
G 253 of 621 ~ 40.74%
B 231 of 621 ~ 37.2%

%22.06
%40.74
%37.2

CMYK color model

#89FDE7 color CMYK value is (46,0,9,1).

  • cyan value is 45.85%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 0.78%
CMYK:
(46,0,9,1)
C46M0Y9K1 
(46%,0%,9%,1%)
(0.46/0.00/0.09/0.01)	

CMYK percentages

%45.85
%0
%8.7
%0.78

Codes

Color #89FDE7 in popluar color models

89FDE7
RGB137253231
HSL169°96.67%76.47%
HSB/HSV169°45.85%99.22%
CMYK45.85%0.00%8.70%
0.78%

Color #89FDE7 in popluar number systems.

HEX89FDE7
Decimal137253231
Binary100010011111110111100111
Octal211375347

Shades and tints

Shades of #89FDE7

#89FDE7
(137,253,231)
#7DE6D2
(125,230,210)
#71CFBD
(113,207,189)
#65B8A8
(101,184,168)
#59A193
(89,161,147)
#4D8A7E
(77,138,126)
#417369
(65,115,105)
#355C54
(53,92,84)
#29453F
(41,69,63)
#1D2E2A
(29,46,42)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #89FDE7

#89FDE7
(137,253,231)
#93FDE9
(147,253,233)
#9DFDEB
(157,253,235)
#A7FDED
(167,253,237)
#B1FDEF
(177,253,239)
#BBFDF1
(187,253,241)
#C5FDF3
(197,253,243)
#CFFDF5
(207,253,245)
#D9FDF7
(217,253,247)
#E3FDF9
(227,253,249)
#EDFDFB
(237,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89FDE7 color. Also use rgb(137,253,231) instead hex code.

Text Font Color

.myTextColor { color: #89FDE7; }

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

This text font color is #89FDE7.


Background Color

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

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

This div background color is #89FDE7.


Border color

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

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

This div border color is #89FDE7.


Opacity

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

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

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

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

This text has shadow with #89FDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89FDE7 on black background.


Color preview on white background

This text has color #89FDE7 on white background.



Black color preview on #89FDE7 background

This text has black color on #89FDE7 background.


White color preview on #89FDE7 background

This text has white color on #89FDE7 background.