COLOR #B086EB

HEX: #B086EB
RGB: (176,134,235)

Color info

#B086EB contains mainly red and blue colors. Web safe color of #B086EB is #9999FF (or #99F).

RGB color model

#B086EB color RGB value is (176,134,235).

  • red value is 176;
  • green value is 134;
  • blue value is 235.
RGB:
(176,134,235)
(69%,53%,92%)

RGB channels and saturation

R 176 of 255 = 69%
G 134 of 255 = 53%
B 235 of 255 = 92%

176
134
235

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

Portions of RGB colors in percentages

R + G + B =
176 + 134 + 235 = 545 (100%)
R 176 of 545 ~ 32.29%
G 134 of 545 ~ 24.59%
B 235 of 545 ~ 43.12%

%32.29
%24.59
%43.12

CMYK color model

#B086EB color CMYK value is (25,43,0,8).

  • cyan value is 25.11%
  • magenta value is 42.98%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(25,43,0,8)
C25M43Y0K8 
(25%,43%,0%,8%)
(0.25/0.43/0.00/0.08)	

CMYK percentages

%25.11
%42.98
%0
%7.84

Codes

Color #B086EB in popluar color models

B086EB
RGB176134235
HSL265°71.63%72.35%
HSB/HSV265°42.98%92.16%
CMYK25.11%42.98%0.00%
7.84%

Color #B086EB in popluar number systems.

HEXB086EB
Decimal176134235
Binary101100001000011011101011
Octal260206353

Shades and tints

Shades of #B086EB

#B086EB
(176,134,235)
#A07AD6
(160,122,214)
#906EC1
(144,110,193)
#8062AC
(128,98,172)
#705697
(112,86,151)
#604A82
(96,74,130)
#503E6D
(80,62,109)
#403258
(64,50,88)
#302643
(48,38,67)
#201A2E
(32,26,46)
#100E19
(16,14,25)
#000000
(0,0,0)

Tints of #B086EB

#B086EB
(176,134,235)
#B791EC
(183,145,236)
#BE9CED
(190,156,237)
#C5A7EE
(197,167,238)
#CCB2EF
(204,178,239)
#D3BDF0
(211,189,240)
#DAC8F1
(218,200,241)
#E1D3F2
(225,211,242)
#E8DEF3
(232,222,243)
#EFE9F4
(239,233,244)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B086EB color. Also use rgb(176,134,235) instead hex code.

Text Font Color

.myTextColor { color: #B086EB; }

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

This text font color is #B086EB.


Background Color

.myBgColor { background-color: #B086EB; }

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

This div background color is #B086EB.


Border color

.myBorderColor { border: 1px solid #B086EB; }

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

This div border color is #B086EB.


Opacity

.myOpacity80 { color: #B086EB; opacity: 0.8; }

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

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

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

This text has shadow with #B086EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B086EB on black background.


Color preview on white background

This text has color #B086EB on white background.



Black color preview on #B086EB background

This text has black color on #B086EB background.


White color preview on #B086EB background

This text has white color on #B086EB background.