COLOR #AAB6CF

HEX: #AAB6CF RGB: (170,182,207)

Color info

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

RGB color model

#AAB6CF color RGB value is (170,182,207).

RGB: (170,182,207) (67%, 71%, 81%)

RGB channels and saturation

R 170 of 255 = 67%
G 182 of 255 = 71%
B 207 of 255 = 81%

170
182
207

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

Portions of RGB colors in percentages

R + G + B = 170 + 182 + 207 = 559 (100%)
R 170 of 559 ~ 30.41%
G 182 of 559 ~ 32.56%
B 207 of 559 ~ 37.03'%

%30.41
%32.56
%37.03

CMYK color model

#AAB6CF color CMYK value is (18,12,0,19).

  • cyan value is 17.87%
  • magenta value is 12.08%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (18,12,0,19) C18M12Y0K19 (18%,12%,0%,19%) (0.18/0.12/0.00/0.19) 

CMYK percentages

%17.87
%12.08
%0
%18.82

Codes

Color #AAB6CF in popluar color models

AA B6 CF
RGB 170 182 207
HSL 221° 27.82% 73.92%
HSB/HSV 221° 17.87% 81.18%
CMYK 17.87% 12.08% 0.00%
18.82%

Color #AAB6CF in popluar number systems.

HEX AA B6 CF
Decimal 170 182 207
Binary 10101010 10110110 11001111
Octal 252 266 317

Shades and tints

Shades of #AAB6CF

#AAB6CF
(170,182,207)
#9BA6BD
(155,166,189)
#8C96AB
(140,150,171)
#7D8699
(125,134,153)
#6E7687
(110,118,135)
#5F6675
(95,102,117)
#505663
(80,86,99)
#414651
(65,70,81)
#32363F
(50,54,63)
#23262D
(35,38,45)
#14161B
(20,22,27)
#000000
(0,0,0)

Tints of #AAB6CF

#AAB6CF
(170,182,207)
#B1BCD3
(177,188,211)
#B8C2D7
(184,194,215)
#BFC8DB
(191,200,219)
#C6CEDF
(198,206,223)
#CDD4E3
(205,212,227)
#D4DAE7
(212,218,231)
#DBE0EB
(219,224,235)
#E2E6EF
(226,230,239)
#E9ECF3
(233,236,243)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB6CF; }

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

This text font color is #AAB6CF.

Background Color

.myBgColor { background-color: #AAB6CF; }

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

This div background color is #AAB6CF.

Border color

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

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

This div border color is #AAB6CF.

Opacity

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

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

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

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

This text has shadow with #AAB6CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB6CF.

Preview

Color preview on black background

This text has color #AAB6CF on black background.


Color preview on white background

This text has color #AAB6CF on white background.


Black color preview on #AAB6CF background

This text has black color on #AAB6CF background.


White color preview on #AAB6CF background

This text has white color on #AAB6CF background.


Related colors

Complementary color

Complementary color for #hex is #554930.


I love getcolorcode.com

Triadic colors

1 #CFAAB6 and #B6CFAA with #AAB6CF are triadic colors.

2 #CFB6AA and #B6AACF with #AAB6CF are triadic colors.