COLOR #8BC6DA

HEX: #8BC6DA
RGB: (139,198,218)

Color info

#8BC6DA contains mainly green and blue colors. Web safe color of #8BC6DA is #99CCCC (or #9CC).

RGB color model

#8BC6DA color RGB value is (139,198,218).

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

RGB channels and saturation

R 139 of 255 = 55%
G 198 of 255 = 78%
B 218 of 255 = 85%

139
198
218

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

Portions of RGB colors in percentages

R + G + B =
139 + 198 + 218 = 555 (100%)
R 139 of 555 ~ 25.05%
G 198 of 555 ~ 35.68%
B 218 of 555 ~ 39.28%

%25.05
%35.68
%39.28

CMYK color model

#8BC6DA color CMYK value is (36,9,0,15).

  • cyan value is 36.24%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(36,9,0,15)
C36M9Y0K15 
(36%,9%,0%,15%)
(0.36/0.09/0.00/0.15)	

CMYK percentages

%36.24
%9.17
%0
%14.51

Codes

Color #8BC6DA in popluar color models

8BC6DA
RGB139198218
HSL195°51.63%70.00%
HSB/HSV195°36.24%85.49%
CMYK36.24%9.17%0.00%
14.51%

Color #8BC6DA in popluar number systems.

HEX8BC6DA
Decimal139198218
Binary100010111100011011011010
Octal213306332

Shades and tints

Shades of #8BC6DA

#8BC6DA
(139,198,218)
#7FB4C7
(127,180,199)
#73A2B4
(115,162,180)
#6790A1
(103,144,161)
#5B7E8E
(91,126,142)
#4F6C7B
(79,108,123)
#435A68
(67,90,104)
#374855
(55,72,85)
#2B3642
(43,54,66)
#1F242F
(31,36,47)
#13121C
(19,18,28)
#000000
(0,0,0)

Tints of #8BC6DA

#8BC6DA
(139,198,218)
#95CBDD
(149,203,221)
#9FD0E0
(159,208,224)
#A9D5E3
(169,213,227)
#B3DAE6
(179,218,230)
#BDDFE9
(189,223,233)
#C7E4EC
(199,228,236)
#D1E9EF
(209,233,239)
#DBEEF2
(219,238,242)
#E5F3F5
(229,243,245)
#EFF8F8
(239,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BC6DA; }

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

This text font color is #8BC6DA.


Background Color

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

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

This div background color is #8BC6DA.


Border color

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

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

This div border color is #8BC6DA.


Opacity

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

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

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

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

This text has shadow with #8BC6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BC6DA on black background.


Color preview on white background

This text has color #8BC6DA on white background.



Black color preview on #8BC6DA background

This text has black color on #8BC6DA background.


White color preview on #8BC6DA background

This text has white color on #8BC6DA background.