COLOR #ABAFF8

HEX: #ABAFF8 RGB: (171,175,248)

Color info

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

RGB color model

#ABAFF8 color RGB value is (171,175,248).

RGB: (171,175,248) (67%, 69%, 97%)

RGB channels and saturation

R 171 of 255 = 67%
G 175 of 255 = 69%
B 248 of 255 = 97%

171
175
248

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

Portions of RGB colors in percentages

R + G + B = 171 + 175 + 248 = 594 (100%)
R 171 of 594 ~ 28.79%
G 175 of 594 ~ 29.46%
B 248 of 594 ~ 41.75'%

%28.79
%29.46
%41.75

CMYK color model

#ABAFF8 color CMYK value is (31,29,0,3).

  • cyan value is 31.05%
  • magenta value is 29.44%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (31,29,0,3)
C31M29Y0K3 (31%, 29%, 0%, 3%)
(0.31 / 0.29 / 0.00 / 0.03)

CMYK percentages

%31.05
%29.44
%0
%2.75

Codes

Color #ABAFF8 in popluar color models

AB AF F8
RGB 171 175 248
HSL 237° 84.62% 82.16%
HSB/HSV 237° 31.05% 97.25%
CMYK 31.05% 29.44% 0.00%
2.75%

Color #ABAFF8 in popluar number systems.

HEX AB AF F8
Decimal 171 175 248
Binary 10101011 10101111 11111000
Octal 253 257 370

Shades and tints

Shades of #ABAFF8

#ABAFF8
(171,175,248)
#9CA0E2
(156,160,226)
#8D91CC
(141,145,204)
#7E82B6
(126,130,182)
#6F73A0
(111,115,160)
#60648A
(96,100,138)
#515574
(81,85,116)
#42465E
(66,70,94)
#333748
(51,55,72)
#242832
(36,40,50)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #ABAFF8

#ABAFF8
(171,175,248)
#B2B6F8
(178,182,248)
#B9BDF8
(185,189,248)
#C0C4F8
(192,196,248)
#C7CBF8
(199,203,248)
#CED2F8
(206,210,248)
#D5D9F8
(213,217,248)
#DCE0F8
(220,224,248)
#E3E7F8
(227,231,248)
#EAEEF8
(234,238,248)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAFF8; }

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

This text font color is #ABAFF8.

Background Color

.myBgColor { background-color: #ABAFF8; }

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

This div background color is #ABAFF8.

Border color

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

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

This div border color is #ABAFF8.

Opacity

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

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

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

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

This text has shadow with #ABAFF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAFF8.

Preview

Color preview on black background

This text has color #ABAFF8 on black background.


Color preview on white background

This text has color #ABAFF8 on white background.


Black color preview on #ABAFF8 background

This text has black color on #ABAFF8 background.


White color preview on #ABAFF8 background

This text has white color on #ABAFF8 background.


Related colors

Complementary color

Complementary color for #hex is #545007.


I love getcolorcode.com

Triadic colors

1 #F8ABAF and #AFF8AB with #ABAFF8 are triadic colors.

2 #F8AFAB and #AFABF8 with #ABAFF8 are triadic colors.