COLOR #89E7FD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

137
231
253

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

Portions of RGB colors in percentages

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

%22.06
%37.2
%40.74

CMYK color model

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

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

CMYK percentages

%45.85
%8.7
%0
%0.78

Codes

Color #89E7FD in popluar color models

89E7FD
RGB137231253
HSL191°96.67%76.47%
HSB/HSV191°45.85%99.22%
CMYK45.85%8.70%0.00%
0.78%

Color #89E7FD in popluar number systems.

HEX89E7FD
Decimal137231253
Binary100010011110011111111101
Octal211347375

Shades and tints

Shades of #89E7FD

#89E7FD
(137,231,253)
#7DD2E6
(125,210,230)
#71BDCF
(113,189,207)
#65A8B8
(101,168,184)
#5993A1
(89,147,161)
#4D7E8A
(77,126,138)
#416973
(65,105,115)
#35545C
(53,84,92)
#293F45
(41,63,69)
#1D2A2E
(29,42,46)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #89E7FD

#89E7FD
(137,231,253)
#93E9FD
(147,233,253)
#9DEBFD
(157,235,253)
#A7EDFD
(167,237,253)
#B1EFFD
(177,239,253)
#BBF1FD
(187,241,253)
#C5F3FD
(197,243,253)
#CFF5FD
(207,245,253)
#D9F7FD
(217,247,253)
#E3F9FD
(227,249,253)
#EDFBFD
(237,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89E7FD; }

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

This text font color is #89E7FD.


Background Color

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

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

This div background color is #89E7FD.


Border color

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

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

This div border color is #89E7FD.


Opacity

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

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

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

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

This text has shadow with #89E7FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89E7FD on black background.


Color preview on white background

This text has color #89E7FD on white background.



Black color preview on #89E7FD background

This text has black color on #89E7FD background.


White color preview on #89E7FD background

This text has white color on #89E7FD background.