COLOR #AAB4BA

HEX: #AAB4BA RGB: (170,180,186)

Color info

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

RGB color model

#AAB4BA color RGB value is (170,180,186).

RGB: (170,180,186) (67%, 71%, 73%)

RGB channels and saturation

R 170 of 255 = 67%
G 180 of 255 = 71%
B 186 of 255 = 73%

170
180
186

R + G + B ~ 70%. #AAB4BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 180 + 186 = 536 (100%)
R 170 of 536 ~ 31.72%
G 180 of 536 ~ 33.58%
B 186 of 536 ~ 34.7'%

%31.72
%33.58
%34.7

CMYK color model

#AAB4BA color CMYK value is (9,3,0,27).

  • cyan value is 8.60%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (9,3,0,27)
C9M3Y0K27 (9%, 3%, 0%, 27%)
(0.09 / 0.03 / 0.00 / 0.27)

CMYK percentages

%8.6
%3.23
%0
%27.06

Codes

Color #AAB4BA in popluar color models

AA B4 BA
RGB 170 180 186
HSL 203° 10.39% 69.80%
HSB/HSV 203° 8.60% 72.94%
CMYK 8.60% 3.23% 0.00%
27.06%

Color #AAB4BA in popluar number systems.

HEX AA B4 BA
Decimal 170 180 186
Binary 10101010 10110100 10111010
Octal 252 264 272

Shades and tints

Shades of #AAB4BA

#AAB4BA
(170,180,186)
#9BA4AA
(155,164,170)
#8C949A
(140,148,154)
#7D848A
(125,132,138)
#6E747A
(110,116,122)
#5F646A
(95,100,106)
#50545A
(80,84,90)
#41444A
(65,68,74)
#32343A
(50,52,58)
#23242A
(35,36,42)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #AAB4BA

#AAB4BA
(170,180,186)
#B1BAC0
(177,186,192)
#B8C0C6
(184,192,198)
#BFC6CC
(191,198,204)
#C6CCD2
(198,204,210)
#CDD2D8
(205,210,216)
#D4D8DE
(212,216,222)
#DBDEE4
(219,222,228)
#E2E4EA
(226,228,234)
#E9EAF0
(233,234,240)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB4BA; }

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

This text font color is #AAB4BA.

Background Color

.myBgColor { background-color: #AAB4BA; }

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

This div background color is #AAB4BA.

Border color

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

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

This div border color is #AAB4BA.

Opacity

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

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

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

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

This text has shadow with #AAB4BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB4BA.

Preview

Color preview on black background

This text has color #AAB4BA on black background.


Color preview on white background

This text has color #AAB4BA on white background.


Black color preview on #AAB4BA background

This text has black color on #AAB4BA background.


White color preview on #AAB4BA background

This text has white color on #AAB4BA background.


Related colors

Complementary color

Complementary color for #hex is #554B45.


I love getcolorcode.com

Triadic colors

1 #BAAAB4 and #B4BAAA with #AAB4BA are triadic colors.

2 #BAB4AA and #B4AABA with #AAB4BA are triadic colors.