COLOR #B086E0

HEX: #B086E0
RGB: (176,134,224)

Color info

#B086E0 contains mainly red and blue colors. Web safe color of #B086E0 is #9999CC (or #99C).

RGB color model

#B086E0 color RGB value is (176,134,224).

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

RGB channels and saturation

R 176 of 255 = 69%
G 134 of 255 = 53%
B 224 of 255 = 88%

176
134
224

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

Portions of RGB colors in percentages

R + G + B =
176 + 134 + 224 = 534 (100%)
R 176 of 534 ~ 32.96%
G 134 of 534 ~ 25.09%
B 224 of 534 ~ 41.95%

%32.96
%25.09
%41.95

CMYK color model

#B086E0 color CMYK value is (21,40,0,12).

  • cyan value is 21.43%
  • magenta value is 40.18%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(21,40,0,12)
C21M40Y0K12 
(21%,40%,0%,12%)
(0.21/0.40/0.00/0.12)	

CMYK percentages

%21.43
%40.18
%0
%12.16

Codes

Color #B086E0 in popluar color models

B086E0
RGB176134224
HSL268°59.21%70.20%
HSB/HSV268°40.18%87.84%
CMYK21.43%40.18%0.00%
12.16%

Color #B086E0 in popluar number systems.

HEXB086E0
Decimal176134224
Binary101100001000011011100000
Octal260206340

Shades and tints

Shades of #B086E0

#B086E0
(176,134,224)
#A07ACC
(160,122,204)
#906EB8
(144,110,184)
#8062A4
(128,98,164)
#705690
(112,86,144)
#604A7C
(96,74,124)
#503E68
(80,62,104)
#403254
(64,50,84)
#302640
(48,38,64)
#201A2C
(32,26,44)
#100E18
(16,14,24)
#000000
(0,0,0)

Tints of #B086E0

#B086E0
(176,134,224)
#B791E2
(183,145,226)
#BE9CE4
(190,156,228)
#C5A7E6
(197,167,230)
#CCB2E8
(204,178,232)
#D3BDEA
(211,189,234)
#DAC8EC
(218,200,236)
#E1D3EE
(225,211,238)
#E8DEF0
(232,222,240)
#EFE9F2
(239,233,242)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B086E0; }

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

This text font color is #B086E0.


Background Color

.myBgColor { background-color: #B086E0; }

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

This div background color is #B086E0.


Border color

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

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

This div border color is #B086E0.


Opacity

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

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

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

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

This text has shadow with #B086E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B086E0 on black background.


Color preview on white background

This text has color #B086E0 on white background.



Black color preview on #B086E0 background

This text has black color on #B086E0 background.


White color preview on #B086E0 background

This text has white color on #B086E0 background.