COLOR #89A2BC

HEX: #89A2BC
RGB: (137,162,188)

Color info

#89A2BC contains red, green and blue colors in about the same proportion. Web safe color of #89A2BC is #9999CC (or #99C).

RGB color model

#89A2BC color RGB value is (137,162,188).

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

RGB channels and saturation

R 137 of 255 = 54%
G 162 of 255 = 64%
B 188 of 255 = 74%

137
162
188

R + G + B ~ 64%. #89A2BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 162 + 188 = 487 (100%)
R 137 of 487 ~ 28.13%
G 162 of 487 ~ 33.26%
B 188 of 487 ~ 38.6%

%28.13
%33.26
%38.6

CMYK color model

#89A2BC color CMYK value is (27,14,0,26).

  • cyan value is 27.13%
  • magenta value is 13.83%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(27,14,0,26)
C27M14Y0K26 
(27%,14%,0%,26%)
(0.27/0.14/0.00/0.26)	

CMYK percentages

%27.13
%13.83
%0
%26.27

Codes

Color #89A2BC in popluar color models

89A2BC
RGB137162188
HSL211°27.57%63.73%
HSB/HSV211°27.13%73.73%
CMYK27.13%13.83%0.00%
26.27%

Color #89A2BC in popluar number systems.

HEX89A2BC
Decimal137162188
Binary100010011010001010111100
Octal211242274

Shades and tints

Shades of #89A2BC

#89A2BC
(137,162,188)
#7D94AB
(125,148,171)
#71869A
(113,134,154)
#657889
(101,120,137)
#596A78
(89,106,120)
#4D5C67
(77,92,103)
#414E56
(65,78,86)
#354045
(53,64,69)
#293234
(41,50,52)
#1D2423
(29,36,35)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #89A2BC

#89A2BC
(137,162,188)
#93AAC2
(147,170,194)
#9DB2C8
(157,178,200)
#A7BACE
(167,186,206)
#B1C2D4
(177,194,212)
#BBCADA
(187,202,218)
#C5D2E0
(197,210,224)
#CFDAE6
(207,218,230)
#D9E2EC
(217,226,236)
#E3EAF2
(227,234,242)
#EDF2F8
(237,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A2BC; }

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

This text font color is #89A2BC.


Background Color

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

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

This div background color is #89A2BC.


Border color

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

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

This div border color is #89A2BC.


Opacity

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

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

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

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

This text has shadow with #89A2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A2BC on black background.


Color preview on white background

This text has color #89A2BC on white background.



Black color preview on #89A2BC background

This text has black color on #89A2BC background.


White color preview on #89A2BC background

This text has white color on #89A2BC background.