COLOR #8BADE8

HEX: #8BADE8
RGB: (139,173,232)

Color info

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

RGB color model

#8BADE8 color RGB value is (139,173,232).

  • red value is 139;
  • green value is 173;
  • blue value is 232.
RGB:
(139,173,232)
(55%,68%,91%)

RGB channels and saturation

R 139 of 255 = 55%
G 173 of 255 = 68%
B 232 of 255 = 91%

139
173
232

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

Portions of RGB colors in percentages

R + G + B =
139 + 173 + 232 = 544 (100%)
R 139 of 544 ~ 25.55%
G 173 of 544 ~ 31.8%
B 232 of 544 ~ 42.65%

%25.55
%31.8
%42.65

CMYK color model

#8BADE8 color CMYK value is (40,25,0,9).

  • cyan value is 40.09%
  • magenta value is 25.43%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(40,25,0,9)
C40M25Y0K9 
(40%,25%,0%,9%)
(0.40/0.25/0.00/0.09)	

CMYK percentages

%40.09
%25.43
%0
%9.02

Codes

Color #8BADE8 in popluar color models

8BADE8
RGB139173232
HSL218°66.91%72.75%
HSB/HSV218°40.09%90.98%
CMYK40.09%25.43%0.00%
9.02%

Color #8BADE8 in popluar number systems.

HEX8BADE8
Decimal139173232
Binary100010111010110111101000
Octal213255350

Shades and tints

Shades of #8BADE8

#8BADE8
(139,173,232)
#7F9ED3
(127,158,211)
#738FBE
(115,143,190)
#6780A9
(103,128,169)
#5B7194
(91,113,148)
#4F627F
(79,98,127)
#43536A
(67,83,106)
#374455
(55,68,85)
#2B3540
(43,53,64)
#1F262B
(31,38,43)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #8BADE8

#8BADE8
(139,173,232)
#95B4EA
(149,180,234)
#9FBBEC
(159,187,236)
#A9C2EE
(169,194,238)
#B3C9F0
(179,201,240)
#BDD0F2
(189,208,242)
#C7D7F4
(199,215,244)
#D1DEF6
(209,222,246)
#DBE5F8
(219,229,248)
#E5ECFA
(229,236,250)
#EFF3FC
(239,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BADE8 color. Also use rgb(139,173,232) instead hex code.

Text Font Color

.myTextColor { color: #8BADE8; }

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

This text font color is #8BADE8.


Background Color

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

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

This div background color is #8BADE8.


Border color

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

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

This div border color is #8BADE8.


Opacity

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

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

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

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

This text has shadow with #8BADE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BADE8 on black background.


Color preview on white background

This text has color #8BADE8 on white background.



Black color preview on #8BADE8 background

This text has black color on #8BADE8 background.


White color preview on #8BADE8 background

This text has white color on #8BADE8 background.