COLOR #AB8CF1

HEX: #AB8CF1
RGB: (171,140,241)

Color info

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

RGB color model

#AB8CF1 color RGB value is (171,140,241).

  • red value is 171;
  • green value is 140;
  • blue value is 241.
RGB:
(171,140,241)
(67%,55%,95%)

RGB channels and saturation

R 171 of 255 = 67%
G 140 of 255 = 55%
B 241 of 255 = 95%

171
140
241

R + G + B ~ 72%. #AB8CF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 140 + 241 = 552 (100%)
R 171 of 552 ~ 30.98%
G 140 of 552 ~ 25.36%
B 241 of 552 ~ 43.66%

%30.98
%25.36
%43.66

CMYK color model

#AB8CF1 color CMYK value is (29,42,0,5).

  • cyan value is 29.05%
  • magenta value is 41.91%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(29,42,0,5)
C29M42Y0K5 
(29%,42%,0%,5%)
(0.29/0.42/0.00/0.05)	

CMYK percentages

%29.05
%41.91
%0
%5.49

Codes

Color #AB8CF1 in popluar color models

AB8CF1
RGB171140241
HSL258°78.29%74.71%
HSB/HSV258°41.91%94.51%
CMYK29.05%41.91%0.00%
5.49%

Color #AB8CF1 in popluar number systems.

HEXAB8CF1
Decimal171140241
Binary101010111000110011110001
Octal253214361

Shades and tints

Shades of #AB8CF1

#AB8CF1
(171,140,241)
#9C80DC
(156,128,220)
#8D74C7
(141,116,199)
#7E68B2
(126,104,178)
#6F5C9D
(111,92,157)
#605088
(96,80,136)
#514473
(81,68,115)
#42385E
(66,56,94)
#332C49
(51,44,73)
#242034
(36,32,52)
#15141F
(21,20,31)
#000000
(0,0,0)

Tints of #AB8CF1

#AB8CF1
(171,140,241)
#B296F2
(178,150,242)
#B9A0F3
(185,160,243)
#C0AAF4
(192,170,244)
#C7B4F5
(199,180,245)
#CEBEF6
(206,190,246)
#D5C8F7
(213,200,247)
#DCD2F8
(220,210,248)
#E3DCF9
(227,220,249)
#EAE6FA
(234,230,250)
#F1F0FB
(241,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8CF1; }

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

This text font color is #AB8CF1.


Background Color

.myBgColor { background-color: #AB8CF1; }

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

This div background color is #AB8CF1.


Border color

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

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

This div border color is #AB8CF1.


Opacity

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

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

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

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

This text has shadow with #AB8CF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8CF1 on black background.


Color preview on white background

This text has color #AB8CF1 on white background.



Black color preview on #AB8CF1 background

This text has black color on #AB8CF1 background.


White color preview on #AB8CF1 background

This text has white color on #AB8CF1 background.