COLOR #ABADFC

HEX: #ABADFC
RGB: (171,173,252)

Color info

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

RGB color model

#ABADFC color RGB value is (171,173,252).

  • red value is 171;
  • green value is 173;
  • blue value is 252.
RGB:
(171,173,252)
(67%,68%,99%)

RGB channels and saturation

R 171 of 255 = 67%
G 173 of 255 = 68%
B 252 of 255 = 99%

171
173
252

R + G + B ~ 78%. #ABADFC is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 173 + 252 = 596 (100%)
R 171 of 596 ~ 28.69%
G 173 of 596 ~ 29.03%
B 252 of 596 ~ 42.28%

%28.69
%29.03
%42.28

CMYK color model

#ABADFC color CMYK value is (32,31,0,1).

  • cyan value is 32.14%
  • magenta value is 31.35%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(32,31,0,1)
C32M31Y0K1 
(32%,31%,0%,1%)
(0.32/0.31/0.00/0.01)	

CMYK percentages

%32.14
%31.35
%0
%1.18

Codes

Color #ABADFC in popluar color models

ABADFC
RGB171173252
HSL239°93.10%82.94%
HSB/HSV239°32.14%98.82%
CMYK32.14%31.35%0.00%
1.18%

Color #ABADFC in popluar number systems.

HEXABADFC
Decimal171173252
Binary101010111010110111111100
Octal253255374

Shades and tints

Shades of #ABADFC

#ABADFC
(171,173,252)
#9C9EE6
(156,158,230)
#8D8FD0
(141,143,208)
#7E80BA
(126,128,186)
#6F71A4
(111,113,164)
#60628E
(96,98,142)
#515378
(81,83,120)
#424462
(66,68,98)
#33354C
(51,53,76)
#242636
(36,38,54)
#151720
(21,23,32)
#000000
(0,0,0)

Tints of #ABADFC

#ABADFC
(171,173,252)
#B2B4FC
(178,180,252)
#B9BBFC
(185,187,252)
#C0C2FC
(192,194,252)
#C7C9FC
(199,201,252)
#CED0FC
(206,208,252)
#D5D7FC
(213,215,252)
#DCDEFC
(220,222,252)
#E3E5FC
(227,229,252)
#EAECFC
(234,236,252)
#F1F3FC
(241,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABADFC color. Also use rgb(171,173,252) instead hex code.

Text Font Color

.myTextColor { color: #ABADFC; }

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

This text font color is #ABADFC.


Background Color

.myBgColor { background-color: #ABADFC; }

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

This div background color is #ABADFC.


Border color

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

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

This div border color is #ABADFC.


Opacity

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

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

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

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

This text has shadow with #ABADFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABADFC on black background.


Color preview on white background

This text has color #ABADFC on white background.



Black color preview on #ABADFC background

This text has black color on #ABADFC background.


White color preview on #ABADFC background

This text has white color on #ABADFC background.