COLOR #B086BB

HEX: #B086BB
RGB: (176,134,187)

Color info

#B086BB contains red, green and blue colors in about the same proportion. Web safe color of #B086BB is #9999CC (or #99C).

RGB color model

#B086BB color RGB value is (176,134,187).

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

RGB channels and saturation

R 176 of 255 = 69%
G 134 of 255 = 53%
B 187 of 255 = 73%

176
134
187

R + G + B ~ 65%. #B086BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 134 + 187 = 497 (100%)
R 176 of 497 ~ 35.41%
G 134 of 497 ~ 26.96%
B 187 of 497 ~ 37.63%

%35.41
%26.96
%37.63

CMYK color model

#B086BB color CMYK value is (6,28,0,27).

  • cyan value is 5.88%
  • magenta value is 28.34%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(6,28,0,27)
C6M28Y0K27 
(6%,28%,0%,27%)
(0.06/0.28/0.00/0.27)	

CMYK percentages

%5.88
%28.34
%0
%26.67

Codes

Color #B086BB in popluar color models

B086BB
RGB176134187
HSL288°28.04%62.94%
HSB/HSV288°28.34%73.33%
CMYK5.88%28.34%0.00%
26.67%

Color #B086BB in popluar number systems.

HEXB086BB
Decimal176134187
Binary101100001000011010111011
Octal260206273

Shades and tints

Shades of #B086BB

#B086BB
(176,134,187)
#A07AAA
(160,122,170)
#906E99
(144,110,153)
#806288
(128,98,136)
#705677
(112,86,119)
#604A66
(96,74,102)
#503E55
(80,62,85)
#403244
(64,50,68)
#302633
(48,38,51)
#201A22
(32,26,34)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #B086BB

#B086BB
(176,134,187)
#B791C1
(183,145,193)
#BE9CC7
(190,156,199)
#C5A7CD
(197,167,205)
#CCB2D3
(204,178,211)
#D3BDD9
(211,189,217)
#DAC8DF
(218,200,223)
#E1D3E5
(225,211,229)
#E8DEEB
(232,222,235)
#EFE9F1
(239,233,241)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B086BB; }

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

This text font color is #B086BB.


Background Color

.myBgColor { background-color: #B086BB; }

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

This div background color is #B086BB.


Border color

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

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

This div border color is #B086BB.


Opacity

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

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

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

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

This text has shadow with #B086BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B086BB on black background.


Color preview on white background

This text has color #B086BB on white background.



Black color preview on #B086BB background

This text has black color on #B086BB background.


White color preview on #B086BB background

This text has white color on #B086BB background.