COLOR #AAABEF

HEX: #AAABEF
RGB: (170,171,239)

Color info

#AAABEF contains mainly blue color. Web safe color of #AAABEF is #9999FF (or #99F).

RGB color model

#AAABEF color RGB value is (170,171,239).

  • red value is 170;
  • green value is 171;
  • blue value is 239.
RGB:
(170,171,239)
(67%,67%,94%)

RGB channels and saturation

R 170 of 255 = 67%
G 171 of 255 = 67%
B 239 of 255 = 94%

170
171
239

R + G + B ~ 76%. #AAABEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 171 + 239 = 580 (100%)
R 170 of 580 ~ 29.31%
G 171 of 580 ~ 29.48%
B 239 of 580 ~ 41.21%

%29.31
%29.48
%41.21

CMYK color model

#AAABEF color CMYK value is (29,28,0,6).

  • cyan value is 28.87%
  • magenta value is 28.45%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(29,28,0,6)
C29M28Y0K6 
(29%,28%,0%,6%)
(0.29/0.28/0.00/0.06)	

CMYK percentages

%28.87
%28.45
%0
%6.27

Codes

Color #AAABEF in popluar color models

AAABEF
RGB170171239
HSL239°68.32%80.20%
HSB/HSV239°28.87%93.73%
CMYK28.87%28.45%0.00%
6.27%

Color #AAABEF in popluar number systems.

HEXAAABEF
Decimal170171239
Binary101010101010101111101111
Octal252253357

Shades and tints

Shades of #AAABEF

#AAABEF
(170,171,239)
#9B9CDA
(155,156,218)
#8C8DC5
(140,141,197)
#7D7EB0
(125,126,176)
#6E6F9B
(110,111,155)
#5F6086
(95,96,134)
#505171
(80,81,113)
#41425C
(65,66,92)
#323347
(50,51,71)
#232432
(35,36,50)
#14151D
(20,21,29)
#000000
(0,0,0)

Tints of #AAABEF

#AAABEF
(170,171,239)
#B1B2F0
(177,178,240)
#B8B9F1
(184,185,241)
#BFC0F2
(191,192,242)
#C6C7F3
(198,199,243)
#CDCEF4
(205,206,244)
#D4D5F5
(212,213,245)
#DBDCF6
(219,220,246)
#E2E3F7
(226,227,247)
#E9EAF8
(233,234,248)
#F0F1F9
(240,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAABEF color. Also use rgb(170,171,239) instead hex code.

Text Font Color

.myTextColor { color: #AAABEF; }

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

This text font color is #AAABEF.


Background Color

.myBgColor { background-color: #AAABEF; }

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

This div background color is #AAABEF.


Border color

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

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

This div border color is #AAABEF.


Opacity

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

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

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

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

This text has shadow with #AAABEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAABEF on black background.


Color preview on white background

This text has color #AAABEF on white background.



Black color preview on #AAABEF background

This text has black color on #AAABEF background.


White color preview on #AAABEF background

This text has white color on #AAABEF background.