COLOR #AAB4E4

HEX: #AAB4E4
RGB: (170,180,228)

Color info

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

RGB color model

#AAB4E4 color RGB value is (170,180,228).

  • red value is 170;
  • green value is 180;
  • blue value is 228.
RGB:
(170,180,228)
(67%,71%,89%)

RGB channels and saturation

R 170 of 255 = 67%
G 180 of 255 = 71%
B 228 of 255 = 89%

170
180
228

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

Portions of RGB colors in percentages

R + G + B =
170 + 180 + 228 = 578 (100%)
R 170 of 578 ~ 29.41%
G 180 of 578 ~ 31.14%
B 228 of 578 ~ 39.45%

%29.41
%31.14
%39.45

CMYK color model

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

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

CMYK percentages

%25.44
%21.05
%0
%10.59

Codes

Color #AAB4E4 in popluar color models

AAB4E4
RGB170180228
HSL230°51.79%78.04%
HSB/HSV230°25.44%89.41%
CMYK25.44%21.05%0.00%
10.59%

Color #AAB4E4 in popluar number systems.

HEXAAB4E4
Decimal170180228
Binary101010101011010011100100
Octal252264344

Shades and tints

Shades of #AAB4E4

#AAB4E4
(170,180,228)
#9BA4D0
(155,164,208)
#8C94BC
(140,148,188)
#7D84A8
(125,132,168)
#6E7494
(110,116,148)
#5F6480
(95,100,128)
#50546C
(80,84,108)
#414458
(65,68,88)
#323444
(50,52,68)
#232430
(35,36,48)
#14141C
(20,20,28)
#000000
(0,0,0)

Tints of #AAB4E4

#AAB4E4
(170,180,228)
#B1BAE6
(177,186,230)
#B8C0E8
(184,192,232)
#BFC6EA
(191,198,234)
#C6CCEC
(198,204,236)
#CDD2EE
(205,210,238)
#D4D8F0
(212,216,240)
#DBDEF2
(219,222,242)
#E2E4F4
(226,228,244)
#E9EAF6
(233,234,246)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB4E4 color. Also use rgb(170,180,228) instead hex code.

Text Font Color

.myTextColor { color: #AAB4E4; }

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

This text font color is #AAB4E4.


Background Color

.myBgColor { background-color: #AAB4E4; }

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

This div background color is #AAB4E4.


Border color

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

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

This div border color is #AAB4E4.


Opacity

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

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

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

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

This text has shadow with #AAB4E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB4E4 on black background.


Color preview on white background

This text has color #AAB4E4 on white background.



Black color preview on #AAB4E4 background

This text has black color on #AAB4E4 background.


White color preview on #AAB4E4 background

This text has white color on #AAB4E4 background.