COLOR #ABA4F6

HEX: #ABA4F6 RGB: (171,164,246)

Color info

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

RGB color model

#ABA4F6 color RGB value is (171,164,246).

RGB: (171,164,246) (67%, 64%, 96%)

RGB channels and saturation

R 171 of 255 = 67%
G 164 of 255 = 64%
B 246 of 255 = 96%

171
164
246

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

Portions of RGB colors in percentages

R + G + B = 171 + 164 + 246 = 581 (100%)
R 171 of 581 ~ 29.43%
G 164 of 581 ~ 28.23%
B 246 of 581 ~ 42.34'%

%29.43
%28.23
%42.34

CMYK color model

#ABA4F6 color CMYK value is (30,33,0,4).

  • cyan value is 30.49%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (30,33,0,4)
C30M33Y0K4 (30%, 33%, 0%, 4%)
(0.30 / 0.33 / 0.00 / 0.04)

CMYK percentages

%30.49
%33.33
%0
%3.53

Codes

Color #ABA4F6 in popluar color models

AB A4 F6
RGB 171 164 246
HSL 245° 82.00% 80.39%
HSB/HSV 245° 33.33% 96.47%
CMYK 30.49% 33.33% 0.00%
3.53%

Color #ABA4F6 in popluar number systems.

HEX AB A4 F6
Decimal 171 164 246
Binary 10101011 10100100 11110110
Octal 253 244 366

Shades and tints

Shades of #ABA4F6

#ABA4F6
(171,164,246)
#9C96E0
(156,150,224)
#8D88CA
(141,136,202)
#7E7AB4
(126,122,180)
#6F6C9E
(111,108,158)
#605E88
(96,94,136)
#515072
(81,80,114)
#42425C
(66,66,92)
#333446
(51,52,70)
#242630
(36,38,48)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #ABA4F6

#ABA4F6
(171,164,246)
#B2ACF6
(178,172,246)
#B9B4F6
(185,180,246)
#C0BCF6
(192,188,246)
#C7C4F6
(199,196,246)
#CECCF6
(206,204,246)
#D5D4F6
(213,212,246)
#DCDCF6
(220,220,246)
#E3E4F6
(227,228,246)
#EAECF6
(234,236,246)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA4F6 color. Also use rgb(171,164,246) instead hex code.

Text Font Color

.myTextColor { color: #ABA4F6; }

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

This text font color is #ABA4F6.

Background Color

.myBgColor { background-color: #ABA4F6; }

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

This div background color is #ABA4F6.

Border color

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

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

This div border color is #ABA4F6.

Opacity

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

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

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

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

This text has shadow with #ABA4F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA4F6.

Preview

Color preview on black background

This text has color #ABA4F6 on black background.


Color preview on white background

This text has color #ABA4F6 on white background.


Black color preview on #ABA4F6 background

This text has black color on #ABA4F6 background.


White color preview on #ABA4F6 background

This text has white color on #ABA4F6 background.


Related colors

Complementary color

Complementary color for #hex is #545B09.


I love getcolorcode.com

Triadic colors

1 #F6ABA4 and #A4F6AB with #ABA4F6 are triadic colors.

2 #F6A4AB and #A4ABF6 with #ABA4F6 are triadic colors.