COLOR #AAA7F2

HEX: #AAA7F2
RGB: (170,167,242)

Color info

#AAA7F2 contains mainly blue color. Web safe color of #AAA7F2 is #9999FF (or #99F).

RGB color model

#AAA7F2 color RGB value is (170,167,242).

  • red value is 170;
  • green value is 167;
  • blue value is 242.
RGB:
(170,167,242)
(67%,65%,95%)

RGB channels and saturation

R 170 of 255 = 67%
G 167 of 255 = 65%
B 242 of 255 = 95%

170
167
242

R + G + B ~ 76%. #AAA7F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 167 + 242 = 579 (100%)
R 170 of 579 ~ 29.36%
G 167 of 579 ~ 28.84%
B 242 of 579 ~ 41.8%

%29.36
%28.84
%41.8

CMYK color model

#AAA7F2 color CMYK value is (30,31,0,5).

  • cyan value is 29.75%
  • magenta value is 30.99%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(30,31,0,5)
C30M31Y0K5 
(30%,31%,0%,5%)
(0.30/0.31/0.00/0.05)	

CMYK percentages

%29.75
%30.99
%0
%5.1

Codes

Color #AAA7F2 in popluar color models

AAA7F2
RGB170167242
HSL242°74.26%80.20%
HSB/HSV242°30.99%94.90%
CMYK29.75%30.99%0.00%
5.10%

Color #AAA7F2 in popluar number systems.

HEXAAA7F2
Decimal170167242
Binary101010101010011111110010
Octal252247362

Shades and tints

Shades of #AAA7F2

#AAA7F2
(170,167,242)
#9B98DC
(155,152,220)
#8C89C6
(140,137,198)
#7D7AB0
(125,122,176)
#6E6B9A
(110,107,154)
#5F5C84
(95,92,132)
#504D6E
(80,77,110)
#413E58
(65,62,88)
#322F42
(50,47,66)
#23202C
(35,32,44)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #AAA7F2

#AAA7F2
(170,167,242)
#B1AFF3
(177,175,243)
#B8B7F4
(184,183,244)
#BFBFF5
(191,191,245)
#C6C7F6
(198,199,246)
#CDCFF7
(205,207,247)
#D4D7F8
(212,215,248)
#DBDFF9
(219,223,249)
#E2E7FA
(226,231,250)
#E9EFFB
(233,239,251)
#F0F7FC
(240,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA7F2; }

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

This text font color is #AAA7F2.


Background Color

.myBgColor { background-color: #AAA7F2; }

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

This div background color is #AAA7F2.


Border color

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

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

This div border color is #AAA7F2.


Opacity

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

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

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

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

This text has shadow with #AAA7F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA7F2 on black background.


Color preview on white background

This text has color #AAA7F2 on white background.



Black color preview on #AAA7F2 background

This text has black color on #AAA7F2 background.


White color preview on #AAA7F2 background

This text has white color on #AAA7F2 background.