COLOR #8AB1F5

HEX: #8AB1F5
RGB: (138,177,245)

Color info

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

RGB color model

#8AB1F5 color RGB value is (138,177,245).

  • red value is 138;
  • green value is 177;
  • blue value is 245.
RGB:
(138,177,245)
(54%,69%,96%)

RGB channels and saturation

R 138 of 255 = 54%
G 177 of 255 = 69%
B 245 of 255 = 96%

138
177
245

R + G + B ~ 73%. #8AB1F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 177 + 245 = 560 (100%)
R 138 of 560 ~ 24.64%
G 177 of 560 ~ 31.61%
B 245 of 560 ~ 43.75%

%24.64
%31.61
%43.75

CMYK color model

#8AB1F5 color CMYK value is (44,28,0,4).

  • cyan value is 43.67%
  • magenta value is 27.76%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(44,28,0,4)
C44M28Y0K4 
(44%,28%,0%,4%)
(0.44/0.28/0.00/0.04)	

CMYK percentages

%43.67
%27.76
%0
%3.92

Codes

Color #8AB1F5 in popluar color models

8AB1F5
RGB138177245
HSL218°84.25%75.10%
HSB/HSV218°43.67%96.08%
CMYK43.67%27.76%0.00%
3.92%

Color #8AB1F5 in popluar number systems.

HEX8AB1F5
Decimal138177245
Binary100010101011000111110101
Octal212261365

Shades and tints

Shades of #8AB1F5

#8AB1F5
(138,177,245)
#7EA1DF
(126,161,223)
#7291C9
(114,145,201)
#6681B3
(102,129,179)
#5A719D
(90,113,157)
#4E6187
(78,97,135)
#425171
(66,81,113)
#36415B
(54,65,91)
#2A3145
(42,49,69)
#1E212F
(30,33,47)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #8AB1F5

#8AB1F5
(138,177,245)
#94B8F5
(148,184,245)
#9EBFF5
(158,191,245)
#A8C6F5
(168,198,245)
#B2CDF5
(178,205,245)
#BCD4F5
(188,212,245)
#C6DBF5
(198,219,245)
#D0E2F5
(208,226,245)
#DAE9F5
(218,233,245)
#E4F0F5
(228,240,245)
#EEF7F5
(238,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB1F5 color. Also use rgb(138,177,245) instead hex code.

Text Font Color

.myTextColor { color: #8AB1F5; }

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

This text font color is #8AB1F5.


Background Color

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

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

This div background color is #8AB1F5.


Border color

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

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

This div border color is #8AB1F5.


Opacity

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

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

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

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

This text has shadow with #8AB1F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB1F5 on black background.


Color preview on white background

This text has color #8AB1F5 on white background.



Black color preview on #8AB1F5 background

This text has black color on #8AB1F5 background.


White color preview on #8AB1F5 background

This text has white color on #8AB1F5 background.