COLOR #A2AED6

HEX: #A2AED6
RGB: (162,174,214)

Color info

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

RGB color model

#A2AED6 color RGB value is (162,174,214).

  • red value is 162;
  • green value is 174;
  • blue value is 214.
RGB: (162,174,214) (64%,68%,84%)

RGB channels and saturation

R 162 of 255 = 64%
G 174 of 255 = 68%
B 214 of 255 = 84%

162
174
214

R + G + B ~ 72%. #A2AED6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 174 + 214 = 550 (100%)
R 162 of 550 ~ 29.45%
G 174 of 550 ~ 31.64%
B 214 of 550 ~ 38.91%

%29.45
%31.64
%38.91

CMYK color model

#A2AED6 color CMYK value is (24,19,0,16).

  • cyan value is 24.30%
  • magenta value is 18.69%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (24,19,0,16) C24M19Y0K16 (24%,19%,0%,16%) (0.24/0.19/0.00/0.16)

CMYK percentages

%24.3
%18.69
%0
%16.08

Codes

Color #A2AED6 in popluar color models

A2AED6
RGB162174214
HSL226°38.81%73.73%
HSB/HSV226°24.30%83.92%
CMYK24.30%18.69%0.00%
16.08%

Color #A2AED6 in popluar number systems.

HEXA2AED6
Decimal162174214
Binary101000101010111011010110
Octal242256326

Shades and tints

Shades of #A2AED6

#A2AED6
(162,174,214)
#949FC3
(148,159,195)
#8690B0
(134,144,176)
#78819D
(120,129,157)
#6A728A
(106,114,138)
#5C6377
(92,99,119)
#4E5464
(78,84,100)
#404551
(64,69,81)
#32363E
(50,54,62)
#24272B
(36,39,43)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #A2AED6

#A2AED6
(162,174,214)
#AAB5D9
(170,181,217)
#B2BCDC
(178,188,220)
#BAC3DF
(186,195,223)
#C2CAE2
(194,202,226)
#CAD1E5
(202,209,229)
#D2D8E8
(210,216,232)
#DADFEB
(218,223,235)
#E2E6EE
(226,230,238)
#EAEDF1
(234,237,241)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2AED6 color. Also use rgb(162,174,214) instead hex code.

Text Font Color

.myTextColor { color: #A2AED6; }

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

This text font color is #A2AED6.


Background Color

.myBgColor { background-color: #A2AED6; }

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

This div background color is #A2AED6.


Border color

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

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

This div border color is #A2AED6.


Opacity

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

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

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

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

This text has shadow with #A2AED6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A2AED6 on black background.


Color preview on white background

This text has color #A2AED6 on white background.



Black color preview on #A2AED6 background

This text has black color on #A2AED6 background.


White color preview on #A2AED6 background

This text has white color on #A2AED6 background.