COLOR #8BBDD2

HEX: #8BBDD2
RGB: (139,189,210)

Color info

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

RGB color model

#8BBDD2 color RGB value is (139,189,210).

  • red value is 139;
  • green value is 189;
  • blue value is 210.
RGB:
(139,189,210)
(55%,74%,82%)

RGB channels and saturation

R 139 of 255 = 55%
G 189 of 255 = 74%
B 210 of 255 = 82%

139
189
210

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

Portions of RGB colors in percentages

R + G + B =
139 + 189 + 210 = 538 (100%)
R 139 of 538 ~ 25.84%
G 189 of 538 ~ 35.13%
B 210 of 538 ~ 39.03%

%25.84
%35.13
%39.03

CMYK color model

#8BBDD2 color CMYK value is (34,10,0,18).

  • cyan value is 33.81%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(34,10,0,18)
C34M10Y0K18 
(34%,10%,0%,18%)
(0.34/0.10/0.00/0.18)	

CMYK percentages

%33.81
%10
%0
%17.65

Codes

Color #8BBDD2 in popluar color models

8BBDD2
RGB139189210
HSL198°44.10%68.43%
HSB/HSV198°33.81%82.35%
CMYK33.81%10.00%0.00%
17.65%

Color #8BBDD2 in popluar number systems.

HEX8BBDD2
Decimal139189210
Binary100010111011110111010010
Octal213275322

Shades and tints

Shades of #8BBDD2

#8BBDD2
(139,189,210)
#7FACBF
(127,172,191)
#739BAC
(115,155,172)
#678A99
(103,138,153)
#5B7986
(91,121,134)
#4F6873
(79,104,115)
#435760
(67,87,96)
#37464D
(55,70,77)
#2B353A
(43,53,58)
#1F2427
(31,36,39)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #8BBDD2

#8BBDD2
(139,189,210)
#95C3D6
(149,195,214)
#9FC9DA
(159,201,218)
#A9CFDE
(169,207,222)
#B3D5E2
(179,213,226)
#BDDBE6
(189,219,230)
#C7E1EA
(199,225,234)
#D1E7EE
(209,231,238)
#DBEDF2
(219,237,242)
#E5F3F6
(229,243,246)
#EFF9FA
(239,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BBDD2 color. Also use rgb(139,189,210) instead hex code.

Text Font Color

.myTextColor { color: #8BBDD2; }

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

This text font color is #8BBDD2.


Background Color

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

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

This div background color is #8BBDD2.


Border color

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

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

This div border color is #8BBDD2.


Opacity

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

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

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

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

This text has shadow with #8BBDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BBDD2 on black background.


Color preview on white background

This text has color #8BBDD2 on white background.



Black color preview on #8BBDD2 background

This text has black color on #8BBDD2 background.


White color preview on #8BBDD2 background

This text has white color on #8BBDD2 background.