COLOR #A2ABEB

HEX: #A2ABEB
RGB: (162,171,235)

Color info

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

RGB color model

#A2ABEB color RGB value is (162,171,235).

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

RGB channels and saturation

R 162 of 255 = 64%
G 171 of 255 = 67%
B 235 of 255 = 92%

162
171
235

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

Portions of RGB colors in percentages

R + G + B =
162 + 171 + 235 = 568 (100%)
R 162 of 568 ~ 28.52%
G 171 of 568 ~ 30.11%
B 235 of 568 ~ 41.37%

%28.52
%30.11
%41.37

CMYK color model

#A2ABEB color CMYK value is (31,27,0,8).

  • cyan value is 31.06%
  • magenta value is 27.23%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(31,27,0,8)
C31M27Y0K8 
(31%,27%,0%,8%)
(0.31/0.27/0.00/0.08)	

CMYK percentages

%31.06
%27.23
%0
%7.84

Codes

Color #A2ABEB in popluar color models

A2ABEB
RGB162171235
HSL233°64.60%77.84%
HSB/HSV233°31.06%92.16%
CMYK31.06%27.23%0.00%
7.84%

Color #A2ABEB in popluar number systems.

HEXA2ABEB
Decimal162171235
Binary101000101010101111101011
Octal242253353

Shades and tints

Shades of #A2ABEB

#A2ABEB
(162,171,235)
#949CD6
(148,156,214)
#868DC1
(134,141,193)
#787EAC
(120,126,172)
#6A6F97
(106,111,151)
#5C6082
(92,96,130)
#4E516D
(78,81,109)
#404258
(64,66,88)
#323343
(50,51,67)
#24242E
(36,36,46)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #A2ABEB

#A2ABEB
(162,171,235)
#AAB2EC
(170,178,236)
#B2B9ED
(178,185,237)
#BAC0EE
(186,192,238)
#C2C7EF
(194,199,239)
#CACEF0
(202,206,240)
#D2D5F1
(210,213,241)
#DADCF2
(218,220,242)
#E2E3F3
(226,227,243)
#EAEAF4
(234,234,244)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2ABEB; }

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

This text font color is #A2ABEB.


Background Color

.myBgColor { background-color: #A2ABEB; }

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

This div background color is #A2ABEB.


Border color

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

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

This div border color is #A2ABEB.


Opacity

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

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

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

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

This text has shadow with #A2ABEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2ABEB on black background.


Color preview on white background

This text has color #A2ABEB on white background.



Black color preview on #A2ABEB background

This text has black color on #A2ABEB background.


White color preview on #A2ABEB background

This text has white color on #A2ABEB background.