COLOR #AAACC9

HEX: #AAACC9
RGB: (170,172,201)

Color info

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

RGB color model

#AAACC9 color RGB value is (170,172,201).

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

RGB channels and saturation

R 170 of 255 = 67%
G 172 of 255 = 67%
B 201 of 255 = 79%

170
172
201

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

Portions of RGB colors in percentages

R + G + B =
170 + 172 + 201 = 543 (100%)
R 170 of 543 ~ 31.31%
G 172 of 543 ~ 31.68%
B 201 of 543 ~ 37.02%

%31.31
%31.68
%37.02

CMYK color model

#AAACC9 color CMYK value is (15,14,0,21).

  • cyan value is 15.42%
  • magenta value is 14.43%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(15,14,0,21)
C15M14Y0K21 
(15%,14%,0%,21%)
(0.15/0.14/0.00/0.21)	

CMYK percentages

%15.42
%14.43
%0
%21.18

Codes

Color #AAACC9 in popluar color models

AAACC9
RGB170172201
HSL236°22.30%72.75%
HSB/HSV236°15.42%78.82%
CMYK15.42%14.43%0.00%
21.18%

Color #AAACC9 in popluar number systems.

HEXAAACC9
Decimal170172201
Binary101010101010110011001001
Octal252254311

Shades and tints

Shades of #AAACC9

#AAACC9
(170,172,201)
#9B9DB7
(155,157,183)
#8C8EA5
(140,142,165)
#7D7F93
(125,127,147)
#6E7081
(110,112,129)
#5F616F
(95,97,111)
#50525D
(80,82,93)
#41434B
(65,67,75)
#323439
(50,52,57)
#232527
(35,37,39)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #AAACC9

#AAACC9
(170,172,201)
#B1B3CD
(177,179,205)
#B8BAD1
(184,186,209)
#BFC1D5
(191,193,213)
#C6C8D9
(198,200,217)
#CDCFDD
(205,207,221)
#D4D6E1
(212,214,225)
#DBDDE5
(219,221,229)
#E2E4E9
(226,228,233)
#E9EBED
(233,235,237)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAACC9; }

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

This text font color is #AAACC9.


Background Color

.myBgColor { background-color: #AAACC9; }

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

This div background color is #AAACC9.


Border color

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

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

This div border color is #AAACC9.


Opacity

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

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

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

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

This text has shadow with #AAACC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAACC9 on black background.


Color preview on white background

This text has color #AAACC9 on white background.



Black color preview on #AAACC9 background

This text has black color on #AAACC9 background.


White color preview on #AAACC9 background

This text has white color on #AAACC9 background.