COLOR #AB9CF2

HEX: #AB9CF2
RGB: (171,156,242)

Color info

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

RGB color model

#AB9CF2 color RGB value is (171,156,242).

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

RGB channels and saturation

R 171 of 255 = 67%
G 156 of 255 = 61%
B 242 of 255 = 95%

171
156
242

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

Portions of RGB colors in percentages

R + G + B =
171 + 156 + 242 = 569 (100%)
R 171 of 569 ~ 30.05%
G 156 of 569 ~ 27.42%
B 242 of 569 ~ 42.53%

%30.05
%27.42
%42.53

CMYK color model

#AB9CF2 color CMYK value is (29,36,0,5).

  • cyan value is 29.34%
  • magenta value is 35.54%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(29,36,0,5)
C29M36Y0K5 
(29%,36%,0%,5%)
(0.29/0.36/0.00/0.05)	

CMYK percentages

%29.34
%35.54
%0
%5.1

Codes

Color #AB9CF2 in popluar color models

AB9CF2
RGB171156242
HSL250°76.79%78.04%
HSB/HSV250°35.54%94.90%
CMYK29.34%35.54%0.00%
5.10%

Color #AB9CF2 in popluar number systems.

HEXAB9CF2
Decimal171156242
Binary101010111001110011110010
Octal253234362

Shades and tints

Shades of #AB9CF2

#AB9CF2
(171,156,242)
#9C8EDC
(156,142,220)
#8D80C6
(141,128,198)
#7E72B0
(126,114,176)
#6F649A
(111,100,154)
#605684
(96,86,132)
#51486E
(81,72,110)
#423A58
(66,58,88)
#332C42
(51,44,66)
#241E2C
(36,30,44)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #AB9CF2

#AB9CF2
(171,156,242)
#B2A5F3
(178,165,243)
#B9AEF4
(185,174,244)
#C0B7F5
(192,183,245)
#C7C0F6
(199,192,246)
#CEC9F7
(206,201,247)
#D5D2F8
(213,210,248)
#DCDBF9
(220,219,249)
#E3E4FA
(227,228,250)
#EAEDFB
(234,237,251)
#F1F6FC
(241,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9CF2; }

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

This text font color is #AB9CF2.


Background Color

.myBgColor { background-color: #AB9CF2; }

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

This div background color is #AB9CF2.


Border color

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

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

This div border color is #AB9CF2.


Opacity

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

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

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

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

This text has shadow with #AB9CF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9CF2 on black background.


Color preview on white background

This text has color #AB9CF2 on white background.



Black color preview on #AB9CF2 background

This text has black color on #AB9CF2 background.


White color preview on #AB9CF2 background

This text has white color on #AB9CF2 background.