COLOR #8AB9F1

HEX: #8AB9F1
RGB: (138,185,241)

Color info

#8AB9F1 contains mainly green and blue colors. Web safe color of #8AB9F1 is #99CCFF (or #9CF).

RGB color model

#8AB9F1 color RGB value is (138,185,241).

  • red value is 138;
  • green value is 185;
  • blue value is 241.
RGB:
(138,185,241)
(54%,73%,95%)

RGB channels and saturation

R 138 of 255 = 54%
G 185 of 255 = 73%
B 241 of 255 = 95%

138
185
241

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

Portions of RGB colors in percentages

R + G + B =
138 + 185 + 241 = 564 (100%)
R 138 of 564 ~ 24.47%
G 185 of 564 ~ 32.8%
B 241 of 564 ~ 42.73%

%24.47
%32.8
%42.73

CMYK color model

#8AB9F1 color CMYK value is (43,23,0,5).

  • cyan value is 42.74%
  • magenta value is 23.24%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(43,23,0,5)
C43M23Y0K5 
(43%,23%,0%,5%)
(0.43/0.23/0.00/0.05)	

CMYK percentages

%42.74
%23.24
%0
%5.49

Codes

Color #8AB9F1 in popluar color models

8AB9F1
RGB138185241
HSL213°78.63%74.31%
HSB/HSV213°42.74%94.51%
CMYK42.74%23.24%0.00%
5.49%

Color #8AB9F1 in popluar number systems.

HEX8AB9F1
Decimal138185241
Binary100010101011100111110001
Octal212271361

Shades and tints

Shades of #8AB9F1

#8AB9F1
(138,185,241)
#7EA9DC
(126,169,220)
#7299C7
(114,153,199)
#6689B2
(102,137,178)
#5A799D
(90,121,157)
#4E6988
(78,105,136)
#425973
(66,89,115)
#36495E
(54,73,94)
#2A3949
(42,57,73)
#1E2934
(30,41,52)
#12191F
(18,25,31)
#000000
(0,0,0)

Tints of #8AB9F1

#8AB9F1
(138,185,241)
#94BFF2
(148,191,242)
#9EC5F3
(158,197,243)
#A8CBF4
(168,203,244)
#B2D1F5
(178,209,245)
#BCD7F6
(188,215,246)
#C6DDF7
(198,221,247)
#D0E3F8
(208,227,248)
#DAE9F9
(218,233,249)
#E4EFFA
(228,239,250)
#EEF5FB
(238,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB9F1 color. Also use rgb(138,185,241) instead hex code.

Text Font Color

.myTextColor { color: #8AB9F1; }

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

This text font color is #8AB9F1.


Background Color

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

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

This div background color is #8AB9F1.


Border color

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

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

This div border color is #8AB9F1.


Opacity

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

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

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

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

This text has shadow with #8AB9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB9F1 on black background.


Color preview on white background

This text has color #8AB9F1 on white background.



Black color preview on #8AB9F1 background

This text has black color on #8AB9F1 background.


White color preview on #8AB9F1 background

This text has white color on #8AB9F1 background.