COLOR #AAACE0

HEX: #AAACE0
RGB: (170,172,224)

Color info

#AAACE0 contains red, green and blue colors in about the same proportion. Web safe color of #AAACE0 is #9999CC (or #99C).

RGB color model

#AAACE0 color RGB value is (170,172,224).

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

RGB channels and saturation

R 170 of 255 = 67%
G 172 of 255 = 67%
B 224 of 255 = 88%

170
172
224

R + G + B ~ 74%. #AAACE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 172 + 224 = 566 (100%)
R 170 of 566 ~ 30.04%
G 172 of 566 ~ 30.39%
B 224 of 566 ~ 39.58%

%30.04
%30.39
%39.58

CMYK color model

#AAACE0 color CMYK value is (24,23,0,12).

  • cyan value is 24.11%
  • magenta value is 23.21%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(24,23,0,12)
C24M23Y0K12 
(24%,23%,0%,12%)
(0.24/0.23/0.00/0.12)	

CMYK percentages

%24.11
%23.21
%0
%12.16

Codes

Color #AAACE0 in popluar color models

AAACE0
RGB170172224
HSL238°46.55%77.25%
HSB/HSV238°24.11%87.84%
CMYK24.11%23.21%0.00%
12.16%

Color #AAACE0 in popluar number systems.

HEXAAACE0
Decimal170172224
Binary101010101010110011100000
Octal252254340

Shades and tints

Shades of #AAACE0

#AAACE0
(170,172,224)
#9B9DCC
(155,157,204)
#8C8EB8
(140,142,184)
#7D7FA4
(125,127,164)
#6E7090
(110,112,144)
#5F617C
(95,97,124)
#505268
(80,82,104)
#414354
(65,67,84)
#323440
(50,52,64)
#23252C
(35,37,44)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #AAACE0

#AAACE0
(170,172,224)
#B1B3E2
(177,179,226)
#B8BAE4
(184,186,228)
#BFC1E6
(191,193,230)
#C6C8E8
(198,200,232)
#CDCFEA
(205,207,234)
#D4D6EC
(212,214,236)
#DBDDEE
(219,221,238)
#E2E4F0
(226,228,240)
#E9EBF2
(233,235,242)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAACE0; }

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

This text font color is #AAACE0.


Background Color

.myBgColor { background-color: #AAACE0; }

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

This div background color is #AAACE0.


Border color

.myBorderColor { border: 1px solid #AAACE0; }

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

This div border color is #AAACE0.


Opacity

.myOpacity80 { color: #AAACE0; opacity: 0.8; }

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

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

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

This text has shadow with #AAACE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAACE0 on black background.


Color preview on white background

This text has color #AAACE0 on white background.



Black color preview on #AAACE0 background

This text has black color on #AAACE0 background.


White color preview on #AAACE0 background

This text has white color on #AAACE0 background.