COLOR #AA9DE4

HEX: #AA9DE4
RGB: (170,157,228)

Color info

#AA9DE4 contains mainly red and blue colors. Web safe color of #AA9DE4 is #9999CC (or #99C).

RGB color model

#AA9DE4 color RGB value is (170,157,228).

  • red value is 170;
  • green value is 157;
  • blue value is 228.
RGB:
(170,157,228)
(67%,62%,89%)

RGB channels and saturation

R 170 of 255 = 67%
G 157 of 255 = 62%
B 228 of 255 = 89%

170
157
228

R + G + B ~ 73%. #AA9DE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 157 + 228 = 555 (100%)
R 170 of 555 ~ 30.63%
G 157 of 555 ~ 28.29%
B 228 of 555 ~ 41.08%

%30.63
%28.29
%41.08

CMYK color model

#AA9DE4 color CMYK value is (25,31,0,11).

  • cyan value is 25.44%
  • magenta value is 31.14%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(25,31,0,11)
C25M31Y0K11 
(25%,31%,0%,11%)
(0.25/0.31/0.00/0.11)	

CMYK percentages

%25.44
%31.14
%0
%10.59

Codes

Color #AA9DE4 in popluar color models

AA9DE4
RGB170157228
HSL251°56.80%75.49%
HSB/HSV251°31.14%89.41%
CMYK25.44%31.14%0.00%
10.59%

Color #AA9DE4 in popluar number systems.

HEXAA9DE4
Decimal170157228
Binary101010101001110111100100
Octal252235344

Shades and tints

Shades of #AA9DE4

#AA9DE4
(170,157,228)
#9B8FD0
(155,143,208)
#8C81BC
(140,129,188)
#7D73A8
(125,115,168)
#6E6594
(110,101,148)
#5F5780
(95,87,128)
#50496C
(80,73,108)
#413B58
(65,59,88)
#322D44
(50,45,68)
#231F30
(35,31,48)
#14111C
(20,17,28)
#000000
(0,0,0)

Tints of #AA9DE4

#AA9DE4
(170,157,228)
#B1A5E6
(177,165,230)
#B8ADE8
(184,173,232)
#BFB5EA
(191,181,234)
#C6BDEC
(198,189,236)
#CDC5EE
(205,197,238)
#D4CDF0
(212,205,240)
#DBD5F2
(219,213,242)
#E2DDF4
(226,221,244)
#E9E5F6
(233,229,246)
#F0EDF8
(240,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9DE4 color. Also use rgb(170,157,228) instead hex code.

Text Font Color

.myTextColor { color: #AA9DE4; }

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

This text font color is #AA9DE4.


Background Color

.myBgColor { background-color: #AA9DE4; }

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

This div background color is #AA9DE4.


Border color

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

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

This div border color is #AA9DE4.


Opacity

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

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

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

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

This text has shadow with #AA9DE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9DE4 on black background.


Color preview on white background

This text has color #AA9DE4 on white background.



Black color preview on #AA9DE4 background

This text has black color on #AA9DE4 background.


White color preview on #AA9DE4 background

This text has white color on #AA9DE4 background.