COLOR #89A2D1

HEX: #89A2D1
RGB: (137,162,209)

Color info

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

RGB color model

#89A2D1 color RGB value is (137,162,209).

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

RGB channels and saturation

R 137 of 255 = 54%
G 162 of 255 = 64%
B 209 of 255 = 82%

137
162
209

R + G + B ~ 67%. #89A2D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 162 + 209 = 508 (100%)
R 137 of 508 ~ 26.97%
G 162 of 508 ~ 31.89%
B 209 of 508 ~ 41.14%

%26.97
%31.89
%41.14

CMYK color model

#89A2D1 color CMYK value is (34,22,0,18).

  • cyan value is 34.45%
  • magenta value is 22.49%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(34,22,0,18)
C34M22Y0K18 
(34%,22%,0%,18%)
(0.34/0.22/0.00/0.18)	

CMYK percentages

%34.45
%22.49
%0
%18.04

Codes

Color #89A2D1 in popluar color models

89A2D1
RGB137162209
HSL219°43.90%67.84%
HSB/HSV219°34.45%81.96%
CMYK34.45%22.49%0.00%
18.04%

Color #89A2D1 in popluar number systems.

HEX89A2D1
Decimal137162209
Binary100010011010001011010001
Octal211242321

Shades and tints

Shades of #89A2D1

#89A2D1
(137,162,209)
#7D94BE
(125,148,190)
#7186AB
(113,134,171)
#657898
(101,120,152)
#596A85
(89,106,133)
#4D5C72
(77,92,114)
#414E5F
(65,78,95)
#35404C
(53,64,76)
#293239
(41,50,57)
#1D2426
(29,36,38)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #89A2D1

#89A2D1
(137,162,209)
#93AAD5
(147,170,213)
#9DB2D9
(157,178,217)
#A7BADD
(167,186,221)
#B1C2E1
(177,194,225)
#BBCAE5
(187,202,229)
#C5D2E9
(197,210,233)
#CFDAED
(207,218,237)
#D9E2F1
(217,226,241)
#E3EAF5
(227,234,245)
#EDF2F9
(237,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A2D1; }

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

This text font color is #89A2D1.


Background Color

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

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

This div background color is #89A2D1.


Border color

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

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

This div border color is #89A2D1.


Opacity

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

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

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

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

This text has shadow with #89A2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A2D1 on black background.


Color preview on white background

This text has color #89A2D1 on white background.



Black color preview on #89A2D1 background

This text has black color on #89A2D1 background.


White color preview on #89A2D1 background

This text has white color on #89A2D1 background.