COLOR #B06FA7

HEX: #B06FA7
RGB: (176,111,167)

Color info

#B06FA7 contains mainly red and blue colors. Web safe color of #B06FA7 is #996699 (or #969).

RGB color model

#B06FA7 color RGB value is (176,111,167).

  • red value is 176;
  • green value is 111;
  • blue value is 167.
RGB:
(176,111,167)
(69%,44%,65%)

RGB channels and saturation

R 176 of 255 = 69%
G 111 of 255 = 44%
B 167 of 255 = 65%

176
111
167

R + G + B ~ 59%. #B06FA7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
176 + 111 + 167 = 454 (100%)
R 176 of 454 ~ 38.77%
G 111 of 454 ~ 24.45%
B 167 of 454 ~ 36.78%

%38.77
%24.45
%36.78

CMYK color model

#B06FA7 color CMYK value is (0,37,5,31).

  • cyan value is 0.00%
  • magenta value is 36.93%
  • yellow value is 5.11%
  • key color value is 30.98%
CMYK:
(0,37,5,31)
C0M37Y5K31 
(0%,37%,5%,31%)
(0.00/0.37/0.05/0.31)	

CMYK percentages

%0
%36.93
%5.11
%30.98

Codes

Color #B06FA7 in popluar color models

B06FA7
RGB176111167
HSL308°29.15%56.27%
HSB/HSV308°36.93%69.02%
CMYK0.00%36.93%5.11%
30.98%

Color #B06FA7 in popluar number systems.

HEXB06FA7
Decimal176111167
Binary10110000110111110100111
Octal260157247

Shades and tints

Shades of #B06FA7

#B06FA7
(176,111,167)
#A06598
(160,101,152)
#905B89
(144,91,137)
#80517A
(128,81,122)
#70476B
(112,71,107)
#603D5C
(96,61,92)
#50334D
(80,51,77)
#40293E
(64,41,62)
#301F2F
(48,31,47)
#201520
(32,21,32)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #B06FA7

#B06FA7
(176,111,167)
#B77CAF
(183,124,175)
#BE89B7
(190,137,183)
#C596BF
(197,150,191)
#CCA3C7
(204,163,199)
#D3B0CF
(211,176,207)
#DABDD7
(218,189,215)
#E1CADF
(225,202,223)
#E8D7E7
(232,215,231)
#EFE4EF
(239,228,239)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06FA7 color. Also use rgb(176,111,167) instead hex code.

Text Font Color

.myTextColor { color: #B06FA7; }

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

This text font color is #B06FA7.


Background Color

.myBgColor { background-color: #B06FA7; }

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

This div background color is #B06FA7.


Border color

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

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

This div border color is #B06FA7.


Opacity

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

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

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

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

This text has shadow with #B06FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06FA7 on black background.


Color preview on white background

This text has color #B06FA7 on white background.



Black color preview on #B06FA7 background

This text has black color on #B06FA7 background.


White color preview on #B06FA7 background

This text has white color on #B06FA7 background.