COLOR #B06B9B

HEX: #B06B9B
RGB: (176,107,155)

Color info

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

RGB color model

#B06B9B color RGB value is (176,107,155).

  • red value is 176;
  • green value is 107;
  • blue value is 155.
RGB:
(176,107,155)
(69%,42%,61%)

RGB channels and saturation

R 176 of 255 = 69%
G 107 of 255 = 42%
B 155 of 255 = 61%

176
107
155

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

Portions of RGB colors in percentages

R + G + B =
176 + 107 + 155 = 438 (100%)
R 176 of 438 ~ 40.18%
G 107 of 438 ~ 24.43%
B 155 of 438 ~ 35.39%

%40.18
%24.43
%35.39

CMYK color model

#B06B9B color CMYK value is (0,39,12,31).

  • cyan value is 0.00%
  • magenta value is 39.20%
  • yellow value is 11.93%
  • key color value is 30.98%
CMYK:
(0,39,12,31)
C0M39Y12K31 
(0%,39%,12%,31%)
(0.00/0.39/0.12/0.31)	

CMYK percentages

%0
%39.2
%11.93
%30.98

Codes

Color #B06B9B in popluar color models

B06B9B
RGB176107155
HSL318°30.40%55.49%
HSB/HSV318°39.20%69.02%
CMYK0.00%39.20%11.93%
30.98%

Color #B06B9B in popluar number systems.

HEXB06B9B
Decimal176107155
Binary10110000110101110011011
Octal260153233

Shades and tints

Shades of #B06B9B

#B06B9B
(176,107,155)
#A0628D
(160,98,141)
#90597F
(144,89,127)
#805071
(128,80,113)
#704763
(112,71,99)
#603E55
(96,62,85)
#503547
(80,53,71)
#402C39
(64,44,57)
#30232B
(48,35,43)
#201A1D
(32,26,29)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #B06B9B

#B06B9B
(176,107,155)
#B778A4
(183,120,164)
#BE85AD
(190,133,173)
#C592B6
(197,146,182)
#CC9FBF
(204,159,191)
#D3ACC8
(211,172,200)
#DAB9D1
(218,185,209)
#E1C6DA
(225,198,218)
#E8D3E3
(232,211,227)
#EFE0EC
(239,224,236)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06B9B color. Also use rgb(176,107,155) instead hex code.

Text Font Color

.myTextColor { color: #B06B9B; }

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

This text font color is #B06B9B.


Background Color

.myBgColor { background-color: #B06B9B; }

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

This div background color is #B06B9B.


Border color

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

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

This div border color is #B06B9B.


Opacity

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

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

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

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

This text has shadow with #B06B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06B9B on black background.


Color preview on white background

This text has color #B06B9B on white background.



Black color preview on #B06B9B background

This text has black color on #B06B9B background.


White color preview on #B06B9B background

This text has white color on #B06B9B background.