COLOR #AB9EF6

HEX: #AB9EF6
RGB: (171,158,246)

Color info

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

RGB color model

#AB9EF6 color RGB value is (171,158,246).

  • red value is 171;
  • green value is 158;
  • blue value is 246.
RGB:
(171,158,246)
(67%,62%,96%)

RGB channels and saturation

R 171 of 255 = 67%
G 158 of 255 = 62%
B 246 of 255 = 96%

171
158
246

R + G + B ~ 75%. #AB9EF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 158 + 246 = 575 (100%)
R 171 of 575 ~ 29.74%
G 158 of 575 ~ 27.48%
B 246 of 575 ~ 42.78%

%29.74
%27.48
%42.78

CMYK color model

#AB9EF6 color CMYK value is (30,36,0,4).

  • cyan value is 30.49%
  • magenta value is 35.77%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(30,36,0,4)
C30M36Y0K4 
(30%,36%,0%,4%)
(0.30/0.36/0.00/0.04)	

CMYK percentages

%30.49
%35.77
%0
%3.53

Codes

Color #AB9EF6 in popluar color models

AB9EF6
RGB171158246
HSL249°83.02%79.22%
HSB/HSV249°35.77%96.47%
CMYK30.49%35.77%0.00%
3.53%

Color #AB9EF6 in popluar number systems.

HEXAB9EF6
Decimal171158246
Binary101010111001111011110110
Octal253236366

Shades and tints

Shades of #AB9EF6

#AB9EF6
(171,158,246)
#9C90E0
(156,144,224)
#8D82CA
(141,130,202)
#7E74B4
(126,116,180)
#6F669E
(111,102,158)
#605888
(96,88,136)
#514A72
(81,74,114)
#423C5C
(66,60,92)
#332E46
(51,46,70)
#242030
(36,32,48)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #AB9EF6

#AB9EF6
(171,158,246)
#B2A6F6
(178,166,246)
#B9AEF6
(185,174,246)
#C0B6F6
(192,182,246)
#C7BEF6
(199,190,246)
#CEC6F6
(206,198,246)
#D5CEF6
(213,206,246)
#DCD6F6
(220,214,246)
#E3DEF6
(227,222,246)
#EAE6F6
(234,230,246)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9EF6; }

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

This text font color is #AB9EF6.


Background Color

.myBgColor { background-color: #AB9EF6; }

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

This div background color is #AB9EF6.


Border color

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

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

This div border color is #AB9EF6.


Opacity

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

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

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

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

This text has shadow with #AB9EF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9EF6 on black background.


Color preview on white background

This text has color #AB9EF6 on white background.



Black color preview on #AB9EF6 background

This text has black color on #AB9EF6 background.


White color preview on #AB9EF6 background

This text has white color on #AB9EF6 background.