COLOR #AAC5E8

HEX: #AAC5E8
RGB: (170,197,232)

Color info

#AAC5E8 contains mainly green and blue colors. Web safe color of #AAC5E8 is #99CCFF (or #9CF).

RGB color model

#AAC5E8 color RGB value is (170,197,232).

  • red value is 170;
  • green value is 197;
  • blue value is 232.
RGB:
(170,197,232)
(67%,77%,91%)

RGB channels and saturation

R 170 of 255 = 67%
G 197 of 255 = 77%
B 232 of 255 = 91%

170
197
232

R + G + B ~ 78%. #AAC5E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 197 + 232 = 599 (100%)
R 170 of 599 ~ 28.38%
G 197 of 599 ~ 32.89%
B 232 of 599 ~ 38.73%

%28.38
%32.89
%38.73

CMYK color model

#AAC5E8 color CMYK value is (27,15,0,9).

  • cyan value is 26.72%
  • magenta value is 15.09%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(27,15,0,9)
C27M15Y0K9 
(27%,15%,0%,9%)
(0.27/0.15/0.00/0.09)	

CMYK percentages

%26.72
%15.09
%0
%9.02

Codes

Color #AAC5E8 in popluar color models

AAC5E8
RGB170197232
HSL214°57.41%78.82%
HSB/HSV214°26.72%90.98%
CMYK26.72%15.09%0.00%
9.02%

Color #AAC5E8 in popluar number systems.

HEXAAC5E8
Decimal170197232
Binary101010101100010111101000
Octal252305350

Shades and tints

Shades of #AAC5E8

#AAC5E8
(170,197,232)
#9BB4D3
(155,180,211)
#8CA3BE
(140,163,190)
#7D92A9
(125,146,169)
#6E8194
(110,129,148)
#5F707F
(95,112,127)
#505F6A
(80,95,106)
#414E55
(65,78,85)
#323D40
(50,61,64)
#232C2B
(35,44,43)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #AAC5E8

#AAC5E8
(170,197,232)
#B1CAEA
(177,202,234)
#B8CFEC
(184,207,236)
#BFD4EE
(191,212,238)
#C6D9F0
(198,217,240)
#CDDEF2
(205,222,242)
#D4E3F4
(212,227,244)
#DBE8F6
(219,232,246)
#E2EDF8
(226,237,248)
#E9F2FA
(233,242,250)
#F0F7FC
(240,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC5E8; }

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

This text font color is #AAC5E8.


Background Color

.myBgColor { background-color: #AAC5E8; }

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

This div background color is #AAC5E8.


Border color

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

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

This div border color is #AAC5E8.


Opacity

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

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

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

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

This text has shadow with #AAC5E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC5E8 on black background.


Color preview on white background

This text has color #AAC5E8 on white background.



Black color preview on #AAC5E8 background

This text has black color on #AAC5E8 background.


White color preview on #AAC5E8 background

This text has white color on #AAC5E8 background.