COLOR #89B7E1

HEX: #89B7E1
RGB: (137,183,225)

Color info

#89B7E1 contains mainly green and blue colors. Web safe color of #89B7E1 is #99CCCC (or #9CC).

RGB color model

#89B7E1 color RGB value is (137,183,225).

  • red value is 137;
  • green value is 183;
  • blue value is 225.
RGB:
(137,183,225)
(54%,72%,88%)

RGB channels and saturation

R 137 of 255 = 54%
G 183 of 255 = 72%
B 225 of 255 = 88%

137
183
225

R + G + B ~ 71%. #89B7E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 183 + 225 = 545 (100%)
R 137 of 545 ~ 25.14%
G 183 of 545 ~ 33.58%
B 225 of 545 ~ 41.28%

%25.14
%33.58
%41.28

CMYK color model

#89B7E1 color CMYK value is (39,19,0,12).

  • cyan value is 39.11%
  • magenta value is 18.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(39,19,0,12)
C39M19Y0K12 
(39%,19%,0%,12%)
(0.39/0.19/0.00/0.12)	

CMYK percentages

%39.11
%18.67
%0
%11.76

Codes

Color #89B7E1 in popluar color models

89B7E1
RGB137183225
HSL209°59.46%70.98%
HSB/HSV209°39.11%88.24%
CMYK39.11%18.67%0.00%
11.76%

Color #89B7E1 in popluar number systems.

HEX89B7E1
Decimal137183225
Binary100010011011011111100001
Octal211267341

Shades and tints

Shades of #89B7E1

#89B7E1
(137,183,225)
#7DA7CD
(125,167,205)
#7197B9
(113,151,185)
#6587A5
(101,135,165)
#597791
(89,119,145)
#4D677D
(77,103,125)
#415769
(65,87,105)
#354755
(53,71,85)
#293741
(41,55,65)
#1D272D
(29,39,45)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #89B7E1

#89B7E1
(137,183,225)
#93BDE3
(147,189,227)
#9DC3E5
(157,195,229)
#A7C9E7
(167,201,231)
#B1CFE9
(177,207,233)
#BBD5EB
(187,213,235)
#C5DBED
(197,219,237)
#CFE1EF
(207,225,239)
#D9E7F1
(217,231,241)
#E3EDF3
(227,237,243)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B7E1 color. Also use rgb(137,183,225) instead hex code.

Text Font Color

.myTextColor { color: #89B7E1; }

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

This text font color is #89B7E1.


Background Color

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

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

This div background color is #89B7E1.


Border color

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

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

This div border color is #89B7E1.


Opacity

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

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

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

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

This text has shadow with #89B7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B7E1 on black background.


Color preview on white background

This text has color #89B7E1 on white background.



Black color preview on #89B7E1 background

This text has black color on #89B7E1 background.


White color preview on #89B7E1 background

This text has white color on #89B7E1 background.