COLOR #AABABF

HEX: #AABABF RGB: (170,186,191)

Color info

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

RGB color model

#AABABF color RGB value is (170,186,191).

RGB: (170,186,191) (67%, 73%, 75%)

RGB channels and saturation

R 170 of 255 = 67%
G 186 of 255 = 73%
B 191 of 255 = 75%

170
186
191

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

Portions of RGB colors in percentages

R + G + B = 170 + 186 + 191 = 547 (100%)
R 170 of 547 ~ 31.08%
G 186 of 547 ~ 34%
B 191 of 547 ~ 34.92'%

%31.08
%34
%34.92

CMYK color model

#AABABF color CMYK value is (11,3,0,25).

  • cyan value is 10.99%
  • magenta value is 2.62%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (11,3,0,25)
C11M3Y0K25 (11%, 3%, 0%, 25%)
(0.11 / 0.03 / 0.00 / 0.25)

CMYK percentages

%10.99
%2.62
%0
%25.1

Codes

Color #AABABF in popluar color models

AA BA BF
RGB 170 186 191
HSL 194° 14.09% 70.78%
HSB/HSV 194° 10.99% 74.90%
CMYK 10.99% 2.62% 0.00%
25.10%

Color #AABABF in popluar number systems.

HEX AA BA BF
Decimal 170 186 191
Binary 10101010 10111010 10111111
Octal 252 272 277

Shades and tints

Shades of #AABABF

#AABABF
(170,186,191)
#9BAAAE
(155,170,174)
#8C9A9D
(140,154,157)
#7D8A8C
(125,138,140)
#6E7A7B
(110,122,123)
#5F6A6A
(95,106,106)
#505A59
(80,90,89)
#414A48
(65,74,72)
#323A37
(50,58,55)
#232A26
(35,42,38)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #AABABF

#AABABF
(170,186,191)
#B1C0C4
(177,192,196)
#B8C6C9
(184,198,201)
#BFCCCE
(191,204,206)
#C6D2D3
(198,210,211)
#CDD8D8
(205,216,216)
#D4DEDD
(212,222,221)
#DBE4E2
(219,228,226)
#E2EAE7
(226,234,231)
#E9F0EC
(233,240,236)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABABF; }

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

This text font color is #AABABF.

Background Color

.myBgColor { background-color: #AABABF; }

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

This div background color is #AABABF.

Border color

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

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

This div border color is #AABABF.

Opacity

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

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

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

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

This text has shadow with #AABABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABABF.

Preview

Color preview on black background

This text has color #AABABF on black background.


Color preview on white background

This text has color #AABABF on white background.


Black color preview on #AABABF background

This text has black color on #AABABF background.


White color preview on #AABABF background

This text has white color on #AABABF background.


Related colors

Complementary color

Complementary color for #hex is #554540.


I love getcolorcode.com

Triadic colors

1 #BFAABA and #BABFAA with #AABABF are triadic colors.

2 #BFBAAA and #BAAABF with #AABABF are triadic colors.