COLOR #89ACE8

HEX: #89ACE8
RGB: (137,172,232)

Color info

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

RGB color model

#89ACE8 color RGB value is (137,172,232).

  • red value is 137;
  • green value is 172;
  • blue value is 232.
RGB:
(137,172,232)
(54%,67%,91%)

RGB channels and saturation

R 137 of 255 = 54%
G 172 of 255 = 67%
B 232 of 255 = 91%

137
172
232

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

Portions of RGB colors in percentages

R + G + B =
137 + 172 + 232 = 541 (100%)
R 137 of 541 ~ 25.32%
G 172 of 541 ~ 31.79%
B 232 of 541 ~ 42.88%

%25.32
%31.79
%42.88

CMYK color model

#89ACE8 color CMYK value is (41,26,0,9).

  • cyan value is 40.95%
  • magenta value is 25.86%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(41,26,0,9)
C41M26Y0K9 
(41%,26%,0%,9%)
(0.41/0.26/0.00/0.09)	

CMYK percentages

%40.95
%25.86
%0
%9.02

Codes

Color #89ACE8 in popluar color models

89ACE8
RGB137172232
HSL218°67.38%72.35%
HSB/HSV218°40.95%90.98%
CMYK40.95%25.86%0.00%
9.02%

Color #89ACE8 in popluar number systems.

HEX89ACE8
Decimal137172232
Binary100010011010110011101000
Octal211254350

Shades and tints

Shades of #89ACE8

#89ACE8
(137,172,232)
#7D9DD3
(125,157,211)
#718EBE
(113,142,190)
#657FA9
(101,127,169)
#597094
(89,112,148)
#4D617F
(77,97,127)
#41526A
(65,82,106)
#354355
(53,67,85)
#293440
(41,52,64)
#1D252B
(29,37,43)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #89ACE8

#89ACE8
(137,172,232)
#93B3EA
(147,179,234)
#9DBAEC
(157,186,236)
#A7C1EE
(167,193,238)
#B1C8F0
(177,200,240)
#BBCFF2
(187,207,242)
#C5D6F4
(197,214,244)
#CFDDF6
(207,221,246)
#D9E4F8
(217,228,248)
#E3EBFA
(227,235,250)
#EDF2FC
(237,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89ACE8 color. Also use rgb(137,172,232) instead hex code.

Text Font Color

.myTextColor { color: #89ACE8; }

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

This text font color is #89ACE8.


Background Color

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

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

This div background color is #89ACE8.


Border color

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

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

This div border color is #89ACE8.


Opacity

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

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

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

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

This text has shadow with #89ACE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89ACE8 on black background.


Color preview on white background

This text has color #89ACE8 on white background.



Black color preview on #89ACE8 background

This text has black color on #89ACE8 background.


White color preview on #89ACE8 background

This text has white color on #89ACE8 background.