COLOR #ABA2EF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

171
162
239

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

Portions of RGB colors in percentages

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

%29.9
%28.32
%41.78

CMYK color model

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

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

CMYK percentages

%28.45
%32.22
%0
%6.27

Codes

Color #ABA2EF in popluar color models

ABA2EF
RGB171162239
HSL247°70.64%78.63%
HSB/HSV247°32.22%93.73%
CMYK28.45%32.22%0.00%
6.27%

Color #ABA2EF in popluar number systems.

HEXABA2EF
Decimal171162239
Binary101010111010001011101111
Octal253242357

Shades and tints

Shades of #ABA2EF

#ABA2EF
(171,162,239)
#9C94DA
(156,148,218)
#8D86C5
(141,134,197)
#7E78B0
(126,120,176)
#6F6A9B
(111,106,155)
#605C86
(96,92,134)
#514E71
(81,78,113)
#42405C
(66,64,92)
#333247
(51,50,71)
#242432
(36,36,50)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #ABA2EF

#ABA2EF
(171,162,239)
#B2AAF0
(178,170,240)
#B9B2F1
(185,178,241)
#C0BAF2
(192,186,242)
#C7C2F3
(199,194,243)
#CECAF4
(206,202,244)
#D5D2F5
(213,210,245)
#DCDAF6
(220,218,246)
#E3E2F7
(227,226,247)
#EAEAF8
(234,234,248)
#F1F2F9
(241,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA2EF; }

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

This text font color is #ABA2EF.


Background Color

.myBgColor { background-color: #ABA2EF; }

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

This div background color is #ABA2EF.


Border color

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

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

This div border color is #ABA2EF.


Opacity

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

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

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

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

This text has shadow with #ABA2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA2EF on black background.


Color preview on white background

This text has color #ABA2EF on white background.



Black color preview on #ABA2EF background

This text has black color on #ABA2EF background.


White color preview on #ABA2EF background

This text has white color on #ABA2EF background.