COLOR #89BBE1

HEX: #89BBE1
RGB: (137,187,225)

Color info

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

RGB color model

#89BBE1 color RGB value is (137,187,225).

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

RGB channels and saturation

R 137 of 255 = 54%
G 187 of 255 = 73%
B 225 of 255 = 88%

137
187
225

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

Portions of RGB colors in percentages

R + G + B =
137 + 187 + 225 = 549 (100%)
R 137 of 549 ~ 24.95%
G 187 of 549 ~ 34.06%
B 225 of 549 ~ 40.98%

%24.95
%34.06
%40.98

CMYK color model

#89BBE1 color CMYK value is (39,17,0,12).

  • cyan value is 39.11%
  • magenta value is 16.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(39,17,0,12)
C39M17Y0K12 
(39%,17%,0%,12%)
(0.39/0.17/0.00/0.12)	

CMYK percentages

%39.11
%16.89
%0
%11.76

Codes

Color #89BBE1 in popluar color models

89BBE1
RGB137187225
HSL206°59.46%70.98%
HSB/HSV206°39.11%88.24%
CMYK39.11%16.89%0.00%
11.76%

Color #89BBE1 in popluar number systems.

HEX89BBE1
Decimal137187225
Binary100010011011101111100001
Octal211273341

Shades and tints

Shades of #89BBE1

#89BBE1
(137,187,225)
#7DAACD
(125,170,205)
#7199B9
(113,153,185)
#6588A5
(101,136,165)
#597791
(89,119,145)
#4D667D
(77,102,125)
#415569
(65,85,105)
#354455
(53,68,85)
#293341
(41,51,65)
#1D222D
(29,34,45)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #89BBE1

#89BBE1
(137,187,225)
#93C1E3
(147,193,227)
#9DC7E5
(157,199,229)
#A7CDE7
(167,205,231)
#B1D3E9
(177,211,233)
#BBD9EB
(187,217,235)
#C5DFED
(197,223,237)
#CFE5EF
(207,229,239)
#D9EBF1
(217,235,241)
#E3F1F3
(227,241,243)
#EDF7F5
(237,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89BBE1; }

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

This text font color is #89BBE1.


Background Color

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

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

This div background color is #89BBE1.


Border color

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

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

This div border color is #89BBE1.


Opacity

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

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

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

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

This text has shadow with #89BBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89BBE1 on black background.


Color preview on white background

This text has color #89BBE1 on white background.



Black color preview on #89BBE1 background

This text has black color on #89BBE1 background.


White color preview on #89BBE1 background

This text has white color on #89BBE1 background.