COLOR #AAB2CC

HEX: #AAB2CC RGB: (170,178,204)

Color info

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

RGB color model

#AAB2CC color RGB value is (170,178,204).

RGB: (170,178,204) (67%, 70%, 80%)

RGB channels and saturation

R 170 of 255 = 67%
G 178 of 255 = 70%
B 204 of 255 = 80%

170
178
204

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

Portions of RGB colors in percentages

R + G + B = 170 + 178 + 204 = 552 (100%)
R 170 of 552 ~ 30.8%
G 178 of 552 ~ 32.25%
B 204 of 552 ~ 36.96'%

%30.8
%32.25
%36.96

CMYK color model

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

  • cyan value is 16.67%
  • magenta value is 12.75%
  • 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
%12.75
%0
%20

Codes

Color #AAB2CC in popluar color models

AA B2 CC
RGB 170 178 204
HSL 226° 25.00% 73.33%
HSB/HSV 226° 16.67% 80.00%
CMYK 16.67% 12.75% 0.00%
20.00%

Color #AAB2CC in popluar number systems.

HEX AA B2 CC
Decimal 170 178 204
Binary 10101010 10110010 11001100
Octal 252 262 314

Shades and tints

Shades of #AAB2CC

#AAB2CC
(170,178,204)
#9BA2BA
(155,162,186)
#8C92A8
(140,146,168)
#7D8296
(125,130,150)
#6E7284
(110,114,132)
#5F6272
(95,98,114)
#505260
(80,82,96)
#41424E
(65,66,78)
#32323C
(50,50,60)
#23222A
(35,34,42)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #AAB2CC

#AAB2CC
(170,178,204)
#B1B9D0
(177,185,208)
#B8C0D4
(184,192,212)
#BFC7D8
(191,199,216)
#C6CEDC
(198,206,220)
#CDD5E0
(205,213,224)
#D4DCE4
(212,220,228)
#DBE3E8
(219,227,232)
#E2EAEC
(226,234,236)
#E9F1F0
(233,241,240)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB2CC; }

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

This text font color is #AAB2CC.

Background Color

.myBgColor { background-color: #AAB2CC; }

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

This div background color is #AAB2CC.

Border color

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

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

This div border color is #AAB2CC.

Opacity

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

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

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

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

This text has shadow with #AAB2CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB2CC.

Preview

Color preview on black background

This text has color #AAB2CC on black background.


Color preview on white background

This text has color #AAB2CC on white background.


Black color preview on #AAB2CC background

This text has black color on #AAB2CC background.


White color preview on #AAB2CC background

This text has white color on #AAB2CC background.


Related colors

Complementary color

Complementary color for #hex is #554D33.


I love getcolorcode.com

Triadic colors

1 #CCAAB2 and #B2CCAA with #AAB2CC are triadic colors.

2 #CCB2AA and #B2AACC with #AAB2CC are triadic colors.