COLOR #89ABE1

HEX: #89ABE1
RGB: (137,171,225)

Color info

#89ABE1 contains mainly green and blue colors. Web safe color of #89ABE1 is #9999CC (or #99C).

RGB color model

#89ABE1 color RGB value is (137,171,225).

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

RGB channels and saturation

R 137 of 255 = 54%
G 171 of 255 = 67%
B 225 of 255 = 88%

137
171
225

R + G + B ~ 70%. #89ABE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 171 + 225 = 533 (100%)
R 137 of 533 ~ 25.7%
G 171 of 533 ~ 32.08%
B 225 of 533 ~ 42.21%

%25.7
%32.08
%42.21

CMYK color model

#89ABE1 color CMYK value is (39,24,0,12).

  • cyan value is 39.11%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(39,24,0,12)
C39M24Y0K12 
(39%,24%,0%,12%)
(0.39/0.24/0.00/0.12)	

CMYK percentages

%39.11
%24
%0
%11.76

Codes

Color #89ABE1 in popluar color models

89ABE1
RGB137171225
HSL217°59.46%70.98%
HSB/HSV217°39.11%88.24%
CMYK39.11%24.00%0.00%
11.76%

Color #89ABE1 in popluar number systems.

HEX89ABE1
Decimal137171225
Binary100010011010101111100001
Octal211253341

Shades and tints

Shades of #89ABE1

#89ABE1
(137,171,225)
#7D9CCD
(125,156,205)
#718DB9
(113,141,185)
#657EA5
(101,126,165)
#596F91
(89,111,145)
#4D607D
(77,96,125)
#415169
(65,81,105)
#354255
(53,66,85)
#293341
(41,51,65)
#1D242D
(29,36,45)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #89ABE1

#89ABE1
(137,171,225)
#93B2E3
(147,178,227)
#9DB9E5
(157,185,229)
#A7C0E7
(167,192,231)
#B1C7E9
(177,199,233)
#BBCEEB
(187,206,235)
#C5D5ED
(197,213,237)
#CFDCEF
(207,220,239)
#D9E3F1
(217,227,241)
#E3EAF3
(227,234,243)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89ABE1; }

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

This text font color is #89ABE1.


Background Color

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

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

This div background color is #89ABE1.


Border color

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

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

This div border color is #89ABE1.


Opacity

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

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

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

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

This text has shadow with #89ABE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89ABE1 on black background.


Color preview on white background

This text has color #89ABE1 on white background.



Black color preview on #89ABE1 background

This text has black color on #89ABE1 background.


White color preview on #89ABE1 background

This text has white color on #89ABE1 background.