COLOR #8AB4FF

HEX: #8AB4FF
RGB: (138,180,255)

Color info

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

RGB color model

#8AB4FF color RGB value is (138,180,255).

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

RGB channels and saturation

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

138
180
255

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

Portions of RGB colors in percentages

R + G + B =
138 + 180 + 255 = 573 (100%)
R 138 of 573 ~ 24.08%
G 180 of 573 ~ 31.41%
B 255 of 573 ~ 44.5%

%24.08
%31.41
%44.5

CMYK color model

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

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

CMYK percentages

%45.88
%29.41
%0
%0

Codes

Color #8AB4FF in popluar color models

8AB4FF
RGB138180255
HSL218°100.00%77.06%
HSB/HSV218°45.88%100.00%
CMYK45.88%29.41%0.00%
0.00%

Color #8AB4FF in popluar number systems.

HEX8AB4FF
Decimal138180255
Binary100010101011010011111111
Octal212264377

Shades and tints

Shades of #8AB4FF

#8AB4FF
(138,180,255)
#7EA4E8
(126,164,232)
#7294D1
(114,148,209)
#6684BA
(102,132,186)
#5A74A3
(90,116,163)
#4E648C
(78,100,140)
#425475
(66,84,117)
#36445E
(54,68,94)
#2A3447
(42,52,71)
#1E2430
(30,36,48)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #8AB4FF

#8AB4FF
(138,180,255)
#94BAFF
(148,186,255)
#9EC0FF
(158,192,255)
#A8C6FF
(168,198,255)
#B2CCFF
(178,204,255)
#BCD2FF
(188,210,255)
#C6D8FF
(198,216,255)
#D0DEFF
(208,222,255)
#DAE4FF
(218,228,255)
#E4EAFF
(228,234,255)
#EEF0FF
(238,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB4FF; }

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

This text font color is #8AB4FF.


Background Color

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

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

This div background color is #8AB4FF.


Border color

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

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

This div border color is #8AB4FF.


Opacity

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

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

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

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

This text has shadow with #8AB4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB4FF on black background.


Color preview on white background

This text has color #8AB4FF on white background.



Black color preview on #8AB4FF background

This text has black color on #8AB4FF background.


White color preview on #8AB4FF background

This text has white color on #8AB4FF background.