COLOR #AAB1C5

HEX: #AAB1C5
RGB: (170,177,197)

Color info

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

RGB color model

#AAB1C5 color RGB value is (170,177,197).

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

RGB channels and saturation

R 170 of 255 = 67%
G 177 of 255 = 69%
B 197 of 255 = 77%

170
177
197

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

Portions of RGB colors in percentages

R + G + B =
170 + 177 + 197 = 544 (100%)
R 170 of 544 ~ 31.25%
G 177 of 544 ~ 32.54%
B 197 of 544 ~ 36.21%

%31.25
%32.54
%36.21

CMYK color model

#AAB1C5 color CMYK value is (14,10,0,23).

  • cyan value is 13.71%
  • magenta value is 10.15%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(14,10,0,23)
C14M10Y0K23 
(14%,10%,0%,23%)
(0.14/0.10/0.00/0.23)	

CMYK percentages

%13.71
%10.15
%0
%22.75

Codes

Color #AAB1C5 in popluar color models

AAB1C5
RGB170177197
HSL224°18.88%71.96%
HSB/HSV224°13.71%77.25%
CMYK13.71%10.15%0.00%
22.75%

Color #AAB1C5 in popluar number systems.

HEXAAB1C5
Decimal170177197
Binary101010101011000111000101
Octal252261305

Shades and tints

Shades of #AAB1C5

#AAB1C5
(170,177,197)
#9BA1B4
(155,161,180)
#8C91A3
(140,145,163)
#7D8192
(125,129,146)
#6E7181
(110,113,129)
#5F6170
(95,97,112)
#50515F
(80,81,95)
#41414E
(65,65,78)
#32313D
(50,49,61)
#23212C
(35,33,44)
#14111B
(20,17,27)
#000000
(0,0,0)

Tints of #AAB1C5

#AAB1C5
(170,177,197)
#B1B8CA
(177,184,202)
#B8BFCF
(184,191,207)
#BFC6D4
(191,198,212)
#C6CDD9
(198,205,217)
#CDD4DE
(205,212,222)
#D4DBE3
(212,219,227)
#DBE2E8
(219,226,232)
#E2E9ED
(226,233,237)
#E9F0F2
(233,240,242)
#F0F7F7
(240,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB1C5; }

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

This text font color is #AAB1C5.


Background Color

.myBgColor { background-color: #AAB1C5; }

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

This div background color is #AAB1C5.


Border color

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

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

This div border color is #AAB1C5.


Opacity

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

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

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

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

This text has shadow with #AAB1C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB1C5 on black background.


Color preview on white background

This text has color #AAB1C5 on white background.



Black color preview on #AAB1C5 background

This text has black color on #AAB1C5 background.


White color preview on #AAB1C5 background

This text has white color on #AAB1C5 background.