COLOR #AAABB6

HEX: #AAABB6 RGB: (170,171,182)

Color info

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

RGB color model

#AAABB6 color RGB value is (170,171,182).

RGB: (170,171,182) (67%, 67%, 71%)

RGB channels and saturation

R 170 of 255 = 67%
G 171 of 255 = 67%
B 182 of 255 = 71%

170
171
182

R + G + B ~ 68%. #AAABB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 171 + 182 = 523 (100%)
R 170 of 523 ~ 32.5%
G 171 of 523 ~ 32.7%
B 182 of 523 ~ 34.8'%

%32.5
%32.7
%34.8

CMYK color model

#AAABB6 color CMYK value is (7,6,0,29).

  • cyan value is 6.59%
  • magenta value is 6.04%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (7,6,0,29)
C7M6Y0K29 (7%, 6%, 0%, 29%)
(0.07 / 0.06 / 0.00 / 0.29)

CMYK percentages

%6.59
%6.04
%0
%28.63

Codes

Color #AAABB6 in popluar color models

AA AB B6
RGB 170 171 182
HSL 235° 7.59% 69.02%
HSB/HSV 235° 6.59% 71.37%
CMYK 6.59% 6.04% 0.00%
28.63%

Color #AAABB6 in popluar number systems.

HEX AA AB B6
Decimal 170 171 182
Binary 10101010 10101011 10110110
Octal 252 253 266

Shades and tints

Shades of #AAABB6

#AAABB6
(170,171,182)
#9B9CA6
(155,156,166)
#8C8D96
(140,141,150)
#7D7E86
(125,126,134)
#6E6F76
(110,111,118)
#5F6066
(95,96,102)
#505156
(80,81,86)
#414246
(65,66,70)
#323336
(50,51,54)
#232426
(35,36,38)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #AAABB6

#AAABB6
(170,171,182)
#B1B2BC
(177,178,188)
#B8B9C2
(184,185,194)
#BFC0C8
(191,192,200)
#C6C7CE
(198,199,206)
#CDCED4
(205,206,212)
#D4D5DA
(212,213,218)
#DBDCE0
(219,220,224)
#E2E3E6
(226,227,230)
#E9EAEC
(233,234,236)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAABB6; }

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

This text font color is #AAABB6.

Background Color

.myBgColor { background-color: #AAABB6; }

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

This div background color is #AAABB6.

Border color

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

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

This div border color is #AAABB6.

Opacity

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

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

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

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

This text has shadow with #AAABB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAABB6.

Preview

Color preview on black background

This text has color #AAABB6 on black background.


Color preview on white background

This text has color #AAABB6 on white background.


Black color preview on #AAABB6 background

This text has black color on #AAABB6 background.


White color preview on #AAABB6 background

This text has white color on #AAABB6 background.


Related colors

Complementary color

Complementary color for #hex is #555449.


I love getcolorcode.com

Triadic colors

1 #B6AAAB and #ABB6AA with #AAABB6 are triadic colors.

2 #B6ABAA and #ABAAB6 with #AAABB6 are triadic colors.