COLOR #ABACF0

HEX: #ABACF0
RGB: (171,172,240)

Color info

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

RGB color model

#ABACF0 color RGB value is (171,172,240).

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

RGB channels and saturation

R 171 of 255 = 67%
G 172 of 255 = 67%
B 240 of 255 = 94%

171
172
240

R + G + B ~ 76%. #ABACF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 172 + 240 = 583 (100%)
R 171 of 583 ~ 29.33%
G 172 of 583 ~ 29.5%
B 240 of 583 ~ 41.17%

%29.33
%29.5
%41.17

CMYK color model

#ABACF0 color CMYK value is (29,28,0,6).

  • cyan value is 28.75%
  • magenta value is 28.33%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(29,28,0,6)
C29M28Y0K6 
(29%,28%,0%,6%)
(0.29/0.28/0.00/0.06)	

CMYK percentages

%28.75
%28.33
%0
%5.88

Codes

Color #ABACF0 in popluar color models

ABACF0
RGB171172240
HSL239°69.70%80.59%
HSB/HSV239°28.75%94.12%
CMYK28.75%28.33%0.00%
5.88%

Color #ABACF0 in popluar number systems.

HEXABACF0
Decimal171172240
Binary101010111010110011110000
Octal253254360

Shades and tints

Shades of #ABACF0

#ABACF0
(171,172,240)
#9C9DDB
(156,157,219)
#8D8EC6
(141,142,198)
#7E7FB1
(126,127,177)
#6F709C
(111,112,156)
#606187
(96,97,135)
#515272
(81,82,114)
#42435D
(66,67,93)
#333448
(51,52,72)
#242533
(36,37,51)
#15161E
(21,22,30)
#000000
(0,0,0)

Tints of #ABACF0

#ABACF0
(171,172,240)
#B2B3F1
(178,179,241)
#B9BAF2
(185,186,242)
#C0C1F3
(192,193,243)
#C7C8F4
(199,200,244)
#CECFF5
(206,207,245)
#D5D6F6
(213,214,246)
#DCDDF7
(220,221,247)
#E3E4F8
(227,228,248)
#EAEBF9
(234,235,249)
#F1F2FA
(241,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABACF0; }

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

This text font color is #ABACF0.


Background Color

.myBgColor { background-color: #ABACF0; }

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

This div background color is #ABACF0.


Border color

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

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

This div border color is #ABACF0.


Opacity

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

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

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

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

This text has shadow with #ABACF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABACF0 on black background.


Color preview on white background

This text has color #ABACF0 on white background.



Black color preview on #ABACF0 background

This text has black color on #ABACF0 background.


White color preview on #ABACF0 background

This text has white color on #ABACF0 background.