COLOR #89AAE3

HEX: #89AAE3
RGB: (137,170,227)

Color info

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

RGB color model

#89AAE3 color RGB value is (137,170,227).

  • red value is 137;
  • green value is 170;
  • blue value is 227.
RGB:
(137,170,227)
(54%,67%,89%)

RGB channels and saturation

R 137 of 255 = 54%
G 170 of 255 = 67%
B 227 of 255 = 89%

137
170
227

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

Portions of RGB colors in percentages

R + G + B =
137 + 170 + 227 = 534 (100%)
R 137 of 534 ~ 25.66%
G 170 of 534 ~ 31.84%
B 227 of 534 ~ 42.51%

%25.66
%31.84
%42.51

CMYK color model

#89AAE3 color CMYK value is (40,25,0,11).

  • cyan value is 39.65%
  • magenta value is 25.11%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(40,25,0,11)
C40M25Y0K11 
(40%,25%,0%,11%)
(0.40/0.25/0.00/0.11)	

CMYK percentages

%39.65
%25.11
%0
%10.98

Codes

Color #89AAE3 in popluar color models

89AAE3
RGB137170227
HSL218°61.64%71.37%
HSB/HSV218°39.65%89.02%
CMYK39.65%25.11%0.00%
10.98%

Color #89AAE3 in popluar number systems.

HEX89AAE3
Decimal137170227
Binary100010011010101011100011
Octal211252343

Shades and tints

Shades of #89AAE3

#89AAE3
(137,170,227)
#7D9BCF
(125,155,207)
#718CBB
(113,140,187)
#657DA7
(101,125,167)
#596E93
(89,110,147)
#4D5F7F
(77,95,127)
#41506B
(65,80,107)
#354157
(53,65,87)
#293243
(41,50,67)
#1D232F
(29,35,47)
#11141B
(17,20,27)
#000000
(0,0,0)

Tints of #89AAE3

#89AAE3
(137,170,227)
#93B1E5
(147,177,229)
#9DB8E7
(157,184,231)
#A7BFE9
(167,191,233)
#B1C6EB
(177,198,235)
#BBCDED
(187,205,237)
#C5D4EF
(197,212,239)
#CFDBF1
(207,219,241)
#D9E2F3
(217,226,243)
#E3E9F5
(227,233,245)
#EDF0F7
(237,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89AAE3 color. Also use rgb(137,170,227) instead hex code.

Text Font Color

.myTextColor { color: #89AAE3; }

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

This text font color is #89AAE3.


Background Color

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

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

This div background color is #89AAE3.


Border color

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

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

This div border color is #89AAE3.


Opacity

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

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

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

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

This text has shadow with #89AAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AAE3 on black background.


Color preview on white background

This text has color #89AAE3 on white background.



Black color preview on #89AAE3 background

This text has black color on #89AAE3 background.


White color preview on #89AAE3 background

This text has white color on #89AAE3 background.