COLOR #AAC1E1

HEX: #AAC1E1
RGB: (170,193,225)

Color info

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

RGB color model

#AAC1E1 color RGB value is (170,193,225).

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

RGB channels and saturation

R 170 of 255 = 67%
G 193 of 255 = 76%
B 225 of 255 = 88%

170
193
225

R + G + B ~ 77%. #AAC1E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 193 + 225 = 588 (100%)
R 170 of 588 ~ 28.91%
G 193 of 588 ~ 32.82%
B 225 of 588 ~ 38.27%

%28.91
%32.82
%38.27

CMYK color model

#AAC1E1 color CMYK value is (24,14,0,12).

  • cyan value is 24.44%
  • magenta value is 14.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(24,14,0,12)
C24M14Y0K12 
(24%,14%,0%,12%)
(0.24/0.14/0.00/0.12)	

CMYK percentages

%24.44
%14.22
%0
%11.76

Codes

Color #AAC1E1 in popluar color models

AAC1E1
RGB170193225
HSL215°47.83%77.45%
HSB/HSV215°24.44%88.24%
CMYK24.44%14.22%0.00%
11.76%

Color #AAC1E1 in popluar number systems.

HEXAAC1E1
Decimal170193225
Binary101010101100000111100001
Octal252301341

Shades and tints

Shades of #AAC1E1

#AAC1E1
(170,193,225)
#9BB0CD
(155,176,205)
#8C9FB9
(140,159,185)
#7D8EA5
(125,142,165)
#6E7D91
(110,125,145)
#5F6C7D
(95,108,125)
#505B69
(80,91,105)
#414A55
(65,74,85)
#323941
(50,57,65)
#23282D
(35,40,45)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #AAC1E1

#AAC1E1
(170,193,225)
#B1C6E3
(177,198,227)
#B8CBE5
(184,203,229)
#BFD0E7
(191,208,231)
#C6D5E9
(198,213,233)
#CDDAEB
(205,218,235)
#D4DFED
(212,223,237)
#DBE4EF
(219,228,239)
#E2E9F1
(226,233,241)
#E9EEF3
(233,238,243)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC1E1; }

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

This text font color is #AAC1E1.


Background Color

.myBgColor { background-color: #AAC1E1; }

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

This div background color is #AAC1E1.


Border color

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

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

This div border color is #AAC1E1.


Opacity

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

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

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

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

This text has shadow with #AAC1E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC1E1 on black background.


Color preview on white background

This text has color #AAC1E1 on white background.



Black color preview on #AAC1E1 background

This text has black color on #AAC1E1 background.


White color preview on #AAC1E1 background

This text has white color on #AAC1E1 background.