COLOR #8BC6F6

HEX: #8BC6F6
RGB: (139,198,246)

Color info

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

RGB color model

#8BC6F6 color RGB value is (139,198,246).

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

RGB channels and saturation

R 139 of 255 = 55%
G 198 of 255 = 78%
B 246 of 255 = 96%

139
198
246

R + G + B ~ 76%. #8BC6F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 198 + 246 = 583 (100%)
R 139 of 583 ~ 23.84%
G 198 of 583 ~ 33.96%
B 246 of 583 ~ 42.2%

%23.84
%33.96
%42.2

CMYK color model

#8BC6F6 color CMYK value is (43,20,0,4).

  • cyan value is 43.50%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(43,20,0,4)
C43M20Y0K4 
(43%,20%,0%,4%)
(0.43/0.20/0.00/0.04)	

CMYK percentages

%43.5
%19.51
%0
%3.53

Codes

Color #8BC6F6 in popluar color models

8BC6F6
RGB139198246
HSL207°85.60%75.49%
HSB/HSV207°43.50%96.47%
CMYK43.50%19.51%0.00%
3.53%

Color #8BC6F6 in popluar number systems.

HEX8BC6F6
Decimal139198246
Binary100010111100011011110110
Octal213306366

Shades and tints

Shades of #8BC6F6

#8BC6F6
(139,198,246)
#7FB4E0
(127,180,224)
#73A2CA
(115,162,202)
#6790B4
(103,144,180)
#5B7E9E
(91,126,158)
#4F6C88
(79,108,136)
#435A72
(67,90,114)
#37485C
(55,72,92)
#2B3646
(43,54,70)
#1F2430
(31,36,48)
#13121A
(19,18,26)
#000000
(0,0,0)

Tints of #8BC6F6

#8BC6F6
(139,198,246)
#95CBF6
(149,203,246)
#9FD0F6
(159,208,246)
#A9D5F6
(169,213,246)
#B3DAF6
(179,218,246)
#BDDFF6
(189,223,246)
#C7E4F6
(199,228,246)
#D1E9F6
(209,233,246)
#DBEEF6
(219,238,246)
#E5F3F6
(229,243,246)
#EFF8F6
(239,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BC6F6; }

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

This text font color is #8BC6F6.


Background Color

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

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

This div background color is #8BC6F6.


Border color

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

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

This div border color is #8BC6F6.


Opacity

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

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

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

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

This text has shadow with #8BC6F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BC6F6 on black background.


Color preview on white background

This text has color #8BC6F6 on white background.



Black color preview on #8BC6F6 background

This text has black color on #8BC6F6 background.


White color preview on #8BC6F6 background

This text has white color on #8BC6F6 background.