COLOR #AAB3B5

HEX: #AAB3B5
RGB: (170,179,181)

Color info

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

RGB color model

#AAB3B5 color RGB value is (170,179,181).

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

RGB channels and saturation

R 170 of 255 = 67%
G 179 of 255 = 70%
B 181 of 255 = 71%

170
179
181

R + G + B ~ 69%. #AAB3B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 179 + 181 = 530 (100%)
R 170 of 530 ~ 32.08%
G 179 of 530 ~ 33.77%
B 181 of 530 ~ 34.15%

%32.08
%33.77
%34.15

CMYK color model

#AAB3B5 color CMYK value is (6,1,0,29).

  • cyan value is 6.08%
  • magenta value is 1.10%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(6,1,0,29)
C6M1Y0K29 
(6%,1%,0%,29%)
(0.06/0.01/0.00/0.29)	

CMYK percentages

%6.08
%1.1
%0
%29.02

Codes

Color #AAB3B5 in popluar color models

AAB3B5
RGB170179181
HSL191°6.92%68.82%
HSB/HSV191°6.08%70.98%
CMYK6.08%1.10%0.00%
29.02%

Color #AAB3B5 in popluar number systems.

HEXAAB3B5
Decimal170179181
Binary101010101011001110110101
Octal252263265

Shades and tints

Shades of #AAB3B5

#AAB3B5
(170,179,181)
#9BA3A5
(155,163,165)
#8C9395
(140,147,149)
#7D8385
(125,131,133)
#6E7375
(110,115,117)
#5F6365
(95,99,101)
#505355
(80,83,85)
#414345
(65,67,69)
#323335
(50,51,53)
#232325
(35,35,37)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #AAB3B5

#AAB3B5
(170,179,181)
#B1B9BB
(177,185,187)
#B8BFC1
(184,191,193)
#BFC5C7
(191,197,199)
#C6CBCD
(198,203,205)
#CDD1D3
(205,209,211)
#D4D7D9
(212,215,217)
#DBDDDF
(219,221,223)
#E2E3E5
(226,227,229)
#E9E9EB
(233,233,235)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB3B5; }

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

This text font color is #AAB3B5.


Background Color

.myBgColor { background-color: #AAB3B5; }

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

This div background color is #AAB3B5.


Border color

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

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

This div border color is #AAB3B5.


Opacity

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

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

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

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

This text has shadow with #AAB3B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB3B5 on black background.


Color preview on white background

This text has color #AAB3B5 on white background.



Black color preview on #AAB3B5 background

This text has black color on #AAB3B5 background.


White color preview on #AAB3B5 background

This text has white color on #AAB3B5 background.