COLOR #8BB7DA

HEX: #8BB7DA
RGB: (139,183,218)

Color info

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

RGB color model

#8BB7DA color RGB value is (139,183,218).

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

RGB channels and saturation

R 139 of 255 = 55%
G 183 of 255 = 72%
B 218 of 255 = 85%

139
183
218

R + G + B ~ 71%. #8BB7DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 183 + 218 = 540 (100%)
R 139 of 540 ~ 25.74%
G 183 of 540 ~ 33.89%
B 218 of 540 ~ 40.37%

%25.74
%33.89
%40.37

CMYK color model

#8BB7DA color CMYK value is (36,16,0,15).

  • cyan value is 36.24%
  • magenta value is 16.06%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(36,16,0,15)
C36M16Y0K15 
(36%,16%,0%,15%)
(0.36/0.16/0.00/0.15)	

CMYK percentages

%36.24
%16.06
%0
%14.51

Codes

Color #8BB7DA in popluar color models

8BB7DA
RGB139183218
HSL207°51.63%70.00%
HSB/HSV207°36.24%85.49%
CMYK36.24%16.06%0.00%
14.51%

Color #8BB7DA in popluar number systems.

HEX8BB7DA
Decimal139183218
Binary100010111011011111011010
Octal213267332

Shades and tints

Shades of #8BB7DA

#8BB7DA
(139,183,218)
#7FA7C7
(127,167,199)
#7397B4
(115,151,180)
#6787A1
(103,135,161)
#5B778E
(91,119,142)
#4F677B
(79,103,123)
#435768
(67,87,104)
#374755
(55,71,85)
#2B3742
(43,55,66)
#1F272F
(31,39,47)
#13171C
(19,23,28)
#000000
(0,0,0)

Tints of #8BB7DA

#8BB7DA
(139,183,218)
#95BDDD
(149,189,221)
#9FC3E0
(159,195,224)
#A9C9E3
(169,201,227)
#B3CFE6
(179,207,230)
#BDD5E9
(189,213,233)
#C7DBEC
(199,219,236)
#D1E1EF
(209,225,239)
#DBE7F2
(219,231,242)
#E5EDF5
(229,237,245)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BB7DA; }

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

This text font color is #8BB7DA.


Background Color

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

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

This div background color is #8BB7DA.


Border color

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

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

This div border color is #8BB7DA.


Opacity

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

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

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

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

This text has shadow with #8BB7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB7DA on black background.


Color preview on white background

This text has color #8BB7DA on white background.



Black color preview on #8BB7DA background

This text has black color on #8BB7DA background.


White color preview on #8BB7DA background

This text has white color on #8BB7DA background.