COLOR #AA88B2

HEX: #AA88B2
RGB: (170,136,178)

Color info

#AA88B2 contains red, green and blue colors in about the same proportion. Web safe color of #AA88B2 is #999999 (or #999).

RGB color model

#AA88B2 color RGB value is (170,136,178).

  • red value is 170;
  • green value is 136;
  • blue value is 178.
RGB:
(170,136,178)
(67%,53%,70%)

RGB channels and saturation

R 170 of 255 = 67%
G 136 of 255 = 53%
B 178 of 255 = 70%

170
136
178

R + G + B ~ 63%. #AA88B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 136 + 178 = 484 (100%)
R 170 of 484 ~ 35.12%
G 136 of 484 ~ 28.1%
B 178 of 484 ~ 36.78%

%35.12
%28.1
%36.78

CMYK color model

#AA88B2 color CMYK value is (4,24,0,30).

  • cyan value is 4.49%
  • magenta value is 23.60%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(4,24,0,30)
C4M24Y0K30 
(4%,24%,0%,30%)
(0.04/0.24/0.00/0.30)	

CMYK percentages

%4.49
%23.6
%0
%30.2

Codes

Color #AA88B2 in popluar color models

AA88B2
RGB170136178
HSL289°21.43%61.57%
HSB/HSV289°23.60%69.80%
CMYK4.49%23.60%0.00%
30.20%

Color #AA88B2 in popluar number systems.

HEXAA88B2
Decimal170136178
Binary101010101000100010110010
Octal252210262

Shades and tints

Shades of #AA88B2

#AA88B2
(170,136,178)
#9B7CA2
(155,124,162)
#8C7092
(140,112,146)
#7D6482
(125,100,130)
#6E5872
(110,88,114)
#5F4C62
(95,76,98)
#504052
(80,64,82)
#413442
(65,52,66)
#322832
(50,40,50)
#231C22
(35,28,34)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #AA88B2

#AA88B2
(170,136,178)
#B192B9
(177,146,185)
#B89CC0
(184,156,192)
#BFA6C7
(191,166,199)
#C6B0CE
(198,176,206)
#CDBAD5
(205,186,213)
#D4C4DC
(212,196,220)
#DBCEE3
(219,206,227)
#E2D8EA
(226,216,234)
#E9E2F1
(233,226,241)
#F0ECF8
(240,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA88B2 color. Also use rgb(170,136,178) instead hex code.

Text Font Color

.myTextColor { color: #AA88B2; }

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

This text font color is #AA88B2.


Background Color

.myBgColor { background-color: #AA88B2; }

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

This div background color is #AA88B2.


Border color

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

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

This div border color is #AA88B2.


Opacity

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

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

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

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

This text has shadow with #AA88B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA88B2 on black background.


Color preview on white background

This text has color #AA88B2 on white background.



Black color preview on #AA88B2 background

This text has black color on #AA88B2 background.


White color preview on #AA88B2 background

This text has white color on #AA88B2 background.