COLOR #89B6E7

HEX: #89B6E7
RGB: (137,182,231)

Color info

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

RGB color model

#89B6E7 color RGB value is (137,182,231).

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

RGB channels and saturation

R 137 of 255 = 54%
G 182 of 255 = 71%
B 231 of 255 = 91%

137
182
231

R + G + B ~ 72%. #89B6E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 182 + 231 = 550 (100%)
R 137 of 550 ~ 24.91%
G 182 of 550 ~ 33.09%
B 231 of 550 ~ 42%

%24.91
%33.09
%42

CMYK color model

#89B6E7 color CMYK value is (41,21,0,9).

  • cyan value is 40.69%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(41,21,0,9)
C41M21Y0K9 
(41%,21%,0%,9%)
(0.41/0.21/0.00/0.09)	

CMYK percentages

%40.69
%21.21
%0
%9.41

Codes

Color #89B6E7 in popluar color models

89B6E7
RGB137182231
HSL211°66.20%72.16%
HSB/HSV211°40.69%90.59%
CMYK40.69%21.21%0.00%
9.41%

Color #89B6E7 in popluar number systems.

HEX89B6E7
Decimal137182231
Binary100010011011011011100111
Octal211266347

Shades and tints

Shades of #89B6E7

#89B6E7
(137,182,231)
#7DA6D2
(125,166,210)
#7196BD
(113,150,189)
#6586A8
(101,134,168)
#597693
(89,118,147)
#4D667E
(77,102,126)
#415669
(65,86,105)
#354654
(53,70,84)
#29363F
(41,54,63)
#1D262A
(29,38,42)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #89B6E7

#89B6E7
(137,182,231)
#93BCE9
(147,188,233)
#9DC2EB
(157,194,235)
#A7C8ED
(167,200,237)
#B1CEEF
(177,206,239)
#BBD4F1
(187,212,241)
#C5DAF3
(197,218,243)
#CFE0F5
(207,224,245)
#D9E6F7
(217,230,247)
#E3ECF9
(227,236,249)
#EDF2FB
(237,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89B6E7; }

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

This text font color is #89B6E7.


Background Color

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

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

This div background color is #89B6E7.


Border color

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

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

This div border color is #89B6E7.


Opacity

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

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

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

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

This text has shadow with #89B6E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B6E7 on black background.


Color preview on white background

This text has color #89B6E7 on white background.



Black color preview on #89B6E7 background

This text has black color on #89B6E7 background.


White color preview on #89B6E7 background

This text has white color on #89B6E7 background.