COLOR #ABAFF2

HEX: #ABAFF2
RGB: (171,175,242)

Color info

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

RGB color model

#ABAFF2 color RGB value is (171,175,242).

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

RGB channels and saturation

R 171 of 255 = 67%
G 175 of 255 = 69%
B 242 of 255 = 95%

171
175
242

R + G + B ~ 77%. #ABAFF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 175 + 242 = 588 (100%)
R 171 of 588 ~ 29.08%
G 175 of 588 ~ 29.76%
B 242 of 588 ~ 41.16%

%29.08
%29.76
%41.16

CMYK color model

#ABAFF2 color CMYK value is (29,28,0,5).

  • cyan value is 29.34%
  • magenta value is 27.69%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(29,28,0,5)
C29M28Y0K5 
(29%,28%,0%,5%)
(0.29/0.28/0.00/0.05)	

CMYK percentages

%29.34
%27.69
%0
%5.1

Codes

Color #ABAFF2 in popluar color models

ABAFF2
RGB171175242
HSL237°73.20%80.98%
HSB/HSV237°29.34%94.90%
CMYK29.34%27.69%0.00%
5.10%

Color #ABAFF2 in popluar number systems.

HEXABAFF2
Decimal171175242
Binary101010111010111111110010
Octal253257362

Shades and tints

Shades of #ABAFF2

#ABAFF2
(171,175,242)
#9CA0DC
(156,160,220)
#8D91C6
(141,145,198)
#7E82B0
(126,130,176)
#6F739A
(111,115,154)
#606484
(96,100,132)
#51556E
(81,85,110)
#424658
(66,70,88)
#333742
(51,55,66)
#24282C
(36,40,44)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #ABAFF2

#ABAFF2
(171,175,242)
#B2B6F3
(178,182,243)
#B9BDF4
(185,189,244)
#C0C4F5
(192,196,245)
#C7CBF6
(199,203,246)
#CED2F7
(206,210,247)
#D5D9F8
(213,217,248)
#DCE0F9
(220,224,249)
#E3E7FA
(227,231,250)
#EAEEFB
(234,238,251)
#F1F5FC
(241,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAFF2; }

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

This text font color is #ABAFF2.


Background Color

.myBgColor { background-color: #ABAFF2; }

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

This div background color is #ABAFF2.


Border color

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

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

This div border color is #ABAFF2.


Opacity

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

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

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

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

This text has shadow with #ABAFF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAFF2 on black background.


Color preview on white background

This text has color #ABAFF2 on white background.



Black color preview on #ABAFF2 background

This text has black color on #ABAFF2 background.


White color preview on #ABAFF2 background

This text has white color on #ABAFF2 background.