COLOR #AA8EB4

HEX: #AA8EB4
RGB: (170,142,180)

Color info

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

RGB color model

#AA8EB4 color RGB value is (170,142,180).

  • red value is 170;
  • green value is 142;
  • blue value is 180.
RGB:
(170,142,180)
(67%,56%,71%)

RGB channels and saturation

R 170 of 255 = 67%
G 142 of 255 = 56%
B 180 of 255 = 71%

170
142
180

R + G + B ~ 65%. #AA8EB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 142 + 180 = 492 (100%)
R 170 of 492 ~ 34.55%
G 142 of 492 ~ 28.86%
B 180 of 492 ~ 36.59%

%34.55
%28.86
%36.59

CMYK color model

#AA8EB4 color CMYK value is (6,21,0,29).

  • cyan value is 5.56%
  • magenta value is 21.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(6,21,0,29)
C6M21Y0K29 
(6%,21%,0%,29%)
(0.06/0.21/0.00/0.29)	

CMYK percentages

%5.56
%21.11
%0
%29.41

Codes

Color #AA8EB4 in popluar color models

AA8EB4
RGB170142180
HSL284°20.21%63.14%
HSB/HSV284°21.11%70.59%
CMYK5.56%21.11%0.00%
29.41%

Color #AA8EB4 in popluar number systems.

HEXAA8EB4
Decimal170142180
Binary101010101000111010110100
Octal252216264

Shades and tints

Shades of #AA8EB4

#AA8EB4
(170,142,180)
#9B82A4
(155,130,164)
#8C7694
(140,118,148)
#7D6A84
(125,106,132)
#6E5E74
(110,94,116)
#5F5264
(95,82,100)
#504654
(80,70,84)
#413A44
(65,58,68)
#322E34
(50,46,52)
#232224
(35,34,36)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #AA8EB4

#AA8EB4
(170,142,180)
#B198BA
(177,152,186)
#B8A2C0
(184,162,192)
#BFACC6
(191,172,198)
#C6B6CC
(198,182,204)
#CDC0D2
(205,192,210)
#D4CAD8
(212,202,216)
#DBD4DE
(219,212,222)
#E2DEE4
(226,222,228)
#E9E8EA
(233,232,234)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8EB4 color. Also use rgb(170,142,180) instead hex code.

Text Font Color

.myTextColor { color: #AA8EB4; }

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

This text font color is #AA8EB4.


Background Color

.myBgColor { background-color: #AA8EB4; }

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

This div background color is #AA8EB4.


Border color

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

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

This div border color is #AA8EB4.


Opacity

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

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

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

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

This text has shadow with #AA8EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8EB4 on black background.


Color preview on white background

This text has color #AA8EB4 on white background.



Black color preview on #AA8EB4 background

This text has black color on #AA8EB4 background.


White color preview on #AA8EB4 background

This text has white color on #AA8EB4 background.