COLOR #AAB3E3

HEX: #AAB3E3
RGB: (170,179,227)

Color info

#AAB3E3 contains red, green and blue colors in about the same proportion. Web safe color of #AAB3E3 is #9999CC (or #99C).

RGB color model

#AAB3E3 color RGB value is (170,179,227).

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

RGB channels and saturation

R 170 of 255 = 67%
G 179 of 255 = 70%
B 227 of 255 = 89%

170
179
227

R + G + B ~ 75%. #AAB3E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 179 + 227 = 576 (100%)
R 170 of 576 ~ 29.51%
G 179 of 576 ~ 31.08%
B 227 of 576 ~ 39.41%

%29.51
%31.08
%39.41

CMYK color model

#AAB3E3 color CMYK value is (25,21,0,11).

  • cyan value is 25.11%
  • magenta value is 21.15%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(25,21,0,11)
C25M21Y0K11 
(25%,21%,0%,11%)
(0.25/0.21/0.00/0.11)	

CMYK percentages

%25.11
%21.15
%0
%10.98

Codes

Color #AAB3E3 in popluar color models

AAB3E3
RGB170179227
HSL231°50.44%77.84%
HSB/HSV231°25.11%89.02%
CMYK25.11%21.15%0.00%
10.98%

Color #AAB3E3 in popluar number systems.

HEXAAB3E3
Decimal170179227
Binary101010101011001111100011
Octal252263343

Shades and tints

Shades of #AAB3E3

#AAB3E3
(170,179,227)
#9BA3CF
(155,163,207)
#8C93BB
(140,147,187)
#7D83A7
(125,131,167)
#6E7393
(110,115,147)
#5F637F
(95,99,127)
#50536B
(80,83,107)
#414357
(65,67,87)
#323343
(50,51,67)
#23232F
(35,35,47)
#14131B
(20,19,27)
#000000
(0,0,0)

Tints of #AAB3E3

#AAB3E3
(170,179,227)
#B1B9E5
(177,185,229)
#B8BFE7
(184,191,231)
#BFC5E9
(191,197,233)
#C6CBEB
(198,203,235)
#CDD1ED
(205,209,237)
#D4D7EF
(212,215,239)
#DBDDF1
(219,221,241)
#E2E3F3
(226,227,243)
#E9E9F5
(233,233,245)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB3E3; }

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

This text font color is #AAB3E3.


Background Color

.myBgColor { background-color: #AAB3E3; }

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

This div background color is #AAB3E3.


Border color

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

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

This div border color is #AAB3E3.


Opacity

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

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

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

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

This text has shadow with #AAB3E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB3E3 on black background.


Color preview on white background

This text has color #AAB3E3 on white background.



Black color preview on #AAB3E3 background

This text has black color on #AAB3E3 background.


White color preview on #AAB3E3 background

This text has white color on #AAB3E3 background.