COLOR #AAB0DE

HEX: #AAB0DE RGB: (170,176,222)

Color info

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

RGB color model

#AAB0DE color RGB value is (170,176,222).

RGB: (170,176,222) (67%, 69%, 87%)

RGB channels and saturation

R 170 of 255 = 67%
G 176 of 255 = 69%
B 222 of 255 = 87%

170
176
222

R + G + B ~ 74%. #AAB0DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 176 + 222 = 568 (100%)
R 170 of 568 ~ 29.93%
G 176 of 568 ~ 30.99%
B 222 of 568 ~ 39.08'%

%29.93
%30.99
%39.08

CMYK color model

#AAB0DE color CMYK value is (23,21,0,13).

  • cyan value is 23.42%
  • magenta value is 20.72%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (23,21,0,13)
C23M21Y0K13 (23%, 21%, 0%, 13%)
(0.23 / 0.21 / 0.00 / 0.13)

CMYK percentages

%23.42
%20.72
%0
%12.94

Codes

Color #AAB0DE in popluar color models

AA B0 DE
RGB 170 176 222
HSL 233° 44.07% 76.86%
HSB/HSV 233° 23.42% 87.06%
CMYK 23.42% 20.72% 0.00%
12.94%

Color #AAB0DE in popluar number systems.

HEX AA B0 DE
Decimal 170 176 222
Binary 10101010 10110000 11011110
Octal 252 260 336

Shades and tints

Shades of #AAB0DE

#AAB0DE
(170,176,222)
#9BA0CA
(155,160,202)
#8C90B6
(140,144,182)
#7D80A2
(125,128,162)
#6E708E
(110,112,142)
#5F607A
(95,96,122)
#505066
(80,80,102)
#414052
(65,64,82)
#32303E
(50,48,62)
#23202A
(35,32,42)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #AAB0DE

#AAB0DE
(170,176,222)
#B1B7E1
(177,183,225)
#B8BEE4
(184,190,228)
#BFC5E7
(191,197,231)
#C6CCEA
(198,204,234)
#CDD3ED
(205,211,237)
#D4DAF0
(212,218,240)
#DBE1F3
(219,225,243)
#E2E8F6
(226,232,246)
#E9EFF9
(233,239,249)
#F0F6FC
(240,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB0DE; }

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

This text font color is #AAB0DE.

Background Color

.myBgColor { background-color: #AAB0DE; }

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

This div background color is #AAB0DE.

Border color

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

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

This div border color is #AAB0DE.

Opacity

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

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

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

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

This text has shadow with #AAB0DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB0DE.

Preview

Color preview on black background

This text has color #AAB0DE on black background.


Color preview on white background

This text has color #AAB0DE on white background.


Black color preview on #AAB0DE background

This text has black color on #AAB0DE background.


White color preview on #AAB0DE background

This text has white color on #AAB0DE background.


Related colors

Complementary color

Complementary color for #hex is #554F21.


I love getcolorcode.com

Triadic colors

1 #DEAAB0 and #B0DEAA with #AAB0DE are triadic colors.

2 #DEB0AA and #B0AADE with #AAB0DE are triadic colors.