COLOR #ABA6EE

HEX: #ABA6EE
RGB: (171,166,238)

Color info

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

RGB color model

#ABA6EE color RGB value is (171,166,238).

  • red value is 171;
  • green value is 166;
  • blue value is 238.
RGB:
(171,166,238)
(67%,65%,93%)

RGB channels and saturation

R 171 of 255 = 67%
G 166 of 255 = 65%
B 238 of 255 = 93%

171
166
238

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

Portions of RGB colors in percentages

R + G + B =
171 + 166 + 238 = 575 (100%)
R 171 of 575 ~ 29.74%
G 166 of 575 ~ 28.87%
B 238 of 575 ~ 41.39%

%29.74
%28.87
%41.39

CMYK color model

#ABA6EE color CMYK value is (28,30,0,7).

  • cyan value is 28.15%
  • magenta value is 30.25%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(28,30,0,7)
C28M30Y0K7 
(28%,30%,0%,7%)
(0.28/0.30/0.00/0.07)	

CMYK percentages

%28.15
%30.25
%0
%6.67

Codes

Color #ABA6EE in popluar color models

ABA6EE
RGB171166238
HSL244°67.92%79.22%
HSB/HSV244°30.25%93.33%
CMYK28.15%30.25%0.00%
6.67%

Color #ABA6EE in popluar number systems.

HEXABA6EE
Decimal171166238
Binary101010111010011011101110
Octal253246356

Shades and tints

Shades of #ABA6EE

#ABA6EE
(171,166,238)
#9C97D9
(156,151,217)
#8D88C4
(141,136,196)
#7E79AF
(126,121,175)
#6F6A9A
(111,106,154)
#605B85
(96,91,133)
#514C70
(81,76,112)
#423D5B
(66,61,91)
#332E46
(51,46,70)
#241F31
(36,31,49)
#15101C
(21,16,28)
#000000
(0,0,0)

Tints of #ABA6EE

#ABA6EE
(171,166,238)
#B2AEEF
(178,174,239)
#B9B6F0
(185,182,240)
#C0BEF1
(192,190,241)
#C7C6F2
(199,198,242)
#CECEF3
(206,206,243)
#D5D6F4
(213,214,244)
#DCDEF5
(220,222,245)
#E3E6F6
(227,230,246)
#EAEEF7
(234,238,247)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA6EE color. Also use rgb(171,166,238) instead hex code.

Text Font Color

.myTextColor { color: #ABA6EE; }

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

This text font color is #ABA6EE.


Background Color

.myBgColor { background-color: #ABA6EE; }

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

This div background color is #ABA6EE.


Border color

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

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

This div border color is #ABA6EE.


Opacity

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

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

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

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

This text has shadow with #ABA6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA6EE on black background.


Color preview on white background

This text has color #ABA6EE on white background.



Black color preview on #ABA6EE background

This text has black color on #ABA6EE background.


White color preview on #ABA6EE background

This text has white color on #ABA6EE background.