COLOR #8AB4FE

HEX: #8AB4FE
RGB: (138,180,254)

Color info

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

RGB color model

#8AB4FE color RGB value is (138,180,254).

  • red value is 138;
  • green value is 180;
  • blue value is 254.
RGB:
(138,180,254)
(54%,71%,100%)

RGB channels and saturation

R 138 of 255 = 54%
G 180 of 255 = 71%
B 254 of 255 = 100%

138
180
254

R + G + B ~ 75%. #8AB4FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 180 + 254 = 572 (100%)
R 138 of 572 ~ 24.13%
G 180 of 572 ~ 31.47%
B 254 of 572 ~ 44.41%

%24.13
%31.47
%44.41

CMYK color model

#8AB4FE color CMYK value is (46,29,0,0).

  • cyan value is 45.67%
  • magenta value is 29.13%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(46,29,0,0)
C46M29Y0K0 
(46%,29%,0%,0%)
(0.46/0.29/0.00/0.00)	

CMYK percentages

%45.67
%29.13
%0
%0.39

Codes

Color #8AB4FE in popluar color models

8AB4FE
RGB138180254
HSL218°98.31%76.86%
HSB/HSV218°45.67%99.61%
CMYK45.67%29.13%0.00%
0.39%

Color #8AB4FE in popluar number systems.

HEX8AB4FE
Decimal138180254
Binary100010101011010011111110
Octal212264376

Shades and tints

Shades of #8AB4FE

#8AB4FE
(138,180,254)
#7EA4E7
(126,164,231)
#7294D0
(114,148,208)
#6684B9
(102,132,185)
#5A74A2
(90,116,162)
#4E648B
(78,100,139)
#425474
(66,84,116)
#36445D
(54,68,93)
#2A3446
(42,52,70)
#1E242F
(30,36,47)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #8AB4FE

#8AB4FE
(138,180,254)
#94BAFE
(148,186,254)
#9EC0FE
(158,192,254)
#A8C6FE
(168,198,254)
#B2CCFE
(178,204,254)
#BCD2FE
(188,210,254)
#C6D8FE
(198,216,254)
#D0DEFE
(208,222,254)
#DAE4FE
(218,228,254)
#E4EAFE
(228,234,254)
#EEF0FE
(238,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB4FE color. Also use rgb(138,180,254) instead hex code.

Text Font Color

.myTextColor { color: #8AB4FE; }

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

This text font color is #8AB4FE.


Background Color

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

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

This div background color is #8AB4FE.


Border color

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

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

This div border color is #8AB4FE.


Opacity

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

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

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

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

This text has shadow with #8AB4FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB4FE on black background.


Color preview on white background

This text has color #8AB4FE on white background.



Black color preview on #8AB4FE background

This text has black color on #8AB4FE background.


White color preview on #8AB4FE background

This text has white color on #8AB4FE background.