COLOR #AA8EBA

HEX: #AA8EBA
RGB: (170,142,186)

Color info

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

RGB color model

#AA8EBA color RGB value is (170,142,186).

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

RGB channels and saturation

R 170 of 255 = 67%
G 142 of 255 = 56%
B 186 of 255 = 73%

170
142
186

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

Portions of RGB colors in percentages

R + G + B =
170 + 142 + 186 = 498 (100%)
R 170 of 498 ~ 34.14%
G 142 of 498 ~ 28.51%
B 186 of 498 ~ 37.35%

%34.14
%28.51
%37.35

CMYK color model

#AA8EBA color CMYK value is (9,24,0,27).

  • cyan value is 8.60%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(9,24,0,27)
C9M24Y0K27 
(9%,24%,0%,27%)
(0.09/0.24/0.00/0.27)	

CMYK percentages

%8.6
%23.66
%0
%27.06

Codes

Color #AA8EBA in popluar color models

AA8EBA
RGB170142186
HSL278°24.18%64.31%
HSB/HSV278°23.66%72.94%
CMYK8.60%23.66%0.00%
27.06%

Color #AA8EBA in popluar number systems.

HEXAA8EBA
Decimal170142186
Binary101010101000111010111010
Octal252216272

Shades and tints

Shades of #AA8EBA

#AA8EBA
(170,142,186)
#9B82AA
(155,130,170)
#8C769A
(140,118,154)
#7D6A8A
(125,106,138)
#6E5E7A
(110,94,122)
#5F526A
(95,82,106)
#50465A
(80,70,90)
#413A4A
(65,58,74)
#322E3A
(50,46,58)
#23222A
(35,34,42)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #AA8EBA

#AA8EBA
(170,142,186)
#B198C0
(177,152,192)
#B8A2C6
(184,162,198)
#BFACCC
(191,172,204)
#C6B6D2
(198,182,210)
#CDC0D8
(205,192,216)
#D4CADE
(212,202,222)
#DBD4E4
(219,212,228)
#E2DEEA
(226,222,234)
#E9E8F0
(233,232,240)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8EBA; }

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

This text font color is #AA8EBA.


Background Color

.myBgColor { background-color: #AA8EBA; }

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

This div background color is #AA8EBA.


Border color

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

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

This div border color is #AA8EBA.


Opacity

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

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

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

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

This text has shadow with #AA8EBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8EBA on black background.


Color preview on white background

This text has color #AA8EBA on white background.



Black color preview on #AA8EBA background

This text has black color on #AA8EBA background.


White color preview on #AA8EBA background

This text has white color on #AA8EBA background.