COLOR #ABA5F8

HEX: #ABA5F8
RGB: (171,165,248)

Color info

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

RGB color model

#ABA5F8 color RGB value is (171,165,248).

  • red value is 171;
  • green value is 165;
  • blue value is 248.
RGB:
(171,165,248)
(67%,65%,97%)

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 248 of 255 = 97%

171
165
248

R + G + B ~ 76%. #ABA5F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 165 + 248 = 584 (100%)
R 171 of 584 ~ 29.28%
G 165 of 584 ~ 28.25%
B 248 of 584 ~ 42.47%

%29.28
%28.25
%42.47

CMYK color model

#ABA5F8 color CMYK value is (31,33,0,3).

  • cyan value is 31.05%
  • magenta value is 33.47%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(31,33,0,3)
C31M33Y0K3 
(31%,33%,0%,3%)
(0.31/0.33/0.00/0.03)	

CMYK percentages

%31.05
%33.47
%0
%2.75

Codes

Color #ABA5F8 in popluar color models

ABA5F8
RGB171165248
HSL244°85.57%80.98%
HSB/HSV244°33.47%97.25%
CMYK31.05%33.47%0.00%
2.75%

Color #ABA5F8 in popluar number systems.

HEXABA5F8
Decimal171165248
Binary101010111010010111111000
Octal253245370

Shades and tints

Shades of #ABA5F8

#ABA5F8
(171,165,248)
#9C96E2
(156,150,226)
#8D87CC
(141,135,204)
#7E78B6
(126,120,182)
#6F69A0
(111,105,160)
#605A8A
(96,90,138)
#514B74
(81,75,116)
#423C5E
(66,60,94)
#332D48
(51,45,72)
#241E32
(36,30,50)
#150F1C
(21,15,28)
#000000
(0,0,0)

Tints of #ABA5F8

#ABA5F8
(171,165,248)
#B2ADF8
(178,173,248)
#B9B5F8
(185,181,248)
#C0BDF8
(192,189,248)
#C7C5F8
(199,197,248)
#CECDF8
(206,205,248)
#D5D5F8
(213,213,248)
#DCDDF8
(220,221,248)
#E3E5F8
(227,229,248)
#EAEDF8
(234,237,248)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA5F8 color. Also use rgb(171,165,248) instead hex code.

Text Font Color

.myTextColor { color: #ABA5F8; }

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

This text font color is #ABA5F8.


Background Color

.myBgColor { background-color: #ABA5F8; }

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

This div background color is #ABA5F8.


Border color

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

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

This div border color is #ABA5F8.


Opacity

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

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

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

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

This text has shadow with #ABA5F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA5F8 on black background.


Color preview on white background

This text has color #ABA5F8 on white background.



Black color preview on #ABA5F8 background

This text has black color on #ABA5F8 background.


White color preview on #ABA5F8 background

This text has white color on #ABA5F8 background.