COLOR #8BB7D9

HEX: #8BB7D9
RGB: (139,183,217)

Color info

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

RGB color model

#8BB7D9 color RGB value is (139,183,217).

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

RGB channels and saturation

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

139
183
217

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

Portions of RGB colors in percentages

R + G + B =
139 + 183 + 217 = 539 (100%)
R 139 of 539 ~ 25.79%
G 183 of 539 ~ 33.95%
B 217 of 539 ~ 40.26%

%25.79
%33.95
%40.26

CMYK color model

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

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

CMYK percentages

%35.94
%15.67
%0
%14.9

Codes

Color #8BB7D9 in popluar color models

8BB7D9
RGB139183217
HSL206°50.65%69.80%
HSB/HSV206°35.94%85.10%
CMYK35.94%15.67%0.00%
14.90%

Color #8BB7D9 in popluar number systems.

HEX8BB7D9
Decimal139183217
Binary100010111011011111011001
Octal213267331

Shades and tints

Shades of #8BB7D9

#8BB7D9
(139,183,217)
#7FA7C6
(127,167,198)
#7397B3
(115,151,179)
#6787A0
(103,135,160)
#5B778D
(91,119,141)
#4F677A
(79,103,122)
#435767
(67,87,103)
#374754
(55,71,84)
#2B3741
(43,55,65)
#1F272E
(31,39,46)
#13171B
(19,23,27)
#000000
(0,0,0)

Tints of #8BB7D9

#8BB7D9
(139,183,217)
#95BDDC
(149,189,220)
#9FC3DF
(159,195,223)
#A9C9E2
(169,201,226)
#B3CFE5
(179,207,229)
#BDD5E8
(189,213,232)
#C7DBEB
(199,219,235)
#D1E1EE
(209,225,238)
#DBE7F1
(219,231,241)
#E5EDF4
(229,237,244)
#EFF3F7
(239,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BB7D9; }

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

This text font color is #8BB7D9.


Background Color

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

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

This div background color is #8BB7D9.


Border color

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

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

This div border color is #8BB7D9.


Opacity

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

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

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

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

This text has shadow with #8BB7D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB7D9 on black background.


Color preview on white background

This text has color #8BB7D9 on white background.



Black color preview on #8BB7D9 background

This text has black color on #8BB7D9 background.


White color preview on #8BB7D9 background

This text has white color on #8BB7D9 background.