COLOR #AAB6C3

HEX: #AAB6C3
RGB: (170,182,195)

Color info

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

RGB color model

#AAB6C3 color RGB value is (170,182,195).

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

RGB channels and saturation

R 170 of 255 = 67%
G 182 of 255 = 71%
B 195 of 255 = 76%

170
182
195

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

Portions of RGB colors in percentages

R + G + B =
170 + 182 + 195 = 547 (100%)
R 170 of 547 ~ 31.08%
G 182 of 547 ~ 33.27%
B 195 of 547 ~ 35.65%

%31.08
%33.27
%35.65

CMYK color model

#AAB6C3 color CMYK value is (13,7,0,24).

  • cyan value is 12.82%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(13,7,0,24)
C13M7Y0K24 
(13%,7%,0%,24%)
(0.13/0.07/0.00/0.24)	

CMYK percentages

%12.82
%6.67
%0
%23.53

Codes

Color #AAB6C3 in popluar color models

AAB6C3
RGB170182195
HSL211°17.24%71.57%
HSB/HSV211°12.82%76.47%
CMYK12.82%6.67%0.00%
23.53%

Color #AAB6C3 in popluar number systems.

HEXAAB6C3
Decimal170182195
Binary101010101011011011000011
Octal252266303

Shades and tints

Shades of #AAB6C3

#AAB6C3
(170,182,195)
#9BA6B2
(155,166,178)
#8C96A1
(140,150,161)
#7D8690
(125,134,144)
#6E767F
(110,118,127)
#5F666E
(95,102,110)
#50565D
(80,86,93)
#41464C
(65,70,76)
#32363B
(50,54,59)
#23262A
(35,38,42)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #AAB6C3

#AAB6C3
(170,182,195)
#B1BCC8
(177,188,200)
#B8C2CD
(184,194,205)
#BFC8D2
(191,200,210)
#C6CED7
(198,206,215)
#CDD4DC
(205,212,220)
#D4DAE1
(212,218,225)
#DBE0E6
(219,224,230)
#E2E6EB
(226,230,235)
#E9ECF0
(233,236,240)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB6C3 color. Also use rgb(170,182,195) instead hex code.

Text Font Color

.myTextColor { color: #AAB6C3; }

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

This text font color is #AAB6C3.


Background Color

.myBgColor { background-color: #AAB6C3; }

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

This div background color is #AAB6C3.


Border color

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

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

This div border color is #AAB6C3.


Opacity

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

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

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

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

This text has shadow with #AAB6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB6C3 on black background.


Color preview on white background

This text has color #AAB6C3 on white background.



Black color preview on #AAB6C3 background

This text has black color on #AAB6C3 background.


White color preview on #AAB6C3 background

This text has white color on #AAB6C3 background.