COLOR #A2ABEF

HEX: #A2ABEF
RGB: (162,171,239)

Color info

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

RGB color model

#A2ABEF color RGB value is (162,171,239).

  • red value is 162;
  • green value is 171;
  • blue value is 239.
RGB:
(162,171,239)
(64%,67%,94%)

RGB channels and saturation

R 162 of 255 = 64%
G 171 of 255 = 67%
B 239 of 255 = 94%

162
171
239

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

Portions of RGB colors in percentages

R + G + B =
162 + 171 + 239 = 572 (100%)
R 162 of 572 ~ 28.32%
G 171 of 572 ~ 29.9%
B 239 of 572 ~ 41.78%

%28.32
%29.9
%41.78

CMYK color model

#A2ABEF color CMYK value is (32,28,0,6).

  • cyan value is 32.22%
  • magenta value is 28.45%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(32,28,0,6)
C32M28Y0K6 
(32%,28%,0%,6%)
(0.32/0.28/0.00/0.06)	

CMYK percentages

%32.22
%28.45
%0
%6.27

Codes

Color #A2ABEF in popluar color models

A2ABEF
RGB162171239
HSL233°70.64%78.63%
HSB/HSV233°32.22%93.73%
CMYK32.22%28.45%0.00%
6.27%

Color #A2ABEF in popluar number systems.

HEXA2ABEF
Decimal162171239
Binary101000101010101111101111
Octal242253357

Shades and tints

Shades of #A2ABEF

#A2ABEF
(162,171,239)
#949CDA
(148,156,218)
#868DC5
(134,141,197)
#787EB0
(120,126,176)
#6A6F9B
(106,111,155)
#5C6086
(92,96,134)
#4E5171
(78,81,113)
#40425C
(64,66,92)
#323347
(50,51,71)
#242432
(36,36,50)
#16151D
(22,21,29)
#000000
(0,0,0)

Tints of #A2ABEF

#A2ABEF
(162,171,239)
#AAB2F0
(170,178,240)
#B2B9F1
(178,185,241)
#BAC0F2
(186,192,242)
#C2C7F3
(194,199,243)
#CACEF4
(202,206,244)
#D2D5F5
(210,213,245)
#DADCF6
(218,220,246)
#E2E3F7
(226,227,247)
#EAEAF8
(234,234,248)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2ABEF color. Also use rgb(162,171,239) instead hex code.

Text Font Color

.myTextColor { color: #A2ABEF; }

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

This text font color is #A2ABEF.


Background Color

.myBgColor { background-color: #A2ABEF; }

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

This div background color is #A2ABEF.


Border color

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

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

This div border color is #A2ABEF.


Opacity

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

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

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

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

This text has shadow with #A2ABEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2ABEF on black background.


Color preview on white background

This text has color #A2ABEF on white background.



Black color preview on #A2ABEF background

This text has black color on #A2ABEF background.


White color preview on #A2ABEF background

This text has white color on #A2ABEF background.