COLOR #AAC5EB

HEX: #AAC5EB
RGB: (170,197,235)

Color info

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

RGB color model

#AAC5EB color RGB value is (170,197,235).

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

RGB channels and saturation

R 170 of 255 = 67%
G 197 of 255 = 77%
B 235 of 255 = 92%

170
197
235

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

Portions of RGB colors in percentages

R + G + B =
170 + 197 + 235 = 602 (100%)
R 170 of 602 ~ 28.24%
G 197 of 602 ~ 32.72%
B 235 of 602 ~ 39.04%

%28.24
%32.72
%39.04

CMYK color model

#AAC5EB color CMYK value is (28,16,0,8).

  • cyan value is 27.66%
  • magenta value is 16.17%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(28,16,0,8)
C28M16Y0K8 
(28%,16%,0%,8%)
(0.28/0.16/0.00/0.08)	

CMYK percentages

%27.66
%16.17
%0
%7.84

Codes

Color #AAC5EB in popluar color models

AAC5EB
RGB170197235
HSL215°61.90%79.41%
HSB/HSV215°27.66%92.16%
CMYK27.66%16.17%0.00%
7.84%

Color #AAC5EB in popluar number systems.

HEXAAC5EB
Decimal170197235
Binary101010101100010111101011
Octal252305353

Shades and tints

Shades of #AAC5EB

#AAC5EB
(170,197,235)
#9BB4D6
(155,180,214)
#8CA3C1
(140,163,193)
#7D92AC
(125,146,172)
#6E8197
(110,129,151)
#5F7082
(95,112,130)
#505F6D
(80,95,109)
#414E58
(65,78,88)
#323D43
(50,61,67)
#232C2E
(35,44,46)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #AAC5EB

#AAC5EB
(170,197,235)
#B1CAEC
(177,202,236)
#B8CFED
(184,207,237)
#BFD4EE
(191,212,238)
#C6D9EF
(198,217,239)
#CDDEF0
(205,222,240)
#D4E3F1
(212,227,241)
#DBE8F2
(219,232,242)
#E2EDF3
(226,237,243)
#E9F2F4
(233,242,244)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC5EB; }

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

This text font color is #AAC5EB.


Background Color

.myBgColor { background-color: #AAC5EB; }

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

This div background color is #AAC5EB.


Border color

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

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

This div border color is #AAC5EB.


Opacity

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

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

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

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

This text has shadow with #AAC5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC5EB on black background.


Color preview on white background

This text has color #AAC5EB on white background.



Black color preview on #AAC5EB background

This text has black color on #AAC5EB background.


White color preview on #AAC5EB background

This text has white color on #AAC5EB background.