COLOR #A2A6D9

HEX: #A2A6D9
RGB: (162,166,217)

Color info

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

RGB color model

#A2A6D9 color RGB value is (162,166,217).

  • red value is 162;
  • green value is 166;
  • blue value is 217.
RGB:
(162,166,217)
(64%,65%,85%)

RGB channels and saturation

R 162 of 255 = 64%
G 166 of 255 = 65%
B 217 of 255 = 85%

162
166
217

R + G + B ~ 71%. #A2A6D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 166 + 217 = 545 (100%)
R 162 of 545 ~ 29.72%
G 166 of 545 ~ 30.46%
B 217 of 545 ~ 39.82%

%29.72
%30.46
%39.82

CMYK color model

#A2A6D9 color CMYK value is (25,24,0,15).

  • cyan value is 25.35%
  • magenta value is 23.50%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(25,24,0,15)
C25M24Y0K15 
(25%,24%,0%,15%)
(0.25/0.24/0.00/0.15)	

CMYK percentages

%25.35
%23.5
%0
%14.9

Codes

Color #A2A6D9 in popluar color models

A2A6D9
RGB162166217
HSL236°41.98%74.31%
HSB/HSV236°25.35%85.10%
CMYK25.35%23.50%0.00%
14.90%

Color #A2A6D9 in popluar number systems.

HEXA2A6D9
Decimal162166217
Binary101000101010011011011001
Octal242246331

Shades and tints

Shades of #A2A6D9

#A2A6D9
(162,166,217)
#9497C6
(148,151,198)
#8688B3
(134,136,179)
#7879A0
(120,121,160)
#6A6A8D
(106,106,141)
#5C5B7A
(92,91,122)
#4E4C67
(78,76,103)
#403D54
(64,61,84)
#322E41
(50,46,65)
#241F2E
(36,31,46)
#16101B
(22,16,27)
#000000
(0,0,0)

Tints of #A2A6D9

#A2A6D9
(162,166,217)
#AAAEDC
(170,174,220)
#B2B6DF
(178,182,223)
#BABEE2
(186,190,226)
#C2C6E5
(194,198,229)
#CACEE8
(202,206,232)
#D2D6EB
(210,214,235)
#DADEEE
(218,222,238)
#E2E6F1
(226,230,241)
#EAEEF4
(234,238,244)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2A6D9 color. Also use rgb(162,166,217) instead hex code.

Text Font Color

.myTextColor { color: #A2A6D9; }

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

This text font color is #A2A6D9.


Background Color

.myBgColor { background-color: #A2A6D9; }

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

This div background color is #A2A6D9.


Border color

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

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

This div border color is #A2A6D9.


Opacity

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

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

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

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

This text has shadow with #A2A6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A6D9 on black background.


Color preview on white background

This text has color #A2A6D9 on white background.



Black color preview on #A2A6D9 background

This text has black color on #A2A6D9 background.


White color preview on #A2A6D9 background

This text has white color on #A2A6D9 background.