COLOR #AAACC0

HEX: #AAACC0
RGB: (170,172,192)

Color info

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

RGB color model

#AAACC0 color RGB value is (170,172,192).

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

RGB channels and saturation

R 170 of 255 = 67%
G 172 of 255 = 67%
B 192 of 255 = 75%

170
172
192

R + G + B ~ 70%. #AAACC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 172 + 192 = 534 (100%)
R 170 of 534 ~ 31.84%
G 172 of 534 ~ 32.21%
B 192 of 534 ~ 35.96%

%31.84
%32.21
%35.96

CMYK color model

#AAACC0 color CMYK value is (11,10,0,25).

  • cyan value is 11.46%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(11,10,0,25)
C11M10Y0K25 
(11%,10%,0%,25%)
(0.11/0.10/0.00/0.25)	

CMYK percentages

%11.46
%10.42
%0
%24.71

Codes

Color #AAACC0 in popluar color models

AAACC0
RGB170172192
HSL235°14.86%70.98%
HSB/HSV235°11.46%75.29%
CMYK11.46%10.42%0.00%
24.71%

Color #AAACC0 in popluar number systems.

HEXAAACC0
Decimal170172192
Binary101010101010110011000000
Octal252254300

Shades and tints

Shades of #AAACC0

#AAACC0
(170,172,192)
#9B9DAF
(155,157,175)
#8C8E9E
(140,142,158)
#7D7F8D
(125,127,141)
#6E707C
(110,112,124)
#5F616B
(95,97,107)
#50525A
(80,82,90)
#414349
(65,67,73)
#323438
(50,52,56)
#232527
(35,37,39)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #AAACC0

#AAACC0
(170,172,192)
#B1B3C5
(177,179,197)
#B8BACA
(184,186,202)
#BFC1CF
(191,193,207)
#C6C8D4
(198,200,212)
#CDCFD9
(205,207,217)
#D4D6DE
(212,214,222)
#DBDDE3
(219,221,227)
#E2E4E8
(226,228,232)
#E9EBED
(233,235,237)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAACC0; }

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

This text font color is #AAACC0.


Background Color

.myBgColor { background-color: #AAACC0; }

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

This div background color is #AAACC0.


Border color

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

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

This div border color is #AAACC0.


Opacity

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

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

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

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

This text has shadow with #AAACC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAACC0 on black background.


Color preview on white background

This text has color #AAACC0 on white background.



Black color preview on #AAACC0 background

This text has black color on #AAACC0 background.


White color preview on #AAACC0 background

This text has white color on #AAACC0 background.