COLOR #AAB3F3

HEX: #AAB3F3
RGB: (170,179,243)

Color info

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

RGB color model

#AAB3F3 color RGB value is (170,179,243).

  • red value is 170;
  • green value is 179;
  • blue value is 243.
RGB:
(170,179,243)
(67%,70%,95%)

RGB channels and saturation

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

170
179
243

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

Portions of RGB colors in percentages

R + G + B =
170 + 179 + 243 = 592 (100%)
R 170 of 592 ~ 28.72%
G 179 of 592 ~ 30.24%
B 243 of 592 ~ 41.05%

%28.72
%30.24
%41.05

CMYK color model

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

  • cyan value is 30.04%
  • magenta value is 26.34%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(30,26,0,5)
C30M26Y0K5 
(30%,26%,0%,5%)
(0.30/0.26/0.00/0.05)	

CMYK percentages

%30.04
%26.34
%0
%4.71

Codes

Color #AAB3F3 in popluar color models

AAB3F3
RGB170179243
HSL233°75.26%80.98%
HSB/HSV233°30.04%95.29%
CMYK30.04%26.34%0.00%
4.71%

Color #AAB3F3 in popluar number systems.

HEXAAB3F3
Decimal170179243
Binary101010101011001111110011
Octal252263363

Shades and tints

Shades of #AAB3F3

#AAB3F3
(170,179,243)
#9BA3DD
(155,163,221)
#8C93C7
(140,147,199)
#7D83B1
(125,131,177)
#6E739B
(110,115,155)
#5F6385
(95,99,133)
#50536F
(80,83,111)
#414359
(65,67,89)
#323343
(50,51,67)
#23232D
(35,35,45)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #AAB3F3

#AAB3F3
(170,179,243)
#B1B9F4
(177,185,244)
#B8BFF5
(184,191,245)
#BFC5F6
(191,197,246)
#C6CBF7
(198,203,247)
#CDD1F8
(205,209,248)
#D4D7F9
(212,215,249)
#DBDDFA
(219,221,250)
#E2E3FB
(226,227,251)
#E9E9FC
(233,233,252)
#F0EFFD
(240,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB3F3; }

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

This text font color is #AAB3F3.


Background Color

.myBgColor { background-color: #AAB3F3; }

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

This div background color is #AAB3F3.


Border color

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

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

This div border color is #AAB3F3.


Opacity

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

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

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

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

This text has shadow with #AAB3F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB3F3 on black background.


Color preview on white background

This text has color #AAB3F3 on white background.



Black color preview on #AAB3F3 background

This text has black color on #AAB3F3 background.


White color preview on #AAB3F3 background

This text has white color on #AAB3F3 background.