COLOR #8BBAD0

HEX: #8BBAD0
RGB: (139,186,208)

Color info

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

RGB color model

#8BBAD0 color RGB value is (139,186,208).

  • red value is 139;
  • green value is 186;
  • blue value is 208.
RGB:
(139,186,208)
(55%,73%,82%)

RGB channels and saturation

R 139 of 255 = 55%
G 186 of 255 = 73%
B 208 of 255 = 82%

139
186
208

R + G + B ~ 70%. #8BBAD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 186 + 208 = 533 (100%)
R 139 of 533 ~ 26.08%
G 186 of 533 ~ 34.9%
B 208 of 533 ~ 39.02%

%26.08
%34.9
%39.02

CMYK color model

#8BBAD0 color CMYK value is (33,11,0,18).

  • cyan value is 33.17%
  • magenta value is 10.58%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(33,11,0,18)
C33M11Y0K18 
(33%,11%,0%,18%)
(0.33/0.11/0.00/0.18)	

CMYK percentages

%33.17
%10.58
%0
%18.43

Codes

Color #8BBAD0 in popluar color models

8BBAD0
RGB139186208
HSL199°42.33%68.04%
HSB/HSV199°33.17%81.57%
CMYK33.17%10.58%0.00%
18.43%

Color #8BBAD0 in popluar number systems.

HEX8BBAD0
Decimal139186208
Binary100010111011101011010000
Octal213272320

Shades and tints

Shades of #8BBAD0

#8BBAD0
(139,186,208)
#7FAABE
(127,170,190)
#739AAC
(115,154,172)
#678A9A
(103,138,154)
#5B7A88
(91,122,136)
#4F6A76
(79,106,118)
#435A64
(67,90,100)
#374A52
(55,74,82)
#2B3A40
(43,58,64)
#1F2A2E
(31,42,46)
#131A1C
(19,26,28)
#000000
(0,0,0)

Tints of #8BBAD0

#8BBAD0
(139,186,208)
#95C0D4
(149,192,212)
#9FC6D8
(159,198,216)
#A9CCDC
(169,204,220)
#B3D2E0
(179,210,224)
#BDD8E4
(189,216,228)
#C7DEE8
(199,222,232)
#D1E4EC
(209,228,236)
#DBEAF0
(219,234,240)
#E5F0F4
(229,240,244)
#EFF6F8
(239,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BBAD0 color. Also use rgb(139,186,208) instead hex code.

Text Font Color

.myTextColor { color: #8BBAD0; }

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

This text font color is #8BBAD0.


Background Color

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

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

This div background color is #8BBAD0.


Border color

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

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

This div border color is #8BBAD0.


Opacity

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

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

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

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

This text has shadow with #8BBAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BBAD0 on black background.


Color preview on white background

This text has color #8BBAD0 on white background.



Black color preview on #8BBAD0 background

This text has black color on #8BBAD0 background.


White color preview on #8BBAD0 background

This text has white color on #8BBAD0 background.