COLOR #88ACE0

HEX: #88ACE0
RGB: (136,172,224)

Color info

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

RGB color model

#88ACE0 color RGB value is (136,172,224).

  • red value is 136;
  • green value is 172;
  • blue value is 224.
RGB:
(136,172,224)
(53%,67%,88%)

RGB channels and saturation

R 136 of 255 = 53%
G 172 of 255 = 67%
B 224 of 255 = 88%

136
172
224

R + G + B ~ 69%. #88ACE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 172 + 224 = 532 (100%)
R 136 of 532 ~ 25.56%
G 172 of 532 ~ 32.33%
B 224 of 532 ~ 42.11%

%25.56
%32.33
%42.11

CMYK color model

#88ACE0 color CMYK value is (39,23,0,12).

  • cyan value is 39.29%
  • magenta value is 23.21%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(39,23,0,12)
C39M23Y0K12 
(39%,23%,0%,12%)
(0.39/0.23/0.00/0.12)	

CMYK percentages

%39.29
%23.21
%0
%12.16

Codes

Color #88ACE0 in popluar color models

88ACE0
RGB136172224
HSL215°58.67%70.59%
HSB/HSV215°39.29%87.84%
CMYK39.29%23.21%0.00%
12.16%

Color #88ACE0 in popluar number systems.

HEX88ACE0
Decimal136172224
Binary100010001010110011100000
Octal210254340

Shades and tints

Shades of #88ACE0

#88ACE0
(136,172,224)
#7C9DCC
(124,157,204)
#708EB8
(112,142,184)
#647FA4
(100,127,164)
#587090
(88,112,144)
#4C617C
(76,97,124)
#405268
(64,82,104)
#344354
(52,67,84)
#283440
(40,52,64)
#1C252C
(28,37,44)
#101618
(16,22,24)
#000000
(0,0,0)

Tints of #88ACE0

#88ACE0
(136,172,224)
#92B3E2
(146,179,226)
#9CBAE4
(156,186,228)
#A6C1E6
(166,193,230)
#B0C8E8
(176,200,232)
#BACFEA
(186,207,234)
#C4D6EC
(196,214,236)
#CEDDEE
(206,221,238)
#D8E4F0
(216,228,240)
#E2EBF2
(226,235,242)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88ACE0 color. Also use rgb(136,172,224) instead hex code.

Text Font Color

.myTextColor { color: #88ACE0; }

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

This text font color is #88ACE0.


Background Color

.myBgColor { background-color: #88ACE0; }

<div style="background-color:#88ACE0">Inner text</div>

This div background color is #88ACE0.


Border color

.myBorderColor { border: 1px solid #88ACE0; }

<div style="border:3px solid #88ACE0">Div</div>

This div border color is #88ACE0.


Opacity

.myOpacity80 { color: #88ACE0; opacity: 0.8; }

<p style="color:#88ACE0;opacity:0.8;">80%</p>

Text with #88ACE0 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 #88ACE0;}

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

This text has shadow with #88ACE0 color.

.textShadow {text-shadow: 3px 3px 1px #88ACE0, 3px 3px 1px red;}

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

This text has shadow with #88ACE0 primary color and red secondary color.


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

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

This text has shadow with #88ACE0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88ACE0 on black background.


Color preview on white background

This text has color #88ACE0 on white background.



Black color preview on #88ACE0 background

This text has black color on #88ACE0 background.


White color preview on #88ACE0 background

This text has white color on #88ACE0 background.