COLOR #89ABF6

HEX: #89ABF6
RGB: (137,171,246)

Color info

#89ABF6 contains mainly blue color. Web safe color of #89ABF6 is #9999FF (or #99F).

RGB color model

#89ABF6 color RGB value is (137,171,246).

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

RGB channels and saturation

R 137 of 255 = 54%
G 171 of 255 = 67%
B 246 of 255 = 96%

137
171
246

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

Portions of RGB colors in percentages

R + G + B =
137 + 171 + 246 = 554 (100%)
R 137 of 554 ~ 24.73%
G 171 of 554 ~ 30.87%
B 246 of 554 ~ 44.4%

%24.73
%30.87
%44.4

CMYK color model

#89ABF6 color CMYK value is (44,30,0,4).

  • cyan value is 44.31%
  • magenta value is 30.49%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(44,30,0,4)
C44M30Y0K4 
(44%,30%,0%,4%)
(0.44/0.30/0.00/0.04)	

CMYK percentages

%44.31
%30.49
%0
%3.53

Codes

Color #89ABF6 in popluar color models

89ABF6
RGB137171246
HSL221°85.83%75.10%
HSB/HSV221°44.31%96.47%
CMYK44.31%30.49%0.00%
3.53%

Color #89ABF6 in popluar number systems.

HEX89ABF6
Decimal137171246
Binary100010011010101111110110
Octal211253366

Shades and tints

Shades of #89ABF6

#89ABF6
(137,171,246)
#7D9CE0
(125,156,224)
#718DCA
(113,141,202)
#657EB4
(101,126,180)
#596F9E
(89,111,158)
#4D6088
(77,96,136)
#415172
(65,81,114)
#35425C
(53,66,92)
#293346
(41,51,70)
#1D2430
(29,36,48)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #89ABF6

#89ABF6
(137,171,246)
#93B2F6
(147,178,246)
#9DB9F6
(157,185,246)
#A7C0F6
(167,192,246)
#B1C7F6
(177,199,246)
#BBCEF6
(187,206,246)
#C5D5F6
(197,213,246)
#CFDCF6
(207,220,246)
#D9E3F6
(217,227,246)
#E3EAF6
(227,234,246)
#EDF1F6
(237,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89ABF6; }

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

This text font color is #89ABF6.


Background Color

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

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

This div background color is #89ABF6.


Border color

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

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

This div border color is #89ABF6.


Opacity

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

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

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

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

This text has shadow with #89ABF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89ABF6 on black background.


Color preview on white background

This text has color #89ABF6 on white background.



Black color preview on #89ABF6 background

This text has black color on #89ABF6 background.


White color preview on #89ABF6 background

This text has white color on #89ABF6 background.