COLOR #A8BAFB

HEX: #A8BAFB
RGB: (168,186,251)

Color info

#A8BAFB contains mainly blue color. Web safe color of #A8BAFB is #99CCFF (or #9CF).

RGB color model

#A8BAFB color RGB value is (168,186,251).

  • red value is 168;
  • green value is 186;
  • blue value is 251.
RGB:
(168,186,251)
(66%,73%,98%)

RGB channels and saturation

R 168 of 255 = 66%
G 186 of 255 = 73%
B 251 of 255 = 98%

168
186
251

R + G + B ~ 79%. #A8BAFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 186 + 251 = 605 (100%)
R 168 of 605 ~ 27.77%
G 186 of 605 ~ 30.74%
B 251 of 605 ~ 41.49%

%27.77
%30.74
%41.49

CMYK color model

#A8BAFB color CMYK value is (33,26,0,2).

  • cyan value is 33.07%
  • magenta value is 25.90%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(33,26,0,2)
C33M26Y0K2 
(33%,26%,0%,2%)
(0.33/0.26/0.00/0.02)	

CMYK percentages

%33.07
%25.9
%0
%1.57

Codes

Color #A8BAFB in popluar color models

A8BAFB
RGB168186251
HSL227°91.21%82.16%
HSB/HSV227°33.07%98.43%
CMYK33.07%25.90%0.00%
1.57%

Color #A8BAFB in popluar number systems.

HEXA8BAFB
Decimal168186251
Binary101010001011101011111011
Octal250272373

Shades and tints

Shades of #A8BAFB

#A8BAFB
(168,186,251)
#99AAE5
(153,170,229)
#8A9ACF
(138,154,207)
#7B8AB9
(123,138,185)
#6C7AA3
(108,122,163)
#5D6A8D
(93,106,141)
#4E5A77
(78,90,119)
#3F4A61
(63,74,97)
#303A4B
(48,58,75)
#212A35
(33,42,53)
#121A1F
(18,26,31)
#000000
(0,0,0)

Tints of #A8BAFB

#A8BAFB
(168,186,251)
#AFC0FB
(175,192,251)
#B6C6FB
(182,198,251)
#BDCCFB
(189,204,251)
#C4D2FB
(196,210,251)
#CBD8FB
(203,216,251)
#D2DEFB
(210,222,251)
#D9E4FB
(217,228,251)
#E0EAFB
(224,234,251)
#E7F0FB
(231,240,251)
#EEF6FB
(238,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BAFB color. Also use rgb(168,186,251) instead hex code.

Text Font Color

.myTextColor { color: #A8BAFB; }

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

This text font color is #A8BAFB.


Background Color

.myBgColor { background-color: #A8BAFB; }

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

This div background color is #A8BAFB.


Border color

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

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

This div border color is #A8BAFB.


Opacity

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

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

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

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

This text has shadow with #A8BAFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BAFB on black background.


Color preview on white background

This text has color #A8BAFB on white background.



Black color preview on #A8BAFB background

This text has black color on #A8BAFB background.


White color preview on #A8BAFB background

This text has white color on #A8BAFB background.