COLOR #AB9CF0

HEX: #AB9CF0
RGB: (171,156,240)

Color info

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

RGB color model

#AB9CF0 color RGB value is (171,156,240).

  • red value is 171;
  • green value is 156;
  • blue value is 240.
RGB:
(171,156,240)
(67%,61%,94%)

RGB channels and saturation

R 171 of 255 = 67%
G 156 of 255 = 61%
B 240 of 255 = 94%

171
156
240

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

Portions of RGB colors in percentages

R + G + B =
171 + 156 + 240 = 567 (100%)
R 171 of 567 ~ 30.16%
G 156 of 567 ~ 27.51%
B 240 of 567 ~ 42.33%

%30.16
%27.51
%42.33

CMYK color model

#AB9CF0 color CMYK value is (29,35,0,6).

  • cyan value is 28.75%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(29,35,0,6)
C29M35Y0K6 
(29%,35%,0%,6%)
(0.29/0.35/0.00/0.06)	

CMYK percentages

%28.75
%35
%0
%5.88

Codes

Color #AB9CF0 in popluar color models

AB9CF0
RGB171156240
HSL251°73.68%77.65%
HSB/HSV251°35.00%94.12%
CMYK28.75%35.00%0.00%
5.88%

Color #AB9CF0 in popluar number systems.

HEXAB9CF0
Decimal171156240
Binary101010111001110011110000
Octal253234360

Shades and tints

Shades of #AB9CF0

#AB9CF0
(171,156,240)
#9C8EDB
(156,142,219)
#8D80C6
(141,128,198)
#7E72B1
(126,114,177)
#6F649C
(111,100,156)
#605687
(96,86,135)
#514872
(81,72,114)
#423A5D
(66,58,93)
#332C48
(51,44,72)
#241E33
(36,30,51)
#15101E
(21,16,30)
#000000
(0,0,0)

Tints of #AB9CF0

#AB9CF0
(171,156,240)
#B2A5F1
(178,165,241)
#B9AEF2
(185,174,242)
#C0B7F3
(192,183,243)
#C7C0F4
(199,192,244)
#CEC9F5
(206,201,245)
#D5D2F6
(213,210,246)
#DCDBF7
(220,219,247)
#E3E4F8
(227,228,248)
#EAEDF9
(234,237,249)
#F1F6FA
(241,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9CF0 color. Also use rgb(171,156,240) instead hex code.

Text Font Color

.myTextColor { color: #AB9CF0; }

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

This text font color is #AB9CF0.


Background Color

.myBgColor { background-color: #AB9CF0; }

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

This div background color is #AB9CF0.


Border color

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

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

This div border color is #AB9CF0.


Opacity

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

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

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

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

This text has shadow with #AB9CF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9CF0 on black background.


Color preview on white background

This text has color #AB9CF0 on white background.



Black color preview on #AB9CF0 background

This text has black color on #AB9CF0 background.


White color preview on #AB9CF0 background

This text has white color on #AB9CF0 background.