COLOR #89EDF9

HEX: #89EDF9
RGB: (137,237,249)

Renk bilgisi

#89EDF9 contains mainly green and blue colors. #89EDF9 ‘ nin web güvenlik rengi #99FFFF (ya da #9FF) dir.

RGB renk modeli

#89EDF9 color RGB value is (137,237,249).

  • kırmız ton 137;
  • yeşil ton 237;
  • mavi ton 249.
RGB:
(137,237,249)
(54%,93%,98%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 237 of 255 = 93%
B 249 of 255 = 98%

137
237
249

R + G + B ~ 82%. #89EDF9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 237 + 249 = 623 (100%)
R 137 of 623 ~ 21.99%
G 237 of 623 ~ 38.04%
B 249 of 623 ~ 39.97%

%21.99
%38.04
%39.97

CMYK RENK MODELİ

#89EDF9 rengi CMYK tonu (45,5,0,2).

  • camgöbeği tonu 44.98%
  • eflatun tonu 4.82%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(45,5,0,2)
C45M5Y0K2 
(45%,5%,0%,2%)
(0.45/0.05/0.00/0.02)	

CMYK yüzdeleri

%44.98
%4.82
%0
%2.35

Codes

Color #89EDF9 in popluar color models

89EDF9
RGB137237249
HSL186°90.32%75.69%
HSB/HSV186°44.98%97.65%
CMYK44.98%4.82%0.00%
2.35%

Color #89EDF9 in popluar number systems.

HEX89EDF9
Decimal137237249
Binary100010011110110111111001
Octal211355371

Shades and tints

Shades of #89EDF9

#89EDF9
(137,237,249)
#7DD8E3
(125,216,227)
#71C3CD
(113,195,205)
#65AEB7
(101,174,183)
#5999A1
(89,153,161)
#4D848B
(77,132,139)
#416F75
(65,111,117)
#355A5F
(53,90,95)
#294549
(41,69,73)
#1D3033
(29,48,51)
#111B1D
(17,27,29)
#000000
(0,0,0)

Tints of #89EDF9

#89EDF9
(137,237,249)
#93EEF9
(147,238,249)
#9DEFF9
(157,239,249)
#A7F0F9
(167,240,249)
#B1F1F9
(177,241,249)
#BBF2F9
(187,242,249)
#C5F3F9
(197,243,249)
#CFF4F9
(207,244,249)
#D9F5F9
(217,245,249)
#E3F6F9
(227,246,249)
#EDF7F9
(237,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89EDF9; }

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

This text font color is #89EDF9.


Background Color

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

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

This div background color is #89EDF9.


Border color

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

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

This div border color is #89EDF9.


Opacity

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

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

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

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

This text has shadow with #89EDF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89EDF9 on black background.


Color preview on white background

This text has color #89EDF9 on white background.



Black color preview on #89EDF9 background

This text has black color on #89EDF9 background.


White color preview on #89EDF9 background

This text has white color on #89EDF9 background.