COLOR #AACEE1

HEX: #AACEE1
RGB: (170,206,225)

Color info

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

RGB color model

#AACEE1 color RGB value is (170,206,225).

  • red value is 170;
  • green value is 206;
  • blue value is 225.
RGB:
(170,206,225)
(67%,81%,88%)

RGB channels and saturation

R 170 of 255 = 67%
G 206 of 255 = 81%
B 225 of 255 = 88%

170
206
225

R + G + B ~ 79%. #AACEE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 206 + 225 = 601 (100%)
R 170 of 601 ~ 28.29%
G 206 of 601 ~ 34.28%
B 225 of 601 ~ 37.44%

%28.29
%34.28
%37.44

CMYK color model

#AACEE1 color CMYK value is (24,8,0,12).

  • cyan value is 24.44%
  • magenta value is 8.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(24,8,0,12)
C24M8Y0K12 
(24%,8%,0%,12%)
(0.24/0.08/0.00/0.12)	

CMYK percentages

%24.44
%8.44
%0
%11.76

Codes

Color #AACEE1 in popluar color models

AACEE1
RGB170206225
HSL201°47.83%77.45%
HSB/HSV201°24.44%88.24%
CMYK24.44%8.44%0.00%
11.76%

Color #AACEE1 in popluar number systems.

HEXAACEE1
Decimal170206225
Binary101010101100111011100001
Octal252316341

Shades and tints

Shades of #AACEE1

#AACEE1
(170,206,225)
#9BBCCD
(155,188,205)
#8CAAB9
(140,170,185)
#7D98A5
(125,152,165)
#6E8691
(110,134,145)
#5F747D
(95,116,125)
#506269
(80,98,105)
#415055
(65,80,85)
#323E41
(50,62,65)
#232C2D
(35,44,45)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #AACEE1

#AACEE1
(170,206,225)
#B1D2E3
(177,210,227)
#B8D6E5
(184,214,229)
#BFDAE7
(191,218,231)
#C6DEE9
(198,222,233)
#CDE2EB
(205,226,235)
#D4E6ED
(212,230,237)
#DBEAEF
(219,234,239)
#E2EEF1
(226,238,241)
#E9F2F3
(233,242,243)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACEE1 color. Also use rgb(170,206,225) instead hex code.

Text Font Color

.myTextColor { color: #AACEE1; }

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

This text font color is #AACEE1.


Background Color

.myBgColor { background-color: #AACEE1; }

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

This div background color is #AACEE1.


Border color

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

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

This div border color is #AACEE1.


Opacity

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

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

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

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

This text has shadow with #AACEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACEE1 on black background.


Color preview on white background

This text has color #AACEE1 on white background.



Black color preview on #AACEE1 background

This text has black color on #AACEE1 background.


White color preview on #AACEE1 background

This text has white color on #AACEE1 background.