COLOR #89A2C5

HEX: #89A2C5
RGB: (137,162,197)

Color info

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

RGB color model

#89A2C5 color RGB value is (137,162,197).

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

RGB channels and saturation

R 137 of 255 = 54%
G 162 of 255 = 64%
B 197 of 255 = 77%

137
162
197

R + G + B ~ 65%. #89A2C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 162 + 197 = 496 (100%)
R 137 of 496 ~ 27.62%
G 162 of 496 ~ 32.66%
B 197 of 496 ~ 39.72%

%27.62
%32.66
%39.72

CMYK color model

#89A2C5 color CMYK value is (30,18,0,23).

  • cyan value is 30.46%
  • magenta value is 17.77%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(30,18,0,23)
C30M18Y0K23 
(30%,18%,0%,23%)
(0.30/0.18/0.00/0.23)	

CMYK percentages

%30.46
%17.77
%0
%22.75

Codes

Color #89A2C5 in popluar color models

89A2C5
RGB137162197
HSL215°34.09%65.49%
HSB/HSV215°30.46%77.25%
CMYK30.46%17.77%0.00%
22.75%

Color #89A2C5 in popluar number systems.

HEX89A2C5
Decimal137162197
Binary100010011010001011000101
Octal211242305

Shades and tints

Shades of #89A2C5

#89A2C5
(137,162,197)
#7D94B4
(125,148,180)
#7186A3
(113,134,163)
#657892
(101,120,146)
#596A81
(89,106,129)
#4D5C70
(77,92,112)
#414E5F
(65,78,95)
#35404E
(53,64,78)
#29323D
(41,50,61)
#1D242C
(29,36,44)
#11161B
(17,22,27)
#000000
(0,0,0)

Tints of #89A2C5

#89A2C5
(137,162,197)
#93AACA
(147,170,202)
#9DB2CF
(157,178,207)
#A7BAD4
(167,186,212)
#B1C2D9
(177,194,217)
#BBCADE
(187,202,222)
#C5D2E3
(197,210,227)
#CFDAE8
(207,218,232)
#D9E2ED
(217,226,237)
#E3EAF2
(227,234,242)
#EDF2F7
(237,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A2C5; }

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

This text font color is #89A2C5.


Background Color

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

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

This div background color is #89A2C5.


Border color

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

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

This div border color is #89A2C5.


Opacity

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

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

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

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

This text has shadow with #89A2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A2C5 on black background.


Color preview on white background

This text has color #89A2C5 on white background.



Black color preview on #89A2C5 background

This text has black color on #89A2C5 background.


White color preview on #89A2C5 background

This text has white color on #89A2C5 background.