COLOR #AAB1BF

HEX: #AAB1BF
RGB: (170,177,191)

Color info

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

RGB color model

#AAB1BF color RGB value is (170,177,191).

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

RGB channels and saturation

R 170 of 255 = 67%
G 177 of 255 = 69%
B 191 of 255 = 75%

170
177
191

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

Portions of RGB colors in percentages

R + G + B =
170 + 177 + 191 = 538 (100%)
R 170 of 538 ~ 31.6%
G 177 of 538 ~ 32.9%
B 191 of 538 ~ 35.5%

%31.6
%32.9
%35.5

CMYK color model

#AAB1BF color CMYK value is (11,7,0,25).

  • cyan value is 10.99%
  • magenta value is 7.33%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(11,7,0,25)
C11M7Y0K25 
(11%,7%,0%,25%)
(0.11/0.07/0.00/0.25)	

CMYK percentages

%10.99
%7.33
%0
%25.1

Codes

Color #AAB1BF in popluar color models

AAB1BF
RGB170177191
HSL220°14.09%70.78%
HSB/HSV220°10.99%74.90%
CMYK10.99%7.33%0.00%
25.10%

Color #AAB1BF in popluar number systems.

HEXAAB1BF
Decimal170177191
Binary101010101011000110111111
Octal252261277

Shades and tints

Shades of #AAB1BF

#AAB1BF
(170,177,191)
#9BA1AE
(155,161,174)
#8C919D
(140,145,157)
#7D818C
(125,129,140)
#6E717B
(110,113,123)
#5F616A
(95,97,106)
#505159
(80,81,89)
#414148
(65,65,72)
#323137
(50,49,55)
#232126
(35,33,38)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #AAB1BF

#AAB1BF
(170,177,191)
#B1B8C4
(177,184,196)
#B8BFC9
(184,191,201)
#BFC6CE
(191,198,206)
#C6CDD3
(198,205,211)
#CDD4D8
(205,212,216)
#D4DBDD
(212,219,221)
#DBE2E2
(219,226,226)
#E2E9E7
(226,233,231)
#E9F0EC
(233,240,236)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB1BF; }

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

This text font color is #AAB1BF.


Background Color

.myBgColor { background-color: #AAB1BF; }

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

This div background color is #AAB1BF.


Border color

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

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

This div border color is #AAB1BF.


Opacity

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

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

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

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

This text has shadow with #AAB1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB1BF on black background.


Color preview on white background

This text has color #AAB1BF on white background.



Black color preview on #AAB1BF background

This text has black color on #AAB1BF background.


White color preview on #AAB1BF background

This text has white color on #AAB1BF background.