COLOR #AB91F7

HEX: #AB91F7
RGB: (171,145,247)

Color info

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

RGB color model

#AB91F7 color RGB value is (171,145,247).

  • red value is 171;
  • green value is 145;
  • blue value is 247.
RGB:
(171,145,247)
(67%,57%,97%)

RGB channels and saturation

R 171 of 255 = 67%
G 145 of 255 = 57%
B 247 of 255 = 97%

171
145
247

R + G + B ~ 74%. #AB91F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 145 + 247 = 563 (100%)
R 171 of 563 ~ 30.37%
G 145 of 563 ~ 25.75%
B 247 of 563 ~ 43.87%

%30.37
%25.75
%43.87

CMYK color model

#AB91F7 color CMYK value is (31,41,0,3).

  • cyan value is 30.77%
  • magenta value is 41.30%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(31,41,0,3)
C31M41Y0K3 
(31%,41%,0%,3%)
(0.31/0.41/0.00/0.03)	

CMYK percentages

%30.77
%41.3
%0
%3.14

Codes

Color #AB91F7 in popluar color models

AB91F7
RGB171145247
HSL255°86.44%76.86%
HSB/HSV255°41.30%96.86%
CMYK30.77%41.30%0.00%
3.14%

Color #AB91F7 in popluar number systems.

HEXAB91F7
Decimal171145247
Binary101010111001000111110111
Octal253221367

Shades and tints

Shades of #AB91F7

#AB91F7
(171,145,247)
#9C84E1
(156,132,225)
#8D77CB
(141,119,203)
#7E6AB5
(126,106,181)
#6F5D9F
(111,93,159)
#605089
(96,80,137)
#514373
(81,67,115)
#42365D
(66,54,93)
#332947
(51,41,71)
#241C31
(36,28,49)
#150F1B
(21,15,27)
#000000
(0,0,0)

Tints of #AB91F7

#AB91F7
(171,145,247)
#B29BF7
(178,155,247)
#B9A5F7
(185,165,247)
#C0AFF7
(192,175,247)
#C7B9F7
(199,185,247)
#CEC3F7
(206,195,247)
#D5CDF7
(213,205,247)
#DCD7F7
(220,215,247)
#E3E1F7
(227,225,247)
#EAEBF7
(234,235,247)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB91F7; }

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

This text font color is #AB91F7.


Background Color

.myBgColor { background-color: #AB91F7; }

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

This div background color is #AB91F7.


Border color

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

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

This div border color is #AB91F7.


Opacity

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

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

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

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

This text has shadow with #AB91F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB91F7 on black background.


Color preview on white background

This text has color #AB91F7 on white background.



Black color preview on #AB91F7 background

This text has black color on #AB91F7 background.


White color preview on #AB91F7 background

This text has white color on #AB91F7 background.