COLOR #89A2E3

HEX: #89A2E3
RGB: (137,162,227)

Color info

#89A2E3 contains mainly blue color. Web safe color of #89A2E3 is #9999CC (or #99C).

RGB color model

#89A2E3 color RGB value is (137,162,227).

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

RGB channels and saturation

R 137 of 255 = 54%
G 162 of 255 = 64%
B 227 of 255 = 89%

137
162
227

R + G + B ~ 69%. #89A2E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 162 + 227 = 526 (100%)
R 137 of 526 ~ 26.05%
G 162 of 526 ~ 30.8%
B 227 of 526 ~ 43.16%

%26.05
%30.8
%43.16

CMYK color model

#89A2E3 color CMYK value is (40,29,0,11).

  • cyan value is 39.65%
  • magenta value is 28.63%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(40,29,0,11)
C40M29Y0K11 
(40%,29%,0%,11%)
(0.40/0.29/0.00/0.11)	

CMYK percentages

%39.65
%28.63
%0
%10.98

Codes

Color #89A2E3 in popluar color models

89A2E3
RGB137162227
HSL223°61.64%71.37%
HSB/HSV223°39.65%89.02%
CMYK39.65%28.63%0.00%
10.98%

Color #89A2E3 in popluar number systems.

HEX89A2E3
Decimal137162227
Binary100010011010001011100011
Octal211242343

Shades and tints

Shades of #89A2E3

#89A2E3
(137,162,227)
#7D94CF
(125,148,207)
#7186BB
(113,134,187)
#6578A7
(101,120,167)
#596A93
(89,106,147)
#4D5C7F
(77,92,127)
#414E6B
(65,78,107)
#354057
(53,64,87)
#293243
(41,50,67)
#1D242F
(29,36,47)
#11161B
(17,22,27)
#000000
(0,0,0)

Tints of #89A2E3

#89A2E3
(137,162,227)
#93AAE5
(147,170,229)
#9DB2E7
(157,178,231)
#A7BAE9
(167,186,233)
#B1C2EB
(177,194,235)
#BBCAED
(187,202,237)
#C5D2EF
(197,210,239)
#CFDAF1
(207,218,241)
#D9E2F3
(217,226,243)
#E3EAF5
(227,234,245)
#EDF2F7
(237,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A2E3; }

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

This text font color is #89A2E3.


Background Color

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

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

This div background color is #89A2E3.


Border color

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

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

This div border color is #89A2E3.


Opacity

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

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

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

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

This text has shadow with #89A2E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A2E3 on black background.


Color preview on white background

This text has color #89A2E3 on white background.



Black color preview on #89A2E3 background

This text has black color on #89A2E3 background.


White color preview on #89A2E3 background

This text has white color on #89A2E3 background.