COLOR #AAB8BA

HEX: #AAB8BA RGB: (170,184,186)

Color info

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

RGB color model

#AAB8BA color RGB value is (170,184,186).

RGB: (170,184,186) (67%, 72%, 73%)

RGB channels and saturation

R 170 of 255 = 67%
G 184 of 255 = 72%
B 186 of 255 = 73%

170
184
186

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

Portions of RGB colors in percentages

R + G + B = 170 + 184 + 186 = 540 (100%)
R 170 of 540 ~ 31.48%
G 184 of 540 ~ 34.07%
B 186 of 540 ~ 34.44'%

%31.48
%34.07
%34.44

CMYK color model

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

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

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

CMYK percentages

%8.6
%1.08
%0
%27.06

Codes

Color #AAB8BA in popluar color models

AA B8 BA
RGB 170 184 186
HSL 188° 10.39% 69.80%
HSB/HSV 188° 8.60% 72.94%
CMYK 8.60% 1.08% 0.00%
27.06%

Color #AAB8BA in popluar number systems.

HEX AA B8 BA
Decimal 170 184 186
Binary 10101010 10111000 10111010
Octal 252 270 272

Shades and tints

Shades of #AAB8BA

#AAB8BA
(170,184,186)
#9BA8AA
(155,168,170)
#8C989A
(140,152,154)
#7D888A
(125,136,138)
#6E787A
(110,120,122)
#5F686A
(95,104,106)
#50585A
(80,88,90)
#41484A
(65,72,74)
#32383A
(50,56,58)
#23282A
(35,40,42)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #AAB8BA

#AAB8BA
(170,184,186)
#B1BEC0
(177,190,192)
#B8C4C6
(184,196,198)
#BFCACC
(191,202,204)
#C6D0D2
(198,208,210)
#CDD6D8
(205,214,216)
#D4DCDE
(212,220,222)
#DBE2E4
(219,226,228)
#E2E8EA
(226,232,234)
#E9EEF0
(233,238,240)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB8BA; }

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

This text font color is #AAB8BA.

Background Color

.myBgColor { background-color: #AAB8BA; }

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

This div background color is #AAB8BA.

Border color

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

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

This div border color is #AAB8BA.

Opacity

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

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

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

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

This text has shadow with #AAB8BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB8BA.

Preview

Color preview on black background

This text has color #AAB8BA on black background.


Color preview on white background

This text has color #AAB8BA on white background.


Black color preview on #AAB8BA background

This text has black color on #AAB8BA background.


White color preview on #AAB8BA background

This text has white color on #AAB8BA background.


Related colors

Complementary color

Complementary color for #hex is #554745.


I love getcolorcode.com

Triadic colors

1 #BAAAB8 and #B8BAAA with #AAB8BA are triadic colors.

2 #BAB8AA and #B8AABA with #AAB8BA are triadic colors.