COLOR #AAA7EB

HEX: #AAA7EB
RGB: (170,167,235)

Color info

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

RGB color model

#AAA7EB color RGB value is (170,167,235).

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

RGB channels and saturation

R 170 of 255 = 67%
G 167 of 255 = 65%
B 235 of 255 = 92%

170
167
235

R + G + B ~ 75%. #AAA7EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 167 + 235 = 572 (100%)
R 170 of 572 ~ 29.72%
G 167 of 572 ~ 29.2%
B 235 of 572 ~ 41.08%

%29.72
%29.2
%41.08

CMYK color model

#AAA7EB color CMYK value is (28,29,0,8).

  • cyan value is 27.66%
  • magenta value is 28.94%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(28,29,0,8)
C28M29Y0K8 
(28%,29%,0%,8%)
(0.28/0.29/0.00/0.08)	

CMYK percentages

%27.66
%28.94
%0
%7.84

Codes

Color #AAA7EB in popluar color models

AAA7EB
RGB170167235
HSL243°62.96%78.82%
HSB/HSV243°28.94%92.16%
CMYK27.66%28.94%0.00%
7.84%

Color #AAA7EB in popluar number systems.

HEXAAA7EB
Decimal170167235
Binary101010101010011111101011
Octal252247353

Shades and tints

Shades of #AAA7EB

#AAA7EB
(170,167,235)
#9B98D6
(155,152,214)
#8C89C1
(140,137,193)
#7D7AAC
(125,122,172)
#6E6B97
(110,107,151)
#5F5C82
(95,92,130)
#504D6D
(80,77,109)
#413E58
(65,62,88)
#322F43
(50,47,67)
#23202E
(35,32,46)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #AAA7EB

#AAA7EB
(170,167,235)
#B1AFEC
(177,175,236)
#B8B7ED
(184,183,237)
#BFBFEE
(191,191,238)
#C6C7EF
(198,199,239)
#CDCFF0
(205,207,240)
#D4D7F1
(212,215,241)
#DBDFF2
(219,223,242)
#E2E7F3
(226,231,243)
#E9EFF4
(233,239,244)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA7EB; }

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

This text font color is #AAA7EB.


Background Color

.myBgColor { background-color: #AAA7EB; }

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

This div background color is #AAA7EB.


Border color

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

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

This div border color is #AAA7EB.


Opacity

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

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

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

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

This text has shadow with #AAA7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA7EB on black background.


Color preview on white background

This text has color #AAA7EB on white background.



Black color preview on #AAA7EB background

This text has black color on #AAA7EB background.


White color preview on #AAA7EB background

This text has white color on #AAA7EB background.