COLOR #AAB5BF

HEX: #AAB5BF
RGB: (170,181,191)

Color info

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

RGB color model

#AAB5BF color RGB value is (170,181,191).

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

RGB channels and saturation

R 170 of 255 = 67%
G 181 of 255 = 71%
B 191 of 255 = 75%

170
181
191

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

Portions of RGB colors in percentages

R + G + B =
170 + 181 + 191 = 542 (100%)
R 170 of 542 ~ 31.37%
G 181 of 542 ~ 33.39%
B 191 of 542 ~ 35.24%

%31.37
%33.39
%35.24

CMYK color model

#AAB5BF color CMYK value is (11,5,0,25).

  • cyan value is 10.99%
  • magenta value is 5.24%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(11,5,0,25)
C11M5Y0K25 
(11%,5%,0%,25%)
(0.11/0.05/0.00/0.25)	

CMYK percentages

%10.99
%5.24
%0
%25.1

Codes

Color #AAB5BF in popluar color models

AAB5BF
RGB170181191
HSL209°14.09%70.78%
HSB/HSV209°10.99%74.90%
CMYK10.99%5.24%0.00%
25.10%

Color #AAB5BF in popluar number systems.

HEXAAB5BF
Decimal170181191
Binary101010101011010110111111
Octal252265277

Shades and tints

Shades of #AAB5BF

#AAB5BF
(170,181,191)
#9BA5AE
(155,165,174)
#8C959D
(140,149,157)
#7D858C
(125,133,140)
#6E757B
(110,117,123)
#5F656A
(95,101,106)
#505559
(80,85,89)
#414548
(65,69,72)
#323537
(50,53,55)
#232526
(35,37,38)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #AAB5BF

#AAB5BF
(170,181,191)
#B1BBC4
(177,187,196)
#B8C1C9
(184,193,201)
#BFC7CE
(191,199,206)
#C6CDD3
(198,205,211)
#CDD3D8
(205,211,216)
#D4D9DD
(212,217,221)
#DBDFE2
(219,223,226)
#E2E5E7
(226,229,231)
#E9EBEC
(233,235,236)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB5BF; }

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

This text font color is #AAB5BF.


Background Color

.myBgColor { background-color: #AAB5BF; }

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

This div background color is #AAB5BF.


Border color

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

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

This div border color is #AAB5BF.


Opacity

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

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

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

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

This text has shadow with #AAB5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB5BF on black background.


Color preview on white background

This text has color #AAB5BF on white background.



Black color preview on #AAB5BF background

This text has black color on #AAB5BF background.


White color preview on #AAB5BF background

This text has white color on #AAB5BF background.