COLOR #AAB4E7

HEX: #AAB4E7 RGB: (170,180,231)

Color info

#AAB4E7 contains mainly green and blue colors. Web safe color of #AAB4E7 is #99CCFF (or #9CF).

RGB color model

#AAB4E7 color RGB value is (170,180,231).

RGB: (170,180,231) (67%, 71%, 91%)

RGB channels and saturation

R 170 of 255 = 67%
G 180 of 255 = 71%
B 231 of 255 = 91%

170
180
231

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

Portions of RGB colors in percentages

R + G + B = 170 + 180 + 231 = 581 (100%)
R 170 of 581 ~ 29.26%
G 180 of 581 ~ 30.98%
B 231 of 581 ~ 39.76'%

%29.26
%30.98
%39.76

CMYK color model

#AAB4E7 color CMYK value is (26,22,0,9).

  • cyan value is 26.41%
  • magenta value is 22.08%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (26,22,0,9)
C26M22Y0K9 (26%, 22%, 0%, 9%)
(0.26 / 0.22 / 0.00 / 0.09)

CMYK percentages

%26.41
%22.08
%0
%9.41

Codes

Color #AAB4E7 in popluar color models

AA B4 E7
RGB 170 180 231
HSL 230° 55.96% 78.63%
HSB/HSV 230° 26.41% 90.59%
CMYK 26.41% 22.08% 0.00%
9.41%

Color #AAB4E7 in popluar number systems.

HEX AA B4 E7
Decimal 170 180 231
Binary 10101010 10110100 11100111
Octal 252 264 347

Shades and tints

Shades of #AAB4E7

#AAB4E7
(170,180,231)
#9BA4D2
(155,164,210)
#8C94BD
(140,148,189)
#7D84A8
(125,132,168)
#6E7493
(110,116,147)
#5F647E
(95,100,126)
#505469
(80,84,105)
#414454
(65,68,84)
#32343F
(50,52,63)
#23242A
(35,36,42)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #AAB4E7

#AAB4E7
(170,180,231)
#B1BAE9
(177,186,233)
#B8C0EB
(184,192,235)
#BFC6ED
(191,198,237)
#C6CCEF
(198,204,239)
#CDD2F1
(205,210,241)
#D4D8F3
(212,216,243)
#DBDEF5
(219,222,245)
#E2E4F7
(226,228,247)
#E9EAF9
(233,234,249)
#F0F0FB
(240,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB4E7; }

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

This text font color is #AAB4E7.

Background Color

.myBgColor { background-color: #AAB4E7; }

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

This div background color is #AAB4E7.

Border color

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

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

This div border color is #AAB4E7.

Opacity

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

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

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

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

This text has shadow with #AAB4E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB4E7.

Preview

Color preview on black background

This text has color #AAB4E7 on black background.


Color preview on white background

This text has color #AAB4E7 on white background.


Black color preview on #AAB4E7 background

This text has black color on #AAB4E7 background.


White color preview on #AAB4E7 background

This text has white color on #AAB4E7 background.


Related colors

Complementary color

Complementary color for #hex is #554B18.


I love getcolorcode.com

Triadic colors

1 #E7AAB4 and #B4E7AA with #AAB4E7 are triadic colors.

2 #E7B4AA and #B4AAE7 with #AAB4E7 are triadic colors.