COLOR #AAB1CC

HEX: #AAB1CC RGB: (170,177,204)

Color info

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

RGB color model

#AAB1CC color RGB value is (170,177,204).

RGB: (170,177,204) (67%, 69%, 80%)

RGB channels and saturation

R 170 of 255 = 67%
G 177 of 255 = 69%
B 204 of 255 = 80%

170
177
204

R + G + B ~ 72%. #AAB1CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 177 + 204 = 551 (100%)
R 170 of 551 ~ 30.85%
G 177 of 551 ~ 32.12%
B 204 of 551 ~ 37.02'%

%30.85
%32.12
%37.02

CMYK color model

#AAB1CC color CMYK value is (17,13,0,20).

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

CMYK: (17,13,0,20)
C17M13Y0K20 (17%, 13%, 0%, 20%)
(0.17 / 0.13 / 0.00 / 0.20)

CMYK percentages

%16.67
%13.24
%0
%20

Codes

Color #AAB1CC in popluar color models

AA B1 CC
RGB 170 177 204
HSL 228° 25.00% 73.33%
HSB/HSV 228° 16.67% 80.00%
CMYK 16.67% 13.24% 0.00%
20.00%

Color #AAB1CC in popluar number systems.

HEX AA B1 CC
Decimal 170 177 204
Binary 10101010 10110001 11001100
Octal 252 261 314

Shades and tints

Shades of #AAB1CC

#AAB1CC
(170,177,204)
#9BA1BA
(155,161,186)
#8C91A8
(140,145,168)
#7D8196
(125,129,150)
#6E7184
(110,113,132)
#5F6172
(95,97,114)
#505160
(80,81,96)
#41414E
(65,65,78)
#32313C
(50,49,60)
#23212A
(35,33,42)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #AAB1CC

#AAB1CC
(170,177,204)
#B1B8D0
(177,184,208)
#B8BFD4
(184,191,212)
#BFC6D8
(191,198,216)
#C6CDDC
(198,205,220)
#CDD4E0
(205,212,224)
#D4DBE4
(212,219,228)
#DBE2E8
(219,226,232)
#E2E9EC
(226,233,236)
#E9F0F0
(233,240,240)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB1CC; }

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

This text font color is #AAB1CC.

Background Color

.myBgColor { background-color: #AAB1CC; }

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

This div background color is #AAB1CC.

Border color

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

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

This div border color is #AAB1CC.

Opacity

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

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

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

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

This text has shadow with #AAB1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB1CC.

Preview

Color preview on black background

This text has color #AAB1CC on black background.


Color preview on white background

This text has color #AAB1CC on white background.


Black color preview on #AAB1CC background

This text has black color on #AAB1CC background.


White color preview on #AAB1CC background

This text has white color on #AAB1CC background.


Related colors

Complementary color

Complementary color for #hex is #554E33.


I love getcolorcode.com

Triadic colors

1 #CCAAB1 and #B1CCAA with #AAB1CC are triadic colors.

2 #CCB1AA and #B1AACC with #AAB1CC are triadic colors.