COLOR #AAB6DD

HEX: #AAB6DD RGB: (170,182,221)

Color info

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

RGB color model

#AAB6DD color RGB value is (170,182,221).

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

RGB channels and saturation

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

170
182
221

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

Portions of RGB colors in percentages

R + G + B = 170 + 182 + 221 = 573 (100%)
R 170 of 573 ~ 29.67%
G 182 of 573 ~ 31.76%
B 221 of 573 ~ 38.57'%

%29.67
%31.76
%38.57

CMYK color model

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

  • cyan value is 23.08%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 13.33%

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

CMYK percentages

%23.08
%17.65
%0
%13.33

Codes

Color #AAB6DD in popluar color models

AA B6 DD
RGB 170 182 221
HSL 226° 42.86% 76.67%
HSB/HSV 226° 23.08% 86.67%
CMYK 23.08% 17.65% 0.00%
13.33%

Color #AAB6DD in popluar number systems.

HEX AA B6 DD
Decimal 170 182 221
Binary 10101010 10110110 11011101
Octal 252 266 335

Shades and tints

Shades of #AAB6DD

#AAB6DD
(170,182,221)
#9BA6C9
(155,166,201)
#8C96B5
(140,150,181)
#7D86A1
(125,134,161)
#6E768D
(110,118,141)
#5F6679
(95,102,121)
#505665
(80,86,101)
#414651
(65,70,81)
#32363D
(50,54,61)
#232629
(35,38,41)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #AAB6DD

#AAB6DD
(170,182,221)
#B1BCE0
(177,188,224)
#B8C2E3
(184,194,227)
#BFC8E6
(191,200,230)
#C6CEE9
(198,206,233)
#CDD4EC
(205,212,236)
#D4DAEF
(212,218,239)
#DBE0F2
(219,224,242)
#E2E6F5
(226,230,245)
#E9ECF8
(233,236,248)
#F0F2FB
(240,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB6DD; }

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

This text font color is #AAB6DD.

Background Color

.myBgColor { background-color: #AAB6DD; }

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

This div background color is #AAB6DD.

Border color

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

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

This div border color is #AAB6DD.

Opacity

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

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

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

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

This text has shadow with #AAB6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB6DD.

Preview

Color preview on black background

This text has color #AAB6DD on black background.


Color preview on white background

This text has color #AAB6DD on white background.


Black color preview on #AAB6DD background

This text has black color on #AAB6DD background.


White color preview on #AAB6DD background

This text has white color on #AAB6DD background.


Related colors

Complementary color

Complementary color for #hex is #554922.


I love getcolorcode.com

Triadic colors

1 #DDAAB6 and #B6DDAA with #AAB6DD are triadic colors.

2 #DDB6AA and #B6AADD with #AAB6DD are triadic colors.