COLOR #AAB6CC

HEX: #AAB6CC RGB: (170,182,204)

Color info

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

RGB color model

#AAB6CC color RGB value is (170,182,204).

RGB: (170,182,204) (67%, 71%, 80%)

RGB channels and saturation

R 170 of 255 = 67%
G 182 of 255 = 71%
B 204 of 255 = 80%

170
182
204

R + G + B ~ 73%. #AAB6CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 182 + 204 = 556 (100%)
R 170 of 556 ~ 30.58%
G 182 of 556 ~ 32.73%
B 204 of 556 ~ 36.69'%

%30.58
%32.73
%36.69

CMYK color model

#AAB6CC color CMYK value is (17,11,0,20).

  • cyan value is 16.67%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (17,11,0,20)
C17M11Y0K20 (17%, 11%, 0%, 20%)
(0.17 / 0.11 / 0.00 / 0.20)

CMYK percentages

%16.67
%10.78
%0
%20

Codes

Color #AAB6CC in popluar color models

AA B6 CC
RGB 170 182 204
HSL 219° 25.00% 73.33%
HSB/HSV 219° 16.67% 80.00%
CMYK 16.67% 10.78% 0.00%
20.00%

Color #AAB6CC in popluar number systems.

HEX AA B6 CC
Decimal 170 182 204
Binary 10101010 10110110 11001100
Octal 252 266 314

Shades and tints

Shades of #AAB6CC

#AAB6CC
(170,182,204)
#9BA6BA
(155,166,186)
#8C96A8
(140,150,168)
#7D8696
(125,134,150)
#6E7684
(110,118,132)
#5F6672
(95,102,114)
#505660
(80,86,96)
#41464E
(65,70,78)
#32363C
(50,54,60)
#23262A
(35,38,42)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #AAB6CC

#AAB6CC
(170,182,204)
#B1BCD0
(177,188,208)
#B8C2D4
(184,194,212)
#BFC8D8
(191,200,216)
#C6CEDC
(198,206,220)
#CDD4E0
(205,212,224)
#D4DAE4
(212,218,228)
#DBE0E8
(219,224,232)
#E2E6EC
(226,230,236)
#E9ECF0
(233,236,240)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB6CC; }

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

This text font color is #AAB6CC.

Background Color

.myBgColor { background-color: #AAB6CC; }

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

This div background color is #AAB6CC.

Border color

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

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

This div border color is #AAB6CC.

Opacity

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

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

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

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

This text has shadow with #AAB6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB6CC.

Preview

Color preview on black background

This text has color #AAB6CC on black background.


Color preview on white background

This text has color #AAB6CC on white background.


Black color preview on #AAB6CC background

This text has black color on #AAB6CC background.


White color preview on #AAB6CC background

This text has white color on #AAB6CC background.


Related colors

Complementary color

Complementary color for #hex is #554933.


I love getcolorcode.com

Triadic colors

1 #CCAAB6 and #B6CCAA with #AAB6CC are triadic colors.

2 #CCB6AA and #B6AACC with #AAB6CC are triadic colors.