COLOR #AAB3BF

HEX: #AAB3BF
RGB: (170,179,191)

Color info

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

RGB color model

#AAB3BF color RGB value is (170,179,191).

  • red value is 170;
  • green value is 179;
  • blue value is 191.
RGB:
(170,179,191)
(67%,70%,75%)

RGB channels and saturation

R 170 of 255 = 67%
G 179 of 255 = 70%
B 191 of 255 = 75%

170
179
191

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

Portions of RGB colors in percentages

R + G + B =
170 + 179 + 191 = 540 (100%)
R 170 of 540 ~ 31.48%
G 179 of 540 ~ 33.15%
B 191 of 540 ~ 35.37%

%31.48
%33.15
%35.37

CMYK color model

#AAB3BF color CMYK value is (11,6,0,25).

  • cyan value is 10.99%
  • magenta value is 6.28%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(11,6,0,25)
C11M6Y0K25 
(11%,6%,0%,25%)
(0.11/0.06/0.00/0.25)	

CMYK percentages

%10.99
%6.28
%0
%25.1

Codes

Color #AAB3BF in popluar color models

AAB3BF
RGB170179191
HSL214°14.09%70.78%
HSB/HSV214°10.99%74.90%
CMYK10.99%6.28%0.00%
25.10%

Color #AAB3BF in popluar number systems.

HEXAAB3BF
Decimal170179191
Binary101010101011001110111111
Octal252263277

Shades and tints

Shades of #AAB3BF

#AAB3BF
(170,179,191)
#9BA3AE
(155,163,174)
#8C939D
(140,147,157)
#7D838C
(125,131,140)
#6E737B
(110,115,123)
#5F636A
(95,99,106)
#505359
(80,83,89)
#414348
(65,67,72)
#323337
(50,51,55)
#232326
(35,35,38)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #AAB3BF

#AAB3BF
(170,179,191)
#B1B9C4
(177,185,196)
#B8BFC9
(184,191,201)
#BFC5CE
(191,197,206)
#C6CBD3
(198,203,211)
#CDD1D8
(205,209,216)
#D4D7DD
(212,215,221)
#DBDDE2
(219,221,226)
#E2E3E7
(226,227,231)
#E9E9EC
(233,233,236)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB3BF; }

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

This text font color is #AAB3BF.


Background Color

.myBgColor { background-color: #AAB3BF; }

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

This div background color is #AAB3BF.


Border color

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

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

This div border color is #AAB3BF.


Opacity

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

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

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

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

This text has shadow with #AAB3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB3BF on black background.


Color preview on white background

This text has color #AAB3BF on white background.



Black color preview on #AAB3BF background

This text has black color on #AAB3BF background.


White color preview on #AAB3BF background

This text has white color on #AAB3BF background.