COLOR #89A2DD

HEX: #89A2DD RGB: (137,162,221)

Color info

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

RGB color model

#89A2DD color RGB value is (137,162,221).

RGB: (137,162,221) (54%, 64%, 87%)

RGB channels and saturation

R 137 of 255 = 54%
G 162 of 255 = 64%
B 221 of 255 = 87%

137
162
221

R + G + B ~ 68%. #89A2DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 162 + 221 = 520 (100%)
R 137 of 520 ~ 26.35%
G 162 of 520 ~ 31.15%
B 221 of 520 ~ 42.5'%

%26.35
%31.15
%42.5

CMYK color model

#89A2DD color CMYK value is (38,27,0,13).

  • cyan value is 38.01%
  • magenta value is 26.70%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (38,27,0,13)
C38M27Y0K13 (38%, 27%, 0%, 13%)
(0.38 / 0.27 / 0.00 / 0.13)

CMYK percentages

%38.01
%26.7
%0
%13.33

Codes

Color #89A2DD in popluar color models

89 A2 DD
RGB 137 162 221
HSL 222° 55.26% 70.20%
HSB/HSV 222° 38.01% 86.67%
CMYK 38.01% 26.70% 0.00%
13.33%

Color #89A2DD in popluar number systems.

HEX 89 A2 DD
Decimal 137 162 221
Binary 10001001 10100010 11011101
Octal 211 242 335

Shades and tints

Shades of #89A2DD

#89A2DD
(137,162,221)
#7D94C9
(125,148,201)
#7186B5
(113,134,181)
#6578A1
(101,120,161)
#596A8D
(89,106,141)
#4D5C79
(77,92,121)
#414E65
(65,78,101)
#354051
(53,64,81)
#29323D
(41,50,61)
#1D2429
(29,36,41)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #89A2DD

#89A2DD
(137,162,221)
#93AAE0
(147,170,224)
#9DB2E3
(157,178,227)
#A7BAE6
(167,186,230)
#B1C2E9
(177,194,233)
#BBCAEC
(187,202,236)
#C5D2EF
(197,210,239)
#CFDAF2
(207,218,242)
#D9E2F5
(217,226,245)
#E3EAF8
(227,234,248)
#EDF2FB
(237,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A2DD; }

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

This text font color is #89A2DD.

Background Color

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

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

This div background color is #89A2DD.

Border color

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

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

This div border color is #89A2DD.

Opacity

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

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

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

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

This text has shadow with #89A2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A2DD.

Preview

Color preview on black background

This text has color #89A2DD on black background.


Color preview on white background

This text has color #89A2DD on white background.


Black color preview on #89A2DD background

This text has black color on #89A2DD background.


White color preview on #89A2DD background

This text has white color on #89A2DD background.


Related colors

Complementary color

Complementary color for #hex is #765D22.


I love getcolorcode.com

Triadic colors

1 #DD89A2 and #A2DD89 with #89A2DD are triadic colors.

2 #DDA289 and #A289DD with #89A2DD are triadic colors.