COLOR #AB9DF3

HEX: #AB9DF3
RGB: (171,157,243)

Color info

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

RGB color model

#AB9DF3 color RGB value is (171,157,243).

  • red value is 171;
  • green value is 157;
  • blue value is 243.
RGB:
(171,157,243)
(67%,62%,95%)

RGB channels and saturation

R 171 of 255 = 67%
G 157 of 255 = 62%
B 243 of 255 = 95%

171
157
243

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

Portions of RGB colors in percentages

R + G + B =
171 + 157 + 243 = 571 (100%)
R 171 of 571 ~ 29.95%
G 157 of 571 ~ 27.5%
B 243 of 571 ~ 42.56%

%29.95
%27.5
%42.56

CMYK color model

#AB9DF3 color CMYK value is (30,35,0,5).

  • cyan value is 29.63%
  • magenta value is 35.39%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(30,35,0,5)
C30M35Y0K5 
(30%,35%,0%,5%)
(0.30/0.35/0.00/0.05)	

CMYK percentages

%29.63
%35.39
%0
%4.71

Codes

Color #AB9DF3 in popluar color models

AB9DF3
RGB171157243
HSL250°78.18%78.43%
HSB/HSV250°35.39%95.29%
CMYK29.63%35.39%0.00%
4.71%

Color #AB9DF3 in popluar number systems.

HEXAB9DF3
Decimal171157243
Binary101010111001110111110011
Octal253235363

Shades and tints

Shades of #AB9DF3

#AB9DF3
(171,157,243)
#9C8FDD
(156,143,221)
#8D81C7
(141,129,199)
#7E73B1
(126,115,177)
#6F659B
(111,101,155)
#605785
(96,87,133)
#51496F
(81,73,111)
#423B59
(66,59,89)
#332D43
(51,45,67)
#241F2D
(36,31,45)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #AB9DF3

#AB9DF3
(171,157,243)
#B2A5F4
(178,165,244)
#B9ADF5
(185,173,245)
#C0B5F6
(192,181,246)
#C7BDF7
(199,189,247)
#CEC5F8
(206,197,248)
#D5CDF9
(213,205,249)
#DCD5FA
(220,213,250)
#E3DDFB
(227,221,251)
#EAE5FC
(234,229,252)
#F1EDFD
(241,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9DF3; }

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

This text font color is #AB9DF3.


Background Color

.myBgColor { background-color: #AB9DF3; }

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

This div background color is #AB9DF3.


Border color

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

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

This div border color is #AB9DF3.


Opacity

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

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

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

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

This text has shadow with #AB9DF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9DF3 on black background.


Color preview on white background

This text has color #AB9DF3 on white background.



Black color preview on #AB9DF3 background

This text has black color on #AB9DF3 background.


White color preview on #AB9DF3 background

This text has white color on #AB9DF3 background.