COLOR #8BABF6

HEX: #8BABF6
RGB: (139,171,246)

Color info

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

RGB color model

#8BABF6 color RGB value is (139,171,246).

  • red value is 139;
  • green value is 171;
  • blue value is 246.
RGB:
(139,171,246)
(55%,67%,96%)

RGB channels and saturation

R 139 of 255 = 55%
G 171 of 255 = 67%
B 246 of 255 = 96%

139
171
246

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

Portions of RGB colors in percentages

R + G + B =
139 + 171 + 246 = 556 (100%)
R 139 of 556 ~ 25%
G 171 of 556 ~ 30.76%
B 246 of 556 ~ 44.24%

%25
%30.76
%44.24

CMYK color model

#8BABF6 color CMYK value is (43,30,0,4).

  • cyan value is 43.50%
  • magenta value is 30.49%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(43,30,0,4)
C43M30Y0K4 
(43%,30%,0%,4%)
(0.43/0.30/0.00/0.04)	

CMYK percentages

%43.5
%30.49
%0
%3.53

Codes

Color #8BABF6 in popluar color models

8BABF6
RGB139171246
HSL222°85.60%75.49%
HSB/HSV222°43.50%96.47%
CMYK43.50%30.49%0.00%
3.53%

Color #8BABF6 in popluar number systems.

HEX8BABF6
Decimal139171246
Binary100010111010101111110110
Octal213253366

Shades and tints

Shades of #8BABF6

#8BABF6
(139,171,246)
#7F9CE0
(127,156,224)
#738DCA
(115,141,202)
#677EB4
(103,126,180)
#5B6F9E
(91,111,158)
#4F6088
(79,96,136)
#435172
(67,81,114)
#37425C
(55,66,92)
#2B3346
(43,51,70)
#1F2430
(31,36,48)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #8BABF6

#8BABF6
(139,171,246)
#95B2F6
(149,178,246)
#9FB9F6
(159,185,246)
#A9C0F6
(169,192,246)
#B3C7F6
(179,199,246)
#BDCEF6
(189,206,246)
#C7D5F6
(199,213,246)
#D1DCF6
(209,220,246)
#DBE3F6
(219,227,246)
#E5EAF6
(229,234,246)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BABF6 color. Also use rgb(139,171,246) instead hex code.

Text Font Color

.myTextColor { color: #8BABF6; }

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

This text font color is #8BABF6.


Background Color

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

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

This div background color is #8BABF6.


Border color

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

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

This div border color is #8BABF6.


Opacity

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

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

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

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

This text has shadow with #8BABF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BABF6 on black background.


Color preview on white background

This text has color #8BABF6 on white background.



Black color preview on #8BABF6 background

This text has black color on #8BABF6 background.


White color preview on #8BABF6 background

This text has white color on #8BABF6 background.