COLOR #ABABFF

HEX: #ABABFF
RGB: (171,171,255)

Color info

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

RGB color model

#ABABFF color RGB value is (171,171,255).

  • red value is 171;
  • green value is 171;
  • blue value is 255.
RGB:
(171,171,255)
(67%,67%,100%)

RGB channels and saturation

R 171 of 255 = 67%
G 171 of 255 = 67%
B 255 of 255 = 100%

171
171
255

R + G + B ~ 78%. #ABABFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 171 + 255 = 597 (100%)
R 171 of 597 ~ 28.64%
G 171 of 597 ~ 28.64%
B 255 of 597 ~ 42.71%

%28.64
%28.64
%42.71

CMYK color model

#ABABFF color CMYK value is (33,33,0,0).

  • cyan value is 32.94%
  • magenta value is 32.94%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(33,33,0,0)
C33M33Y0K0 
(33%,33%,0%,0%)
(0.33/0.33/0.00/0.00)	

CMYK percentages

%32.94
%32.94
%0
%0

Codes

Color #ABABFF in popluar color models

ABABFF
RGB171171255
HSL240°100.00%83.53%
HSB/HSV240°32.94%100.00%
CMYK32.94%32.94%0.00%
0.00%

Color #ABABFF in popluar number systems.

HEXABABFF
Decimal171171255
Binary101010111010101111111111
Octal253253377

Shades and tints

Shades of #ABABFF

#ABABFF
(171,171,255)
#9C9CE8
(156,156,232)
#8D8DD1
(141,141,209)
#7E7EBA
(126,126,186)
#6F6FA3
(111,111,163)
#60608C
(96,96,140)
#515175
(81,81,117)
#42425E
(66,66,94)
#333347
(51,51,71)
#242430
(36,36,48)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #ABABFF

#ABABFF
(171,171,255)
#B2B2FF
(178,178,255)
#B9B9FF
(185,185,255)
#C0C0FF
(192,192,255)
#C7C7FF
(199,199,255)
#CECEFF
(206,206,255)
#D5D5FF
(213,213,255)
#DCDCFF
(220,220,255)
#E3E3FF
(227,227,255)
#EAEAFF
(234,234,255)
#F1F1FF
(241,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABABFF; }

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

This text font color is #ABABFF.


Background Color

.myBgColor { background-color: #ABABFF; }

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

This div background color is #ABABFF.


Border color

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

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

This div border color is #ABABFF.


Opacity

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

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

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

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

This text has shadow with #ABABFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABABFF on black background.


Color preview on white background

This text has color #ABABFF on white background.



Black color preview on #ABABFF background

This text has black color on #ABABFF background.


White color preview on #ABABFF background

This text has white color on #ABABFF background.