COLOR #AAAABE

HEX: #AAAABE
RGB: (170,170,190)

Color info

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

RGB color model

#AAAABE color RGB value is (170,170,190).

  • red value is 170;
  • green value is 170;
  • blue value is 190.
RGB:
(170,170,190)
(67%,67%,75%)

RGB channels and saturation

R 170 of 255 = 67%
G 170 of 255 = 67%
B 190 of 255 = 75%

170
170
190

R + G + B ~ 70%. #AAAABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 170 + 190 = 530 (100%)
R 170 of 530 ~ 32.08%
G 170 of 530 ~ 32.08%
B 190 of 530 ~ 35.85%

%32.08
%32.08
%35.85

CMYK color model

#AAAABE color CMYK value is (11,11,0,25).

  • cyan value is 10.53%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(11,11,0,25)
C11M11Y0K25 
(11%,11%,0%,25%)
(0.11/0.11/0.00/0.25)	

CMYK percentages

%10.53
%10.53
%0
%25.49

Codes

Color #AAAABE in popluar color models

AAAABE
RGB170170190
HSL240°13.33%70.59%
HSB/HSV240°10.53%74.51%
CMYK10.53%10.53%0.00%
25.49%

Color #AAAABE in popluar number systems.

HEXAAAABE
Decimal170170190
Binary101010101010101010111110
Octal252252276

Shades and tints

Shades of #AAAABE

#AAAABE
(170,170,190)
#9B9BAD
(155,155,173)
#8C8C9C
(140,140,156)
#7D7D8B
(125,125,139)
#6E6E7A
(110,110,122)
#5F5F69
(95,95,105)
#505058
(80,80,88)
#414147
(65,65,71)
#323236
(50,50,54)
#232325
(35,35,37)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #AAAABE

#AAAABE
(170,170,190)
#B1B1C3
(177,177,195)
#B8B8C8
(184,184,200)
#BFBFCD
(191,191,205)
#C6C6D2
(198,198,210)
#CDCDD7
(205,205,215)
#D4D4DC
(212,212,220)
#DBDBE1
(219,219,225)
#E2E2E6
(226,226,230)
#E9E9EB
(233,233,235)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAABE; }

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

This text font color is #AAAABE.


Background Color

.myBgColor { background-color: #AAAABE; }

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

This div background color is #AAAABE.


Border color

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

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

This div border color is #AAAABE.


Opacity

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

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

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

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

This text has shadow with #AAAABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAABE on black background.


Color preview on white background

This text has color #AAAABE on white background.



Black color preview on #AAAABE background

This text has black color on #AAAABE background.


White color preview on #AAAABE background

This text has white color on #AAAABE background.