COLOR #AA88BC

HEX: #AA88BC
RGB: (170,136,188)

Color info

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

RGB color model

#AA88BC color RGB value is (170,136,188).

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

RGB channels and saturation

R 170 of 255 = 67%
G 136 of 255 = 53%
B 188 of 255 = 74%

170
136
188

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

Portions of RGB colors in percentages

R + G + B =
170 + 136 + 188 = 494 (100%)
R 170 of 494 ~ 34.41%
G 136 of 494 ~ 27.53%
B 188 of 494 ~ 38.06%

%34.41
%27.53
%38.06

CMYK color model

#AA88BC color CMYK value is (10,28,0,26).

  • cyan value is 9.57%
  • magenta value is 27.66%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(10,28,0,26)
C10M28Y0K26 
(10%,28%,0%,26%)
(0.10/0.28/0.00/0.26)	

CMYK percentages

%9.57
%27.66
%0
%26.27

Codes

Color #AA88BC in popluar color models

AA88BC
RGB170136188
HSL279°27.96%63.53%
HSB/HSV279°27.66%73.73%
CMYK9.57%27.66%0.00%
26.27%

Color #AA88BC in popluar number systems.

HEXAA88BC
Decimal170136188
Binary101010101000100010111100
Octal252210274

Shades and tints

Shades of #AA88BC

#AA88BC
(170,136,188)
#9B7CAB
(155,124,171)
#8C709A
(140,112,154)
#7D6489
(125,100,137)
#6E5878
(110,88,120)
#5F4C67
(95,76,103)
#504056
(80,64,86)
#413445
(65,52,69)
#322834
(50,40,52)
#231C23
(35,28,35)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #AA88BC

#AA88BC
(170,136,188)
#B192C2
(177,146,194)
#B89CC8
(184,156,200)
#BFA6CE
(191,166,206)
#C6B0D4
(198,176,212)
#CDBADA
(205,186,218)
#D4C4E0
(212,196,224)
#DBCEE6
(219,206,230)
#E2D8EC
(226,216,236)
#E9E2F2
(233,226,242)
#F0ECF8
(240,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA88BC; }

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

This text font color is #AA88BC.


Background Color

.myBgColor { background-color: #AA88BC; }

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

This div background color is #AA88BC.


Border color

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

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

This div border color is #AA88BC.


Opacity

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

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

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

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

This text has shadow with #AA88BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA88BC on black background.


Color preview on white background

This text has color #AA88BC on white background.



Black color preview on #AA88BC background

This text has black color on #AA88BC background.


White color preview on #AA88BC background

This text has white color on #AA88BC background.