COLOR #AABBBA

HEX: #AABBBA RGB: (170,187,186)

Color info

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

RGB color model

#AABBBA color RGB value is (170,187,186).

RGB: (170,187,186) (67%, 73%, 73%)

RGB channels and saturation

R 170 of 255 = 67%
G 187 of 255 = 73%
B 186 of 255 = 73%

170
187
186

R + G + B ~ 71%. #AABBBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 187 + 186 = 543 (100%)
R 170 of 543 ~ 31.31%
G 187 of 543 ~ 34.44%
B 186 of 543 ~ 34.25'%

%31.31
%34.44
%34.25

CMYK color model

#AABBBA color CMYK value is (9,0,1,27).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 26.67%

CMYK: (9,0,1,27)
C9M0Y1K27 (9%, 0%, 1%, 27%)
(0.09 / 0.00 / 0.01 / 0.27)

CMYK percentages

%9.09
%0
%0.53
%26.67

Codes

Color #AABBBA in popluar color models

AA BB BA
RGB 170 187 186
HSL 176° 11.11% 70.00%
HSB/HSV 176° 9.09% 73.33%
CMYK 9.09% 0.00% 0.53%
26.67%

Color #AABBBA in popluar number systems.

HEX AA BB BA
Decimal 170 187 186
Binary 10101010 10111011 10111010
Octal 252 273 272

Shades and tints

Shades of #AABBBA

#AABBBA
(170,187,186)
#9BAAAA
(155,170,170)
#8C999A
(140,153,154)
#7D888A
(125,136,138)
#6E777A
(110,119,122)
#5F666A
(95,102,106)
#50555A
(80,85,90)
#41444A
(65,68,74)
#32333A
(50,51,58)
#23222A
(35,34,42)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #AABBBA

#AABBBA
(170,187,186)
#B1C1C0
(177,193,192)
#B8C7C6
(184,199,198)
#BFCDCC
(191,205,204)
#C6D3D2
(198,211,210)
#CDD9D8
(205,217,216)
#D4DFDE
(212,223,222)
#DBE5E4
(219,229,228)
#E2EBEA
(226,235,234)
#E9F1F0
(233,241,240)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABBBA color. Also use rgb(170,187,186) instead hex code.

Text Font Color

.myTextColor { color: #AABBBA; }

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

This text font color is #AABBBA.

Background Color

.myBgColor { background-color: #AABBBA; }

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

This div background color is #AABBBA.

Border color

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

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

This div border color is #AABBBA.

Opacity

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

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

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

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

This text has shadow with #AABBBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABBBA.

Preview

Color preview on black background

This text has color #AABBBA on black background.


Color preview on white background

This text has color #AABBBA on white background.


Black color preview on #AABBBA background

This text has black color on #AABBBA background.


White color preview on #AABBBA background

This text has white color on #AABBBA background.


Related colors

Complementary color

Complementary color for #hex is #554445.


I love getcolorcode.com

Triadic colors

1 #BAAABB and #BBBAAA with #AABBBA are triadic colors.

2 #BABBAA and #BBAABA with #AABBBA are triadic colors.