COLOR #AAADDD

HEX: #AAADDD
RGB: (170,173,221)

Color info

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

RGB color model

#AAADDD color RGB value is (170,173,221).

  • red value is 170;
  • green value is 173;
  • blue value is 221.
RGB:
(170,173,221)
(67%,68%,87%)

RGB channels and saturation

R 170 of 255 = 67%
G 173 of 255 = 68%
B 221 of 255 = 87%

170
173
221

R + G + B ~ 74%. #AAADDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 173 + 221 = 564 (100%)
R 170 of 564 ~ 30.14%
G 173 of 564 ~ 30.67%
B 221 of 564 ~ 39.18%

%30.14
%30.67
%39.18

CMYK color model

#AAADDD color CMYK value is (23,22,0,13).

  • cyan value is 23.08%
  • magenta value is 21.72%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(23,22,0,13)
C23M22Y0K13 
(23%,22%,0%,13%)
(0.23/0.22/0.00/0.13)	

CMYK percentages

%23.08
%21.72
%0
%13.33

Codes

Color #AAADDD in popluar color models

AAADDD
RGB170173221
HSL236°42.86%76.67%
HSB/HSV236°23.08%86.67%
CMYK23.08%21.72%0.00%
13.33%

Color #AAADDD in popluar number systems.

HEXAAADDD
Decimal170173221
Binary101010101010110111011101
Octal252255335

Shades and tints

Shades of #AAADDD

#AAADDD
(170,173,221)
#9B9EC9
(155,158,201)
#8C8FB5
(140,143,181)
#7D80A1
(125,128,161)
#6E718D
(110,113,141)
#5F6279
(95,98,121)
#505365
(80,83,101)
#414451
(65,68,81)
#32353D
(50,53,61)
#232629
(35,38,41)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #AAADDD

#AAADDD
(170,173,221)
#B1B4E0
(177,180,224)
#B8BBE3
(184,187,227)
#BFC2E6
(191,194,230)
#C6C9E9
(198,201,233)
#CDD0EC
(205,208,236)
#D4D7EF
(212,215,239)
#DBDEF2
(219,222,242)
#E2E5F5
(226,229,245)
#E9ECF8
(233,236,248)
#F0F3FB
(240,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAADDD color. Also use rgb(170,173,221) instead hex code.

Text Font Color

.myTextColor { color: #AAADDD; }

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

This text font color is #AAADDD.


Background Color

.myBgColor { background-color: #AAADDD; }

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

This div background color is #AAADDD.


Border color

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

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

This div border color is #AAADDD.


Opacity

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

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

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

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

This text has shadow with #AAADDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAADDD on black background.


Color preview on white background

This text has color #AAADDD on white background.



Black color preview on #AAADDD background

This text has black color on #AAADDD background.


White color preview on #AAADDD background

This text has white color on #AAADDD background.