COLOR #AAC5E1

HEX: #AAC5E1 RGB: (170,197,225)

Color info

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

RGB color model

#AAC5E1 color RGB value is (170,197,225).

RGB: (170,197,225) (67%, 77%, 88%)

RGB channels and saturation

R 170 of 255 = 67%
G 197 of 255 = 77%
B 225 of 255 = 88%

170
197
225

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

Portions of RGB colors in percentages

R + G + B = 170 + 197 + 225 = 592 (100%)
R 170 of 592 ~ 28.72%
G 197 of 592 ~ 33.28%
B 225 of 592 ~ 38.01'%

%28.72
%33.28
%38.01

CMYK color model

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

  • cyan value is 24.44%
  • magenta value is 12.44%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (24,12,0,12)
C24M12Y0K12 (24%, 12%, 0%, 12%)
(0.24 / 0.12 / 0.00 / 0.12)

CMYK percentages

%24.44
%12.44
%0
%11.76

Codes

Color #AAC5E1 in popluar color models

AA C5 E1
RGB 170 197 225
HSL 211° 47.83% 77.45%
HSB/HSV 211° 24.44% 88.24%
CMYK 24.44% 12.44% 0.00%
11.76%

Color #AAC5E1 in popluar number systems.

HEX AA C5 E1
Decimal 170 197 225
Binary 10101010 11000101 11100001
Octal 252 305 341

Shades and tints

Shades of #AAC5E1

#AAC5E1
(170,197,225)
#9BB4CD
(155,180,205)
#8CA3B9
(140,163,185)
#7D92A5
(125,146,165)
#6E8191
(110,129,145)
#5F707D
(95,112,125)
#505F69
(80,95,105)
#414E55
(65,78,85)
#323D41
(50,61,65)
#232C2D
(35,44,45)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #AAC5E1

#AAC5E1
(170,197,225)
#B1CAE3
(177,202,227)
#B8CFE5
(184,207,229)
#BFD4E7
(191,212,231)
#C6D9E9
(198,217,233)
#CDDEEB
(205,222,235)
#D4E3ED
(212,227,237)
#DBE8EF
(219,232,239)
#E2EDF1
(226,237,241)
#E9F2F3
(233,242,243)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC5E1; }

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

This text font color is #AAC5E1.

Background Color

.myBgColor { background-color: #AAC5E1; }

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

This div background color is #AAC5E1.

Border color

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

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

This div border color is #AAC5E1.

Opacity

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

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

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

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

This text has shadow with #AAC5E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC5E1.

Preview

Color preview on black background

This text has color #AAC5E1 on black background.


Color preview on white background

This text has color #AAC5E1 on white background.


Black color preview on #AAC5E1 background

This text has black color on #AAC5E1 background.


White color preview on #AAC5E1 background

This text has white color on #AAC5E1 background.


Related colors

Complementary color

Complementary color for #hex is #553A1E.


I love getcolorcode.com

Triadic colors

1 #E1AAC5 and #C5E1AA with #AAC5E1 are triadic colors.

2 #E1C5AA and #C5AAE1 with #AAC5E1 are triadic colors.