COLOR #89A2C2

HEX: #89A2C2
RGB: (137,162,194)

Color info

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

RGB color model

#89A2C2 color RGB value is (137,162,194).

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

RGB channels and saturation

R 137 of 255 = 54%
G 162 of 255 = 64%
B 194 of 255 = 76%

137
162
194

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

Portions of RGB colors in percentages

R + G + B =
137 + 162 + 194 = 493 (100%)
R 137 of 493 ~ 27.79%
G 162 of 493 ~ 32.86%
B 194 of 493 ~ 39.35%

%27.79
%32.86
%39.35

CMYK color model

#89A2C2 color CMYK value is (29,16,0,24).

  • cyan value is 29.38%
  • magenta value is 16.49%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(29,16,0,24)
C29M16Y0K24 
(29%,16%,0%,24%)
(0.29/0.16/0.00/0.24)	

CMYK percentages

%29.38
%16.49
%0
%23.92

Codes

Color #89A2C2 in popluar color models

89A2C2
RGB137162194
HSL214°31.84%64.90%
HSB/HSV214°29.38%76.08%
CMYK29.38%16.49%0.00%
23.92%

Color #89A2C2 in popluar number systems.

HEX89A2C2
Decimal137162194
Binary100010011010001011000010
Octal211242302

Shades and tints

Shades of #89A2C2

#89A2C2
(137,162,194)
#7D94B1
(125,148,177)
#7186A0
(113,134,160)
#65788F
(101,120,143)
#596A7E
(89,106,126)
#4D5C6D
(77,92,109)
#414E5C
(65,78,92)
#35404B
(53,64,75)
#29323A
(41,50,58)
#1D2429
(29,36,41)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #89A2C2

#89A2C2
(137,162,194)
#93AAC7
(147,170,199)
#9DB2CC
(157,178,204)
#A7BAD1
(167,186,209)
#B1C2D6
(177,194,214)
#BBCADB
(187,202,219)
#C5D2E0
(197,210,224)
#CFDAE5
(207,218,229)
#D9E2EA
(217,226,234)
#E3EAEF
(227,234,239)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A2C2; }

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

This text font color is #89A2C2.


Background Color

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

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

This div background color is #89A2C2.


Border color

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

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

This div border color is #89A2C2.


Opacity

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

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

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

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

This text has shadow with #89A2C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A2C2 on black background.


Color preview on white background

This text has color #89A2C2 on white background.



Black color preview on #89A2C2 background

This text has black color on #89A2C2 background.


White color preview on #89A2C2 background

This text has white color on #89A2C2 background.