COLOR #AB90F9

HEX: #AB90F9
RGB: (171,144,249)

Color info

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

RGB color model

#AB90F9 color RGB value is (171,144,249).

  • red value is 171;
  • green value is 144;
  • blue value is 249.
RGB:
(171,144,249)
(67%,56%,98%)

RGB channels and saturation

R 171 of 255 = 67%
G 144 of 255 = 56%
B 249 of 255 = 98%

171
144
249

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

Portions of RGB colors in percentages

R + G + B =
171 + 144 + 249 = 564 (100%)
R 171 of 564 ~ 30.32%
G 144 of 564 ~ 25.53%
B 249 of 564 ~ 44.15%

%30.32
%25.53
%44.15

CMYK color model

#AB90F9 color CMYK value is (31,42,0,2).

  • cyan value is 31.33%
  • magenta value is 42.17%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(31,42,0,2)
C31M42Y0K2 
(31%,42%,0%,2%)
(0.31/0.42/0.00/0.02)	

CMYK percentages

%31.33
%42.17
%0
%2.35

Codes

Color #AB90F9 in popluar color models

AB90F9
RGB171144249
HSL255°89.74%77.06%
HSB/HSV255°42.17%97.65%
CMYK31.33%42.17%0.00%
2.35%

Color #AB90F9 in popluar number systems.

HEXAB90F9
Decimal171144249
Binary101010111001000011111001
Octal253220371

Shades and tints

Shades of #AB90F9

#AB90F9
(171,144,249)
#9C83E3
(156,131,227)
#8D76CD
(141,118,205)
#7E69B7
(126,105,183)
#6F5CA1
(111,92,161)
#604F8B
(96,79,139)
#514275
(81,66,117)
#42355F
(66,53,95)
#332849
(51,40,73)
#241B33
(36,27,51)
#150E1D
(21,14,29)
#000000
(0,0,0)

Tints of #AB90F9

#AB90F9
(171,144,249)
#B29AF9
(178,154,249)
#B9A4F9
(185,164,249)
#C0AEF9
(192,174,249)
#C7B8F9
(199,184,249)
#CEC2F9
(206,194,249)
#D5CCF9
(213,204,249)
#DCD6F9
(220,214,249)
#E3E0F9
(227,224,249)
#EAEAF9
(234,234,249)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB90F9; }

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

This text font color is #AB90F9.


Background Color

.myBgColor { background-color: #AB90F9; }

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

This div background color is #AB90F9.


Border color

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

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

This div border color is #AB90F9.


Opacity

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

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

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

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

This text has shadow with #AB90F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB90F9 on black background.


Color preview on white background

This text has color #AB90F9 on white background.



Black color preview on #AB90F9 background

This text has black color on #AB90F9 background.


White color preview on #AB90F9 background

This text has white color on #AB90F9 background.