COLOR #AAACD0

HEX: #AAACD0
RGB: (170,172,208)

Color info

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

RGB color model

#AAACD0 color RGB value is (170,172,208).

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

RGB channels and saturation

R 170 of 255 = 67%
G 172 of 255 = 67%
B 208 of 255 = 82%

170
172
208

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

Portions of RGB colors in percentages

R + G + B =
170 + 172 + 208 = 550 (100%)
R 170 of 550 ~ 30.91%
G 172 of 550 ~ 31.27%
B 208 of 550 ~ 37.82%

%30.91
%31.27
%37.82

CMYK color model

#AAACD0 color CMYK value is (18,17,0,18).

  • cyan value is 18.27%
  • magenta value is 17.31%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(18,17,0,18)
C18M17Y0K18 
(18%,17%,0%,18%)
(0.18/0.17/0.00/0.18)	

CMYK percentages

%18.27
%17.31
%0
%18.43

Codes

Color #AAACD0 in popluar color models

AAACD0
RGB170172208
HSL237°28.79%74.12%
HSB/HSV237°18.27%81.57%
CMYK18.27%17.31%0.00%
18.43%

Color #AAACD0 in popluar number systems.

HEXAAACD0
Decimal170172208
Binary101010101010110011010000
Octal252254320

Shades and tints

Shades of #AAACD0

#AAACD0
(170,172,208)
#9B9DBE
(155,157,190)
#8C8EAC
(140,142,172)
#7D7F9A
(125,127,154)
#6E7088
(110,112,136)
#5F6176
(95,97,118)
#505264
(80,82,100)
#414352
(65,67,82)
#323440
(50,52,64)
#23252E
(35,37,46)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #AAACD0

#AAACD0
(170,172,208)
#B1B3D4
(177,179,212)
#B8BAD8
(184,186,216)
#BFC1DC
(191,193,220)
#C6C8E0
(198,200,224)
#CDCFE4
(205,207,228)
#D4D6E8
(212,214,232)
#DBDDEC
(219,221,236)
#E2E4F0
(226,228,240)
#E9EBF4
(233,235,244)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAACD0; }

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

This text font color is #AAACD0.


Background Color

.myBgColor { background-color: #AAACD0; }

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

This div background color is #AAACD0.


Border color

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

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

This div border color is #AAACD0.


Opacity

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

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

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

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

This text has shadow with #AAACD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAACD0 on black background.


Color preview on white background

This text has color #AAACD0 on white background.



Black color preview on #AAACD0 background

This text has black color on #AAACD0 background.


White color preview on #AAACD0 background

This text has white color on #AAACD0 background.