COLOR #A8ABFD

HEX: #A8ABFD RGB: (168,171,253)

Color info

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

RGB color model

#A8ABFD color RGB value is (168,171,253).

RGB: (168,171,253) (66%, 67%, 99%)

RGB channels and saturation

R 168 of 255 = 66%
G 171 of 255 = 67%
B 253 of 255 = 99%

168
171
253

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

Portions of RGB colors in percentages

R + G + B = 168 + 171 + 253 = 592 (100%)
R 168 of 592 ~ 28.38%
G 171 of 592 ~ 28.89%
B 253 of 592 ~ 42.74'%

%28.38
%28.89
%42.74

CMYK color model

#A8ABFD color CMYK value is (34,32,0,1).

  • cyan value is 33.60%
  • magenta value is 32.41%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (34,32,0,1)
C34M32Y0K1 (34%, 32%, 0%, 1%)
(0.34 / 0.32 / 0.00 / 0.01)

CMYK percentages

%33.6
%32.41
%0
%0.78

Codes

Color #A8ABFD in popluar color models

A8 AB FD
RGB 168 171 253
HSL 238° 95.51% 82.55%
HSB/HSV 238° 33.60% 99.22%
CMYK 33.60% 32.41% 0.00%
0.78%

Color #A8ABFD in popluar number systems.

HEX A8 AB FD
Decimal 168 171 253
Binary 10101000 10101011 11111101
Octal 250 253 375

Shades and tints

Shades of #A8ABFD

#A8ABFD
(168,171,253)
#999CE6
(153,156,230)
#8A8DCF
(138,141,207)
#7B7EB8
(123,126,184)
#6C6FA1
(108,111,161)
#5D608A
(93,96,138)
#4E5173
(78,81,115)
#3F425C
(63,66,92)
#303345
(48,51,69)
#21242E
(33,36,46)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #A8ABFD

#A8ABFD
(168,171,253)
#AFB2FD
(175,178,253)
#B6B9FD
(182,185,253)
#BDC0FD
(189,192,253)
#C4C7FD
(196,199,253)
#CBCEFD
(203,206,253)
#D2D5FD
(210,213,253)
#D9DCFD
(217,220,253)
#E0E3FD
(224,227,253)
#E7EAFD
(231,234,253)
#EEF1FD
(238,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8ABFD color. Also use rgb(168,171,253) instead hex code.

Text Font Color

.myTextColor { color: #A8ABFD; }

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

This text font color is #A8ABFD.

Background Color

.myBgColor { background-color: #A8ABFD; }

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

This div background color is #A8ABFD.

Border color

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

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

This div border color is #A8ABFD.

Opacity

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

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

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

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

This text has shadow with #A8ABFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8ABFD.

Preview

Color preview on black background

This text has color #A8ABFD on black background.


Color preview on white background

This text has color #A8ABFD on white background.


Black color preview on #A8ABFD background

This text has black color on #A8ABFD background.


White color preview on #A8ABFD background

This text has white color on #A8ABFD background.


Related colors

Complementary color

Complementary color for #hex is #575402.


I love getcolorcode.com

Triadic colors

1 #FDA8AB and #ABFDA8 with #A8ABFD are triadic colors.

2 #FDABA8 and #ABA8FD with #A8ABFD are triadic colors.