COLOR #AAB3C6

HEX: #AAB3C6 RGB: (170,179,198)

Color info

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

RGB color model

#AAB3C6 color RGB value is (170,179,198).

RGB: (170,179,198) (67%, 70%, 78%)

RGB channels and saturation

R 170 of 255 = 67%
G 179 of 255 = 70%
B 198 of 255 = 78%

170
179
198

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

Portions of RGB colors in percentages

R + G + B = 170 + 179 + 198 = 547 (100%)
R 170 of 547 ~ 31.08%
G 179 of 547 ~ 32.72%
B 198 of 547 ~ 36.2'%

%31.08
%32.72
%36.2

CMYK color model

#AAB3C6 color CMYK value is (14,10,0,22).

  • cyan value is 14.14%
  • magenta value is 9.60%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (14,10,0,22)
C14M10Y0K22 (14%, 10%, 0%, 22%)
(0.14 / 0.10 / 0.00 / 0.22)

CMYK percentages

%14.14
%9.6
%0
%22.35

Codes

Color #AAB3C6 in popluar color models

AA B3 C6
RGB 170 179 198
HSL 221° 19.72% 72.16%
HSB/HSV 221° 14.14% 77.65%
CMYK 14.14% 9.60% 0.00%
22.35%

Color #AAB3C6 in popluar number systems.

HEX AA B3 C6
Decimal 170 179 198
Binary 10101010 10110011 11000110
Octal 252 263 306

Shades and tints

Shades of #AAB3C6

#AAB3C6
(170,179,198)
#9BA3B4
(155,163,180)
#8C93A2
(140,147,162)
#7D8390
(125,131,144)
#6E737E
(110,115,126)
#5F636C
(95,99,108)
#50535A
(80,83,90)
#414348
(65,67,72)
#323336
(50,51,54)
#232324
(35,35,36)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #AAB3C6

#AAB3C6
(170,179,198)
#B1B9CB
(177,185,203)
#B8BFD0
(184,191,208)
#BFC5D5
(191,197,213)
#C6CBDA
(198,203,218)
#CDD1DF
(205,209,223)
#D4D7E4
(212,215,228)
#DBDDE9
(219,221,233)
#E2E3EE
(226,227,238)
#E9E9F3
(233,233,243)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB3C6 color. Also use rgb(170,179,198) instead hex code.

Text Font Color

.myTextColor { color: #AAB3C6; }

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

This text font color is #AAB3C6.

Background Color

.myBgColor { background-color: #AAB3C6; }

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

This div background color is #AAB3C6.

Border color

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

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

This div border color is #AAB3C6.

Opacity

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

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

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

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

This text has shadow with #AAB3C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB3C6.

Preview

Color preview on black background

This text has color #AAB3C6 on black background.


Color preview on white background

This text has color #AAB3C6 on white background.


Black color preview on #AAB3C6 background

This text has black color on #AAB3C6 background.


White color preview on #AAB3C6 background

This text has white color on #AAB3C6 background.


Related colors

Complementary color

Complementary color for #hex is #554C39.


I love getcolorcode.com

Triadic colors

1 #C6AAB3 and #B3C6AA with #AAB3C6 are triadic colors.

2 #C6B3AA and #B3AAC6 with #AAB3C6 are triadic colors.