COLOR #AAB0E7

HEX: #AAB0E7 RGB: (170,176,231)

Color info

#AAB0E7 contains mainly green and blue colors. Web safe color of #AAB0E7 is #9999FF (or #99F).

RGB color model

#AAB0E7 color RGB value is (170,176,231).

RGB: (170,176,231) (67%, 69%, 91%)

RGB channels and saturation

R 170 of 255 = 67%
G 176 of 255 = 69%
B 231 of 255 = 91%

170
176
231

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

Portions of RGB colors in percentages

R + G + B = 170 + 176 + 231 = 577 (100%)
R 170 of 577 ~ 29.46%
G 176 of 577 ~ 30.5%
B 231 of 577 ~ 40.03'%

%29.46
%30.5
%40.03

CMYK color model

#AAB0E7 color CMYK value is (26,24,0,9).

  • cyan value is 26.41%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (26,24,0,9) C26M24Y0K9 (26%,24%,0%,9%) (0.26/0.24/0.00/0.09) 

CMYK percentages

%26.41
%23.81
%0
%9.41

Codes

Color #AAB0E7 in popluar color models

AA B0 E7
RGB 170 176 231
HSL 234° 55.96% 78.63%
HSB/HSV 234° 26.41% 90.59%
CMYK 26.41% 23.81% 0.00%
9.41%

Color #AAB0E7 in popluar number systems.

HEX AA B0 E7
Decimal 170 176 231
Binary 10101010 10110000 11100111
Octal 252 260 347

Shades and tints

Shades of #AAB0E7

#AAB0E7
(170,176,231)
#9BA0D2
(155,160,210)
#8C90BD
(140,144,189)
#7D80A8
(125,128,168)
#6E7093
(110,112,147)
#5F607E
(95,96,126)
#505069
(80,80,105)
#414054
(65,64,84)
#32303F
(50,48,63)
#23202A
(35,32,42)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #AAB0E7

#AAB0E7
(170,176,231)
#B1B7E9
(177,183,233)
#B8BEEB
(184,190,235)
#BFC5ED
(191,197,237)
#C6CCEF
(198,204,239)
#CDD3F1
(205,211,241)
#D4DAF3
(212,218,243)
#DBE1F5
(219,225,245)
#E2E8F7
(226,232,247)
#E9EFF9
(233,239,249)
#F0F6FB
(240,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB0E7; }

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

This text font color is #AAB0E7.

Background Color

.myBgColor { background-color: #AAB0E7; }

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

This div background color is #AAB0E7.

Border color

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

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

This div border color is #AAB0E7.

Opacity

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

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

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

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

This text has shadow with #AAB0E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB0E7.

Preview

Color preview on black background

This text has color #AAB0E7 on black background.


Color preview on white background

This text has color #AAB0E7 on white background.


Black color preview on #AAB0E7 background

This text has black color on #AAB0E7 background.


White color preview on #AAB0E7 background

This text has white color on #AAB0E7 background.


Related colors

Complementary color

Complementary color for #hex is #554F18.


I love getcolorcode.com

Triadic colors

1 #E7AAB0 and #B0E7AA with #AAB0E7 are triadic colors.

2 #E7B0AA and #B0AAE7 with #AAB0E7 are triadic colors.