COLOR #AAB5EC

HEX: #AAB5EC
RGB: (170,181,236)

Color info

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

RGB color model

#AAB5EC color RGB value is (170,181,236).

  • red value is 170;
  • green value is 181;
  • blue value is 236.
RGB:
(170,181,236)
(67%,71%,93%)

RGB channels and saturation

R 170 of 255 = 67%
G 181 of 255 = 71%
B 236 of 255 = 93%

170
181
236

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

Portions of RGB colors in percentages

R + G + B =
170 + 181 + 236 = 587 (100%)
R 170 of 587 ~ 28.96%
G 181 of 587 ~ 30.83%
B 236 of 587 ~ 40.2%

%28.96
%30.83
%40.2

CMYK color model

#AAB5EC color CMYK value is (28,23,0,7).

  • cyan value is 27.97%
  • magenta value is 23.31%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(28,23,0,7)
C28M23Y0K7 
(28%,23%,0%,7%)
(0.28/0.23/0.00/0.07)	

CMYK percentages

%27.97
%23.31
%0
%7.45

Codes

Color #AAB5EC in popluar color models

AAB5EC
RGB170181236
HSL230°63.46%79.61%
HSB/HSV230°27.97%92.55%
CMYK27.97%23.31%0.00%
7.45%

Color #AAB5EC in popluar number systems.

HEXAAB5EC
Decimal170181236
Binary101010101011010111101100
Octal252265354

Shades and tints

Shades of #AAB5EC

#AAB5EC
(170,181,236)
#9BA5D7
(155,165,215)
#8C95C2
(140,149,194)
#7D85AD
(125,133,173)
#6E7598
(110,117,152)
#5F6583
(95,101,131)
#50556E
(80,85,110)
#414559
(65,69,89)
#323544
(50,53,68)
#23252F
(35,37,47)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #AAB5EC

#AAB5EC
(170,181,236)
#B1BBED
(177,187,237)
#B8C1EE
(184,193,238)
#BFC7EF
(191,199,239)
#C6CDF0
(198,205,240)
#CDD3F1
(205,211,241)
#D4D9F2
(212,217,242)
#DBDFF3
(219,223,243)
#E2E5F4
(226,229,244)
#E9EBF5
(233,235,245)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB5EC color. Also use rgb(170,181,236) instead hex code.

Text Font Color

.myTextColor { color: #AAB5EC; }

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

This text font color is #AAB5EC.


Background Color

.myBgColor { background-color: #AAB5EC; }

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

This div background color is #AAB5EC.


Border color

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

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

This div border color is #AAB5EC.


Opacity

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

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

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

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

This text has shadow with #AAB5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB5EC on black background.


Color preview on white background

This text has color #AAB5EC on white background.



Black color preview on #AAB5EC background

This text has black color on #AAB5EC background.


White color preview on #AAB5EC background

This text has white color on #AAB5EC background.