COLOR #A2AAC6

HEX: #A2AAC6
RGB: (162,170,198)

Color info

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

RGB color model

#A2AAC6 color RGB value is (162,170,198).

  • red value is 162;
  • green value is 170;
  • blue value is 198.
RGB:
(162,170,198)
(64%,67%,78%)

RGB channels and saturation

R 162 of 255 = 64%
G 170 of 255 = 67%
B 198 of 255 = 78%

162
170
198

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

Portions of RGB colors in percentages

R + G + B =
162 + 170 + 198 = 530 (100%)
R 162 of 530 ~ 30.57%
G 170 of 530 ~ 32.08%
B 198 of 530 ~ 37.36%

%30.57
%32.08
%37.36

CMYK color model

#A2AAC6 color CMYK value is (18,14,0,22).

  • cyan value is 18.18%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(18,14,0,22)
C18M14Y0K22 
(18%,14%,0%,22%)
(0.18/0.14/0.00/0.22)	

CMYK percentages

%18.18
%14.14
%0
%22.35

Codes

Color #A2AAC6 in popluar color models

A2AAC6
RGB162170198
HSL227°24.00%70.59%
HSB/HSV227°18.18%77.65%
CMYK18.18%14.14%0.00%
22.35%

Color #A2AAC6 in popluar number systems.

HEXA2AAC6
Decimal162170198
Binary101000101010101011000110
Octal242252306

Shades and tints

Shades of #A2AAC6

#A2AAC6
(162,170,198)
#949BB4
(148,155,180)
#868CA2
(134,140,162)
#787D90
(120,125,144)
#6A6E7E
(106,110,126)
#5C5F6C
(92,95,108)
#4E505A
(78,80,90)
#404148
(64,65,72)
#323236
(50,50,54)
#242324
(36,35,36)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #A2AAC6

#A2AAC6
(162,170,198)
#AAB1CB
(170,177,203)
#B2B8D0
(178,184,208)
#BABFD5
(186,191,213)
#C2C6DA
(194,198,218)
#CACDDF
(202,205,223)
#D2D4E4
(210,212,228)
#DADBE9
(218,219,233)
#E2E2EE
(226,226,238)
#EAE9F3
(234,233,243)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2AAC6; }

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

This text font color is #A2AAC6.


Background Color

.myBgColor { background-color: #A2AAC6; }

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

This div background color is #A2AAC6.


Border color

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

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

This div border color is #A2AAC6.


Opacity

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

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

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

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

This text has shadow with #A2AAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2AAC6 on black background.


Color preview on white background

This text has color #A2AAC6 on white background.



Black color preview on #A2AAC6 background

This text has black color on #A2AAC6 background.


White color preview on #A2AAC6 background

This text has white color on #A2AAC6 background.