COLOR #AAB2C9

HEX: #AAB2C9
RGB: (170,178,201)

Color info

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

RGB color model

#AAB2C9 color RGB value is (170,178,201).

  • red value is 170;
  • green value is 178;
  • blue value is 201.
RGB:
(170,178,201)
(67%,70%,79%)

RGB channels and saturation

R 170 of 255 = 67%
G 178 of 255 = 70%
B 201 of 255 = 79%

170
178
201

R + G + B ~ 72%. #AAB2C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 178 + 201 = 549 (100%)
R 170 of 549 ~ 30.97%
G 178 of 549 ~ 32.42%
B 201 of 549 ~ 36.61%

%30.97
%32.42
%36.61

CMYK color model

#AAB2C9 color CMYK value is (15,11,0,21).

  • cyan value is 15.42%
  • magenta value is 11.44%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(15,11,0,21)
C15M11Y0K21 
(15%,11%,0%,21%)
(0.15/0.11/0.00/0.21)	

CMYK percentages

%15.42
%11.44
%0
%21.18

Codes

Color #AAB2C9 in popluar color models

AAB2C9
RGB170178201
HSL225°22.30%72.75%
HSB/HSV225°15.42%78.82%
CMYK15.42%11.44%0.00%
21.18%

Color #AAB2C9 in popluar number systems.

HEXAAB2C9
Decimal170178201
Binary101010101011001011001001
Octal252262311

Shades and tints

Shades of #AAB2C9

#AAB2C9
(170,178,201)
#9BA2B7
(155,162,183)
#8C92A5
(140,146,165)
#7D8293
(125,130,147)
#6E7281
(110,114,129)
#5F626F
(95,98,111)
#50525D
(80,82,93)
#41424B
(65,66,75)
#323239
(50,50,57)
#232227
(35,34,39)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #AAB2C9

#AAB2C9
(170,178,201)
#B1B9CD
(177,185,205)
#B8C0D1
(184,192,209)
#BFC7D5
(191,199,213)
#C6CED9
(198,206,217)
#CDD5DD
(205,213,221)
#D4DCE1
(212,220,225)
#DBE3E5
(219,227,229)
#E2EAE9
(226,234,233)
#E9F1ED
(233,241,237)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB2C9 color. Also use rgb(170,178,201) instead hex code.

Text Font Color

.myTextColor { color: #AAB2C9; }

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

This text font color is #AAB2C9.


Background Color

.myBgColor { background-color: #AAB2C9; }

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

This div background color is #AAB2C9.


Border color

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

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

This div border color is #AAB2C9.


Opacity

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

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

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

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

This text has shadow with #AAB2C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB2C9 on black background.


Color preview on white background

This text has color #AAB2C9 on white background.



Black color preview on #AAB2C9 background

This text has black color on #AAB2C9 background.


White color preview on #AAB2C9 background

This text has white color on #AAB2C9 background.