COLOR #AAB6DE

HEX: #AAB6DE RGB: (170,182,222)

Color info

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

RGB color model

#AAB6DE color RGB value is (170,182,222).

RGB: (170,182,222) (67%, 71%, 87%)

RGB channels and saturation

R 170 of 255 = 67%
G 182 of 255 = 71%
B 222 of 255 = 87%

170
182
222

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

Portions of RGB colors in percentages

R + G + B = 170 + 182 + 222 = 574 (100%)
R 170 of 574 ~ 29.62%
G 182 of 574 ~ 31.71%
B 222 of 574 ~ 38.68'%

%29.62
%31.71
%38.68

CMYK color model

#AAB6DE color CMYK value is (23,18,0,13).

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

CMYK: (23,18,0,13)
C23M18Y0K13 (23%, 18%, 0%, 13%)
(0.23 / 0.18 / 0.00 / 0.13)

CMYK percentages

%23.42
%18.02
%0
%12.94

Codes

Color #AAB6DE in popluar color models

AA B6 DE
RGB 170 182 222
HSL 226° 44.07% 76.86%
HSB/HSV 226° 23.42% 87.06%
CMYK 23.42% 18.02% 0.00%
12.94%

Color #AAB6DE in popluar number systems.

HEX AA B6 DE
Decimal 170 182 222
Binary 10101010 10110110 11011110
Octal 252 266 336

Shades and tints

Shades of #AAB6DE

#AAB6DE
(170,182,222)
#9BA6CA
(155,166,202)
#8C96B6
(140,150,182)
#7D86A2
(125,134,162)
#6E768E
(110,118,142)
#5F667A
(95,102,122)
#505666
(80,86,102)
#414652
(65,70,82)
#32363E
(50,54,62)
#23262A
(35,38,42)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #AAB6DE

#AAB6DE
(170,182,222)
#B1BCE1
(177,188,225)
#B8C2E4
(184,194,228)
#BFC8E7
(191,200,231)
#C6CEEA
(198,206,234)
#CDD4ED
(205,212,237)
#D4DAF0
(212,218,240)
#DBE0F3
(219,224,243)
#E2E6F6
(226,230,246)
#E9ECF9
(233,236,249)
#F0F2FC
(240,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB6DE; }

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

This text font color is #AAB6DE.

Background Color

.myBgColor { background-color: #AAB6DE; }

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

This div background color is #AAB6DE.

Border color

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

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

This div border color is #AAB6DE.

Opacity

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

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

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

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

This text has shadow with #AAB6DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB6DE.

Preview

Color preview on black background

This text has color #AAB6DE on black background.


Color preview on white background

This text has color #AAB6DE on white background.


Black color preview on #AAB6DE background

This text has black color on #AAB6DE background.


White color preview on #AAB6DE background

This text has white color on #AAB6DE background.


Related colors

Complementary color

Complementary color for #hex is #554921.


I love getcolorcode.com

Triadic colors

1 #DEAAB6 and #B6DEAA with #AAB6DE are triadic colors.

2 #DEB6AA and #B6AADE with #AAB6DE are triadic colors.