COLOR #89CEF7

HEX: #89CEF7
RGB: (137,206,247)

Color info

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

RGB color model

#89CEF7 color RGB value is (137,206,247).

  • red value is 137;
  • green value is 206;
  • blue value is 247.
RGB:
(137,206,247)
(54%,81%,97%)

RGB channels and saturation

R 137 of 255 = 54%
G 206 of 255 = 81%
B 247 of 255 = 97%

137
206
247

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

Portions of RGB colors in percentages

R + G + B =
137 + 206 + 247 = 590 (100%)
R 137 of 590 ~ 23.22%
G 206 of 590 ~ 34.92%
B 247 of 590 ~ 41.86%

%23.22
%34.92
%41.86

CMYK color model

#89CEF7 color CMYK value is (45,17,0,3).

  • cyan value is 44.53%
  • magenta value is 16.60%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(45,17,0,3)
C45M17Y0K3 
(45%,17%,0%,3%)
(0.45/0.17/0.00/0.03)	

CMYK percentages

%44.53
%16.6
%0
%3.14

Codes

Color #89CEF7 in popluar color models

89CEF7
RGB137206247
HSL202°87.30%75.29%
HSB/HSV202°44.53%96.86%
CMYK44.53%16.60%0.00%
3.14%

Color #89CEF7 in popluar number systems.

HEX89CEF7
Decimal137206247
Binary100010011100111011110111
Octal211316367

Shades and tints

Shades of #89CEF7

#89CEF7
(137,206,247)
#7DBCE1
(125,188,225)
#71AACB
(113,170,203)
#6598B5
(101,152,181)
#59869F
(89,134,159)
#4D7489
(77,116,137)
#416273
(65,98,115)
#35505D
(53,80,93)
#293E47
(41,62,71)
#1D2C31
(29,44,49)
#111A1B
(17,26,27)
#000000
(0,0,0)

Tints of #89CEF7

#89CEF7
(137,206,247)
#93D2F7
(147,210,247)
#9DD6F7
(157,214,247)
#A7DAF7
(167,218,247)
#B1DEF7
(177,222,247)
#BBE2F7
(187,226,247)
#C5E6F7
(197,230,247)
#CFEAF7
(207,234,247)
#D9EEF7
(217,238,247)
#E3F2F7
(227,242,247)
#EDF6F7
(237,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89CEF7 color. Also use rgb(137,206,247) instead hex code.

Text Font Color

.myTextColor { color: #89CEF7; }

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

This text font color is #89CEF7.


Background Color

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

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

This div background color is #89CEF7.


Border color

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

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

This div border color is #89CEF7.


Opacity

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

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

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

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

This text has shadow with #89CEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89CEF7 on black background.


Color preview on white background

This text has color #89CEF7 on white background.



Black color preview on #89CEF7 background

This text has black color on #89CEF7 background.


White color preview on #89CEF7 background

This text has white color on #89CEF7 background.