COLOR #8AB3F8

HEX: #8AB3F8
RGB: (138,179,248)

Color info

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

RGB color model

#8AB3F8 color RGB value is (138,179,248).

  • red value is 138;
  • green value is 179;
  • blue value is 248.
RGB:
(138,179,248)
(54%,70%,97%)

RGB channels and saturation

R 138 of 255 = 54%
G 179 of 255 = 70%
B 248 of 255 = 97%

138
179
248

R + G + B ~ 74%. #8AB3F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 179 + 248 = 565 (100%)
R 138 of 565 ~ 24.42%
G 179 of 565 ~ 31.68%
B 248 of 565 ~ 43.89%

%24.42
%31.68
%43.89

CMYK color model

#8AB3F8 color CMYK value is (44,28,0,3).

  • cyan value is 44.35%
  • magenta value is 27.82%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(44,28,0,3)
C44M28Y0K3 
(44%,28%,0%,3%)
(0.44/0.28/0.00/0.03)	

CMYK percentages

%44.35
%27.82
%0
%2.75

Codes

Color #8AB3F8 in popluar color models

8AB3F8
RGB138179248
HSL218°88.71%75.69%
HSB/HSV218°44.35%97.25%
CMYK44.35%27.82%0.00%
2.75%

Color #8AB3F8 in popluar number systems.

HEX8AB3F8
Decimal138179248
Binary100010101011001111111000
Octal212263370

Shades and tints

Shades of #8AB3F8

#8AB3F8
(138,179,248)
#7EA3E2
(126,163,226)
#7293CC
(114,147,204)
#6683B6
(102,131,182)
#5A73A0
(90,115,160)
#4E638A
(78,99,138)
#425374
(66,83,116)
#36435E
(54,67,94)
#2A3348
(42,51,72)
#1E2332
(30,35,50)
#12131C
(18,19,28)
#000000
(0,0,0)

Tints of #8AB3F8

#8AB3F8
(138,179,248)
#94B9F8
(148,185,248)
#9EBFF8
(158,191,248)
#A8C5F8
(168,197,248)
#B2CBF8
(178,203,248)
#BCD1F8
(188,209,248)
#C6D7F8
(198,215,248)
#D0DDF8
(208,221,248)
#DAE3F8
(218,227,248)
#E4E9F8
(228,233,248)
#EEEFF8
(238,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB3F8 color. Also use rgb(138,179,248) instead hex code.

Text Font Color

.myTextColor { color: #8AB3F8; }

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

This text font color is #8AB3F8.


Background Color

.myBgColor { background-color: #8AB3F8; }

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

This div background color is #8AB3F8.


Border color

.myBorderColor { border: 1px solid #8AB3F8; }

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

This div border color is #8AB3F8.


Opacity

.myOpacity80 { color: #8AB3F8; opacity: 0.8; }

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

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

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

This text has shadow with #8AB3F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB3F8 on black background.


Color preview on white background

This text has color #8AB3F8 on white background.



Black color preview on #8AB3F8 background

This text has black color on #8AB3F8 background.


White color preview on #8AB3F8 background

This text has white color on #8AB3F8 background.