COLOR #8BB9E0

HEX: #8BB9E0
RGB: (139,185,224)

Color info

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

RGB color model

#8BB9E0 color RGB value is (139,185,224).

  • red value is 139;
  • green value is 185;
  • blue value is 224.
RGB:
(139,185,224)
(55%,73%,88%)

RGB channels and saturation

R 139 of 255 = 55%
G 185 of 255 = 73%
B 224 of 255 = 88%

139
185
224

R + G + B ~ 72%. #8BB9E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 185 + 224 = 548 (100%)
R 139 of 548 ~ 25.36%
G 185 of 548 ~ 33.76%
B 224 of 548 ~ 40.88%

%25.36
%33.76
%40.88

CMYK color model

#8BB9E0 color CMYK value is (38,17,0,12).

  • cyan value is 37.95%
  • magenta value is 17.41%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(38,17,0,12)
C38M17Y0K12 
(38%,17%,0%,12%)
(0.38/0.17/0.00/0.12)	

CMYK percentages

%37.95
%17.41
%0
%12.16

Codes

Color #8BB9E0 in popluar color models

8BB9E0
RGB139185224
HSL208°57.82%71.18%
HSB/HSV208°37.95%87.84%
CMYK37.95%17.41%0.00%
12.16%

Color #8BB9E0 in popluar number systems.

HEX8BB9E0
Decimal139185224
Binary100010111011100111100000
Octal213271340

Shades and tints

Shades of #8BB9E0

#8BB9E0
(139,185,224)
#7FA9CC
(127,169,204)
#7399B8
(115,153,184)
#6789A4
(103,137,164)
#5B7990
(91,121,144)
#4F697C
(79,105,124)
#435968
(67,89,104)
#374954
(55,73,84)
#2B3940
(43,57,64)
#1F292C
(31,41,44)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #8BB9E0

#8BB9E0
(139,185,224)
#95BFE2
(149,191,226)
#9FC5E4
(159,197,228)
#A9CBE6
(169,203,230)
#B3D1E8
(179,209,232)
#BDD7EA
(189,215,234)
#C7DDEC
(199,221,236)
#D1E3EE
(209,227,238)
#DBE9F0
(219,233,240)
#E5EFF2
(229,239,242)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB9E0 color. Also use rgb(139,185,224) instead hex code.

Text Font Color

.myTextColor { color: #8BB9E0; }

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

This text font color is #8BB9E0.


Background Color

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

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

This div background color is #8BB9E0.


Border color

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

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

This div border color is #8BB9E0.


Opacity

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

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

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

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

This text has shadow with #8BB9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB9E0 on black background.


Color preview on white background

This text has color #8BB9E0 on white background.



Black color preview on #8BB9E0 background

This text has black color on #8BB9E0 background.


White color preview on #8BB9E0 background

This text has white color on #8BB9E0 background.