COLOR #AA9EBC

HEX: #AA9EBC
RGB: (170,158,188)

Color info

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

RGB color model

#AA9EBC color RGB value is (170,158,188).

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

RGB channels and saturation

R 170 of 255 = 67%
G 158 of 255 = 62%
B 188 of 255 = 74%

170
158
188

R + G + B ~ 68%. #AA9EBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 158 + 188 = 516 (100%)
R 170 of 516 ~ 32.95%
G 158 of 516 ~ 30.62%
B 188 of 516 ~ 36.43%

%32.95
%30.62
%36.43

CMYK color model

#AA9EBC color CMYK value is (10,16,0,26).

  • cyan value is 9.57%
  • magenta value is 15.96%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(10,16,0,26)
C10M16Y0K26 
(10%,16%,0%,26%)
(0.10/0.16/0.00/0.26)	

CMYK percentages

%9.57
%15.96
%0
%26.27

Codes

Color #AA9EBC in popluar color models

AA9EBC
RGB170158188
HSL264°18.29%67.84%
HSB/HSV264°15.96%73.73%
CMYK9.57%15.96%0.00%
26.27%

Color #AA9EBC in popluar number systems.

HEXAA9EBC
Decimal170158188
Binary101010101001111010111100
Octal252236274

Shades and tints

Shades of #AA9EBC

#AA9EBC
(170,158,188)
#9B90AB
(155,144,171)
#8C829A
(140,130,154)
#7D7489
(125,116,137)
#6E6678
(110,102,120)
#5F5867
(95,88,103)
#504A56
(80,74,86)
#413C45
(65,60,69)
#322E34
(50,46,52)
#232023
(35,32,35)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #AA9EBC

#AA9EBC
(170,158,188)
#B1A6C2
(177,166,194)
#B8AEC8
(184,174,200)
#BFB6CE
(191,182,206)
#C6BED4
(198,190,212)
#CDC6DA
(205,198,218)
#D4CEE0
(212,206,224)
#DBD6E6
(219,214,230)
#E2DEEC
(226,222,236)
#E9E6F2
(233,230,242)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9EBC; }

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

This text font color is #AA9EBC.


Background Color

.myBgColor { background-color: #AA9EBC; }

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

This div background color is #AA9EBC.


Border color

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

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

This div border color is #AA9EBC.


Opacity

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

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

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

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

This text has shadow with #AA9EBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9EBC on black background.


Color preview on white background

This text has color #AA9EBC on white background.



Black color preview on #AA9EBC background

This text has black color on #AA9EBC background.


White color preview on #AA9EBC background

This text has white color on #AA9EBC background.