COLOR #89ABCE

HEX: #89ABCE
RGB: (137,171,206)

Color info

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

RGB color model

#89ABCE color RGB value is (137,171,206).

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

RGB channels and saturation

R 137 of 255 = 54%
G 171 of 255 = 67%
B 206 of 255 = 81%

137
171
206

R + G + B ~ 67%. #89ABCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 171 + 206 = 514 (100%)
R 137 of 514 ~ 26.65%
G 171 of 514 ~ 33.27%
B 206 of 514 ~ 40.08%

%26.65
%33.27
%40.08

CMYK color model

#89ABCE color CMYK value is (33,17,0,19).

  • cyan value is 33.50%
  • magenta value is 16.99%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(33,17,0,19)
C33M17Y0K19 
(33%,17%,0%,19%)
(0.33/0.17/0.00/0.19)	

CMYK percentages

%33.5
%16.99
%0
%19.22

Codes

Color #89ABCE in popluar color models

89ABCE
RGB137171206
HSL210°41.32%67.25%
HSB/HSV210°33.50%80.78%
CMYK33.50%16.99%0.00%
19.22%

Color #89ABCE in popluar number systems.

HEX89ABCE
Decimal137171206
Binary100010011010101111001110
Octal211253316

Shades and tints

Shades of #89ABCE

#89ABCE
(137,171,206)
#7D9CBC
(125,156,188)
#718DAA
(113,141,170)
#657E98
(101,126,152)
#596F86
(89,111,134)
#4D6074
(77,96,116)
#415162
(65,81,98)
#354250
(53,66,80)
#29333E
(41,51,62)
#1D242C
(29,36,44)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #89ABCE

#89ABCE
(137,171,206)
#93B2D2
(147,178,210)
#9DB9D6
(157,185,214)
#A7C0DA
(167,192,218)
#B1C7DE
(177,199,222)
#BBCEE2
(187,206,226)
#C5D5E6
(197,213,230)
#CFDCEA
(207,220,234)
#D9E3EE
(217,227,238)
#E3EAF2
(227,234,242)
#EDF1F6
(237,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89ABCE; }

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

This text font color is #89ABCE.


Background Color

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

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

This div background color is #89ABCE.


Border color

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

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

This div border color is #89ABCE.


Opacity

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

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

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

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

This text has shadow with #89ABCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89ABCE on black background.


Color preview on white background

This text has color #89ABCE on white background.



Black color preview on #89ABCE background

This text has black color on #89ABCE background.


White color preview on #89ABCE background

This text has white color on #89ABCE background.