COLOR #8BB2EA

HEX: #8BB2EA
RGB: (139,178,234)

Color info

#8BB2EA contains mainly green and blue colors. Web safe color of #8BB2EA is #9999FF (or #99F).

RGB color model

#8BB2EA color RGB value is (139,178,234).

  • red value is 139;
  • green value is 178;
  • blue value is 234.
RGB:
(139,178,234)
(55%,70%,92%)

RGB channels and saturation

R 139 of 255 = 55%
G 178 of 255 = 70%
B 234 of 255 = 92%

139
178
234

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

Portions of RGB colors in percentages

R + G + B =
139 + 178 + 234 = 551 (100%)
R 139 of 551 ~ 25.23%
G 178 of 551 ~ 32.3%
B 234 of 551 ~ 42.47%

%25.23
%32.3
%42.47

CMYK color model

#8BB2EA color CMYK value is (41,24,0,8).

  • cyan value is 40.60%
  • magenta value is 23.93%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(41,24,0,8)
C41M24Y0K8 
(41%,24%,0%,8%)
(0.41/0.24/0.00/0.08)	

CMYK percentages

%40.6
%23.93
%0
%8.24

Codes

Color #8BB2EA in popluar color models

8BB2EA
RGB139178234
HSL215°69.34%73.14%
HSB/HSV215°40.60%91.76%
CMYK40.60%23.93%0.00%
8.24%

Color #8BB2EA in popluar number systems.

HEX8BB2EA
Decimal139178234
Binary100010111011001011101010
Octal213262352

Shades and tints

Shades of #8BB2EA

#8BB2EA
(139,178,234)
#7FA2D5
(127,162,213)
#7392C0
(115,146,192)
#6782AB
(103,130,171)
#5B7296
(91,114,150)
#4F6281
(79,98,129)
#43526C
(67,82,108)
#374257
(55,66,87)
#2B3242
(43,50,66)
#1F222D
(31,34,45)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #8BB2EA

#8BB2EA
(139,178,234)
#95B9EB
(149,185,235)
#9FC0EC
(159,192,236)
#A9C7ED
(169,199,237)
#B3CEEE
(179,206,238)
#BDD5EF
(189,213,239)
#C7DCF0
(199,220,240)
#D1E3F1
(209,227,241)
#DBEAF2
(219,234,242)
#E5F1F3
(229,241,243)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB2EA color. Also use rgb(139,178,234) instead hex code.

Text Font Color

.myTextColor { color: #8BB2EA; }

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

This text font color is #8BB2EA.


Background Color

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

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

This div background color is #8BB2EA.


Border color

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

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

This div border color is #8BB2EA.


Opacity

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

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

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

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

This text has shadow with #8BB2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB2EA on black background.


Color preview on white background

This text has color #8BB2EA on white background.



Black color preview on #8BB2EA background

This text has black color on #8BB2EA background.


White color preview on #8BB2EA background

This text has white color on #8BB2EA background.