COLOR #AAB0E3

HEX: #AAB0E3
RGB: (170,176,227)

Color info

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

RGB color model

#AAB0E3 color RGB value is (170,176,227).

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

RGB channels and saturation

R 170 of 255 = 67%
G 176 of 255 = 69%
B 227 of 255 = 89%

170
176
227

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

Portions of RGB colors in percentages

R + G + B =
170 + 176 + 227 = 573 (100%)
R 170 of 573 ~ 29.67%
G 176 of 573 ~ 30.72%
B 227 of 573 ~ 39.62%

%29.67
%30.72
%39.62

CMYK color model

#AAB0E3 color CMYK value is (25,22,0,11).

  • cyan value is 25.11%
  • magenta value is 22.47%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(25,22,0,11)
C25M22Y0K11 
(25%,22%,0%,11%)
(0.25/0.22/0.00/0.11)	

CMYK percentages

%25.11
%22.47
%0
%10.98

Codes

Color #AAB0E3 in popluar color models

AAB0E3
RGB170176227
HSL234°50.44%77.84%
HSB/HSV234°25.11%89.02%
CMYK25.11%22.47%0.00%
10.98%

Color #AAB0E3 in popluar number systems.

HEXAAB0E3
Decimal170176227
Binary101010101011000011100011
Octal252260343

Shades and tints

Shades of #AAB0E3

#AAB0E3
(170,176,227)
#9BA0CF
(155,160,207)
#8C90BB
(140,144,187)
#7D80A7
(125,128,167)
#6E7093
(110,112,147)
#5F607F
(95,96,127)
#50506B
(80,80,107)
#414057
(65,64,87)
#323043
(50,48,67)
#23202F
(35,32,47)
#14101B
(20,16,27)
#000000
(0,0,0)

Tints of #AAB0E3

#AAB0E3
(170,176,227)
#B1B7E5
(177,183,229)
#B8BEE7
(184,190,231)
#BFC5E9
(191,197,233)
#C6CCEB
(198,204,235)
#CDD3ED
(205,211,237)
#D4DAEF
(212,218,239)
#DBE1F1
(219,225,241)
#E2E8F3
(226,232,243)
#E9EFF5
(233,239,245)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB0E3; }

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

This text font color is #AAB0E3.


Background Color

.myBgColor { background-color: #AAB0E3; }

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

This div background color is #AAB0E3.


Border color

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

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

This div border color is #AAB0E3.


Opacity

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

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

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

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

This text has shadow with #AAB0E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB0E3 on black background.


Color preview on white background

This text has color #AAB0E3 on white background.



Black color preview on #AAB0E3 background

This text has black color on #AAB0E3 background.


White color preview on #AAB0E3 background

This text has white color on #AAB0E3 background.