COLOR #AAB3F2

HEX: #AAB3F2 RGB: (170,179,242)

Color info

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

RGB color model

#AAB3F2 color RGB value is (170,179,242).

RGB: (170,179,242) (67%, 70%, 95%)

RGB channels and saturation

R 170 of 255 = 67%
G 179 of 255 = 70%
B 242 of 255 = 95%

170
179
242

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

Portions of RGB colors in percentages

R + G + B = 170 + 179 + 242 = 591 (100%)
R 170 of 591 ~ 28.76%
G 179 of 591 ~ 30.29%
B 242 of 591 ~ 40.95'%

%28.76
%30.29
%40.95

CMYK color model

#AAB3F2 color CMYK value is (30,26,0,5).

  • cyan value is 29.75%
  • magenta value is 26.03%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (30,26,0,5)
C30M26Y0K5 (30%, 26%, 0%, 5%)
(0.30 / 0.26 / 0.00 / 0.05)

CMYK percentages

%29.75
%26.03
%0
%5.1

Codes

Color #AAB3F2 in popluar color models

AA B3 F2
RGB 170 179 242
HSL 233° 73.47% 80.78%
HSB/HSV 233° 29.75% 94.90%
CMYK 29.75% 26.03% 0.00%
5.10%

Color #AAB3F2 in popluar number systems.

HEX AA B3 F2
Decimal 170 179 242
Binary 10101010 10110011 11110010
Octal 252 263 362

Shades and tints

Shades of #AAB3F2

#AAB3F2
(170,179,242)
#9BA3DC
(155,163,220)
#8C93C6
(140,147,198)
#7D83B0
(125,131,176)
#6E739A
(110,115,154)
#5F6384
(95,99,132)
#50536E
(80,83,110)
#414358
(65,67,88)
#323342
(50,51,66)
#23232C
(35,35,44)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #AAB3F2

#AAB3F2
(170,179,242)
#B1B9F3
(177,185,243)
#B8BFF4
(184,191,244)
#BFC5F5
(191,197,245)
#C6CBF6
(198,203,246)
#CDD1F7
(205,209,247)
#D4D7F8
(212,215,248)
#DBDDF9
(219,221,249)
#E2E3FA
(226,227,250)
#E9E9FB
(233,233,251)
#F0EFFC
(240,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB3F2 color. Also use rgb(170,179,242) instead hex code.

Text Font Color

.myTextColor { color: #AAB3F2; }

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

This text font color is #AAB3F2.

Background Color

.myBgColor { background-color: #AAB3F2; }

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

This div background color is #AAB3F2.

Border color

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

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

This div border color is #AAB3F2.

Opacity

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

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

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

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

This text has shadow with #AAB3F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB3F2.

Preview

Color preview on black background

This text has color #AAB3F2 on black background.


Color preview on white background

This text has color #AAB3F2 on white background.


Black color preview on #AAB3F2 background

This text has black color on #AAB3F2 background.


White color preview on #AAB3F2 background

This text has white color on #AAB3F2 background.


Related colors

Complementary color

Complementary color for #hex is #554C0D.


I love getcolorcode.com

Triadic colors

1 #F2AAB3 and #B3F2AA with #AAB3F2 are triadic colors.

2 #F2B3AA and #B3AAF2 with #AAB3F2 are triadic colors.