COLOR #AACEE0

HEX: #AACEE0
RGB: (170,206,224)

Color info

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

RGB color model

#AACEE0 color RGB value is (170,206,224).

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

RGB channels and saturation

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

170
206
224

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

Portions of RGB colors in percentages

R + G + B =
170 + 206 + 224 = 600 (100%)
R 170 of 600 ~ 28.33%
G 206 of 600 ~ 34.33%
B 224 of 600 ~ 37.33%

%28.33
%34.33
%37.33

CMYK color model

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

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

CMYK percentages

%24.11
%8.04
%0
%12.16

Codes

Color #AACEE0 in popluar color models

AACEE0
RGB170206224
HSL200°46.55%77.25%
HSB/HSV200°24.11%87.84%
CMYK24.11%8.04%0.00%
12.16%

Color #AACEE0 in popluar number systems.

HEXAACEE0
Decimal170206224
Binary101010101100111011100000
Octal252316340

Shades and tints

Shades of #AACEE0

#AACEE0
(170,206,224)
#9BBCCC
(155,188,204)
#8CAAB8
(140,170,184)
#7D98A4
(125,152,164)
#6E8690
(110,134,144)
#5F747C
(95,116,124)
#506268
(80,98,104)
#415054
(65,80,84)
#323E40
(50,62,64)
#232C2C
(35,44,44)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #AACEE0

#AACEE0
(170,206,224)
#B1D2E2
(177,210,226)
#B8D6E4
(184,214,228)
#BFDAE6
(191,218,230)
#C6DEE8
(198,222,232)
#CDE2EA
(205,226,234)
#D4E6EC
(212,230,236)
#DBEAEE
(219,234,238)
#E2EEF0
(226,238,240)
#E9F2F2
(233,242,242)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACEE0; }

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

This text font color is #AACEE0.


Background Color

.myBgColor { background-color: #AACEE0; }

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

This div background color is #AACEE0.


Border color

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

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

This div border color is #AACEE0.


Opacity

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

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

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

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

This text has shadow with #AACEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACEE0 on black background.


Color preview on white background

This text has color #AACEE0 on white background.



Black color preview on #AACEE0 background

This text has black color on #AACEE0 background.


White color preview on #AACEE0 background

This text has white color on #AACEE0 background.