COLOR #AAB0CC

HEX: #AAB0CC RGB: (170,176,204)

Color info

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

RGB color model

#AAB0CC color RGB value is (170,176,204).

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

RGB channels and saturation

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

170
176
204

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

Portions of RGB colors in percentages

R + G + B = 170 + 176 + 204 = 550 (100%)
R 170 of 550 ~ 30.91%
G 176 of 550 ~ 32%
B 204 of 550 ~ 37.09'%

%30.91
%32
%37.09

CMYK color model

#AAB0CC color CMYK value is (17,14,0,20).

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

CMYK: (17,14,0,20)
C17M14Y0K20 (17%, 14%, 0%, 20%)
(0.17 / 0.14 / 0.00 / 0.20)

CMYK percentages

%16.67
%13.73
%0
%20

Codes

Color #AAB0CC in popluar color models

AA B0 CC
RGB 170 176 204
HSL 229° 25.00% 73.33%
HSB/HSV 229° 16.67% 80.00%
CMYK 16.67% 13.73% 0.00%
20.00%

Color #AAB0CC in popluar number systems.

HEX AA B0 CC
Decimal 170 176 204
Binary 10101010 10110000 11001100
Octal 252 260 314

Shades and tints

Shades of #AAB0CC

#AAB0CC
(170,176,204)
#9BA0BA
(155,160,186)
#8C90A8
(140,144,168)
#7D8096
(125,128,150)
#6E7084
(110,112,132)
#5F6072
(95,96,114)
#505060
(80,80,96)
#41404E
(65,64,78)
#32303C
(50,48,60)
#23202A
(35,32,42)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #AAB0CC

#AAB0CC
(170,176,204)
#B1B7D0
(177,183,208)
#B8BED4
(184,190,212)
#BFC5D8
(191,197,216)
#C6CCDC
(198,204,220)
#CDD3E0
(205,211,224)
#D4DAE4
(212,218,228)
#DBE1E8
(219,225,232)
#E2E8EC
(226,232,236)
#E9EFF0
(233,239,240)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB0CC; }

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

This text font color is #AAB0CC.

Background Color

.myBgColor { background-color: #AAB0CC; }

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

This div background color is #AAB0CC.

Border color

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

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

This div border color is #AAB0CC.

Opacity

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

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

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

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

This text has shadow with #AAB0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB0CC.

Preview

Color preview on black background

This text has color #AAB0CC on black background.


Color preview on white background

This text has color #AAB0CC on white background.


Black color preview on #AAB0CC background

This text has black color on #AAB0CC background.


White color preview on #AAB0CC background

This text has white color on #AAB0CC background.


Related colors

Complementary color

Complementary color for #hex is #554F33.


I love getcolorcode.com

Triadic colors

1 #CCAAB0 and #B0CCAA with #AAB0CC are triadic colors.

2 #CCB0AA and #B0AACC with #AAB0CC are triadic colors.