COLOR #AAB5C1

HEX: #AAB5C1
RGB: (170,181,193)

Color info

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

RGB color model

#AAB5C1 color RGB value is (170,181,193).

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

RGB channels and saturation

R 170 of 255 = 67%
G 181 of 255 = 71%
B 193 of 255 = 76%

170
181
193

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

Portions of RGB colors in percentages

R + G + B =
170 + 181 + 193 = 544 (100%)
R 170 of 544 ~ 31.25%
G 181 of 544 ~ 33.27%
B 193 of 544 ~ 35.48%

%31.25
%33.27
%35.48

CMYK color model

#AAB5C1 color CMYK value is (12,6,0,24).

  • cyan value is 11.92%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(12,6,0,24)
C12M6Y0K24 
(12%,6%,0%,24%)
(0.12/0.06/0.00/0.24)	

CMYK percentages

%11.92
%6.22
%0
%24.31

Codes

Color #AAB5C1 in popluar color models

AAB5C1
RGB170181193
HSL211°15.65%71.18%
HSB/HSV211°11.92%75.69%
CMYK11.92%6.22%0.00%
24.31%

Color #AAB5C1 in popluar number systems.

HEXAAB5C1
Decimal170181193
Binary101010101011010111000001
Octal252265301

Shades and tints

Shades of #AAB5C1

#AAB5C1
(170,181,193)
#9BA5B0
(155,165,176)
#8C959F
(140,149,159)
#7D858E
(125,133,142)
#6E757D
(110,117,125)
#5F656C
(95,101,108)
#50555B
(80,85,91)
#41454A
(65,69,74)
#323539
(50,53,57)
#232528
(35,37,40)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #AAB5C1

#AAB5C1
(170,181,193)
#B1BBC6
(177,187,198)
#B8C1CB
(184,193,203)
#BFC7D0
(191,199,208)
#C6CDD5
(198,205,213)
#CDD3DA
(205,211,218)
#D4D9DF
(212,217,223)
#DBDFE4
(219,223,228)
#E2E5E9
(226,229,233)
#E9EBEE
(233,235,238)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB5C1; }

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

This text font color is #AAB5C1.


Background Color

.myBgColor { background-color: #AAB5C1; }

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

This div background color is #AAB5C1.


Border color

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

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

This div border color is #AAB5C1.


Opacity

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

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

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

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

This text has shadow with #AAB5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB5C1 on black background.


Color preview on white background

This text has color #AAB5C1 on white background.



Black color preview on #AAB5C1 background

This text has black color on #AAB5C1 background.


White color preview on #AAB5C1 background

This text has white color on #AAB5C1 background.