COLOR #89A8ED

HEX: #89A8ED RGB: (137,168,237)

Color info

#89A8ED contains mainly blue color. Web safe color of #89A8ED is #9999FF (or #99F).

RGB color model

#89A8ED color RGB value is (137,168,237).

RGB: (137,168,237) (54%, 66%, 93%)

RGB channels and saturation

R 137 of 255 = 54%
G 168 of 255 = 66%
B 237 of 255 = 93%

137
168
237

R + G + B ~ 71%. #89A8ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 168 + 237 = 542 (100%)
R 137 of 542 ~ 25.28%
G 168 of 542 ~ 31%
B 237 of 542 ~ 43.73'%

%25.28
%31
%43.73

CMYK color model

#89A8ED color CMYK value is (42,29,0,7).

  • cyan value is 42.19%
  • magenta value is 29.11%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (42,29,0,7)
C42M29Y0K7 (42%, 29%, 0%, 7%)
(0.42 / 0.29 / 0.00 / 0.07)

CMYK percentages

%42.19
%29.11
%0
%7.06

Codes

Color #89A8ED in popluar color models

89 A8 ED
RGB 137 168 237
HSL 221° 73.53% 73.33%
HSB/HSV 221° 42.19% 92.94%
CMYK 42.19% 29.11% 0.00%
7.06%

Color #89A8ED in popluar number systems.

HEX 89 A8 ED
Decimal 137 168 237
Binary 10001001 10101000 11101101
Octal 211 250 355

Shades and tints

Shades of #89A8ED

#89A8ED
(137,168,237)
#7D99D8
(125,153,216)
#718AC3
(113,138,195)
#657BAE
(101,123,174)
#596C99
(89,108,153)
#4D5D84
(77,93,132)
#414E6F
(65,78,111)
#353F5A
(53,63,90)
#293045
(41,48,69)
#1D2130
(29,33,48)
#11121B
(17,18,27)
#000000
(0,0,0)

Tints of #89A8ED

#89A8ED
(137,168,237)
#93AFEE
(147,175,238)
#9DB6EF
(157,182,239)
#A7BDF0
(167,189,240)
#B1C4F1
(177,196,241)
#BBCBF2
(187,203,242)
#C5D2F3
(197,210,243)
#CFD9F4
(207,217,244)
#D9E0F5
(217,224,245)
#E3E7F6
(227,231,246)
#EDEEF7
(237,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A8ED color. Also use rgb(137,168,237) instead hex code.

Text Font Color

.myTextColor { color: #89A8ED; }

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

This text font color is #89A8ED.

Background Color

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

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

This div background color is #89A8ED.

Border color

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

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

This div border color is #89A8ED.

Opacity

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

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

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

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

This text has shadow with #89A8ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A8ED.

Preview

Color preview on black background

This text has color #89A8ED on black background.


Color preview on white background

This text has color #89A8ED on white background.


Black color preview on #89A8ED background

This text has black color on #89A8ED background.


White color preview on #89A8ED background

This text has white color on #89A8ED background.


Related colors

Complementary color

Complementary color for #hex is #765712.


I love getcolorcode.com

Triadic colors

1 #ED89A8 and #A8ED89 with #89A8ED are triadic colors.

2 #EDA889 and #A889ED with #89A8ED are triadic colors.