COLOR #A6AAE5

HEX: #A6AAE5
RGB: (166,170,229)

Color info

#A6AAE5 contains mainly green and blue colors. Web safe color of #A6AAE5 is #9999CC (or #99C).

RGB color model

#A6AAE5 color RGB value is (166,170,229).

  • red value is 166;
  • green value is 170;
  • blue value is 229.
RGB:
(166,170,229)
(65%,67%,90%)

RGB channels and saturation

R 166 of 255 = 65%
G 170 of 255 = 67%
B 229 of 255 = 90%

166
170
229

R + G + B ~ 74%. #A6AAE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 170 + 229 = 565 (100%)
R 166 of 565 ~ 29.38%
G 170 of 565 ~ 30.09%
B 229 of 565 ~ 40.53%

%29.38
%30.09
%40.53

CMYK color model

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

  • cyan value is 27.51%
  • magenta value is 25.76%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(28,26,0,10)
C28M26Y0K10 
(28%,26%,0%,10%)
(0.28/0.26/0.00/0.10)	

CMYK percentages

%27.51
%25.76
%0
%10.2

Codes

Color #A6AAE5 in popluar color models

A6AAE5
RGB166170229
HSL236°54.78%77.45%
HSB/HSV236°27.51%89.80%
CMYK27.51%25.76%0.00%
10.20%

Color #A6AAE5 in popluar number systems.

HEXA6AAE5
Decimal166170229
Binary101001101010101011100101
Octal246252345

Shades and tints

Shades of #A6AAE5

#A6AAE5
(166,170,229)
#979BD1
(151,155,209)
#888CBD
(136,140,189)
#797DA9
(121,125,169)
#6A6E95
(106,110,149)
#5B5F81
(91,95,129)
#4C506D
(76,80,109)
#3D4159
(61,65,89)
#2E3245
(46,50,69)
#1F2331
(31,35,49)
#10141D
(16,20,29)
#000000
(0,0,0)

Tints of #A6AAE5

#A6AAE5
(166,170,229)
#AEB1E7
(174,177,231)
#B6B8E9
(182,184,233)
#BEBFEB
(190,191,235)
#C6C6ED
(198,198,237)
#CECDEF
(206,205,239)
#D6D4F1
(214,212,241)
#DEDBF3
(222,219,243)
#E6E2F5
(230,226,245)
#EEE9F7
(238,233,247)
#F6F0F9
(246,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AAE5; }

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

This text font color is #A6AAE5.


Background Color

.myBgColor { background-color: #A6AAE5; }

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

This div background color is #A6AAE5.


Border color

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

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

This div border color is #A6AAE5.


Opacity

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

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

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

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

This text has shadow with #A6AAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AAE5 on black background.


Color preview on white background

This text has color #A6AAE5 on white background.



Black color preview on #A6AAE5 background

This text has black color on #A6AAE5 background.


White color preview on #A6AAE5 background

This text has white color on #A6AAE5 background.