COLOR #B39CB6

HEX: #B39CB6
RGB: (179,156,182)

Color info

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

RGB color model

#B39CB6 color RGB value is (179,156,182).

  • red value is 179;
  • green value is 156;
  • blue value is 182.
RGB:
(179,156,182)
(70%,61%,71%)

RGB channels and saturation

R 179 of 255 = 70%
G 156 of 255 = 61%
B 182 of 255 = 71%

179
156
182

R + G + B ~ 67%. #B39CB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 156 + 182 = 517 (100%)
R 179 of 517 ~ 34.62%
G 156 of 517 ~ 30.17%
B 182 of 517 ~ 35.2%

%34.62
%30.17
%35.2

CMYK color model

#B39CB6 color CMYK value is (2,14,0,29).

  • cyan value is 1.65%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(2,14,0,29)
C2M14Y0K29 
(2%,14%,0%,29%)
(0.02/0.14/0.00/0.29)	

CMYK percentages

%1.65
%14.29
%0
%28.63

Codes

Color #B39CB6 in popluar color models

B39CB6
RGB179156182
HSL293°15.12%66.27%
HSB/HSV293°14.29%71.37%
CMYK1.65%14.29%0.00%
28.63%

Color #B39CB6 in popluar number systems.

HEXB39CB6
Decimal179156182
Binary101100111001110010110110
Octal263234266

Shades and tints

Shades of #B39CB6

#B39CB6
(179,156,182)
#A38EA6
(163,142,166)
#938096
(147,128,150)
#837286
(131,114,134)
#736476
(115,100,118)
#635666
(99,86,102)
#534856
(83,72,86)
#433A46
(67,58,70)
#332C36
(51,44,54)
#231E26
(35,30,38)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #B39CB6

#B39CB6
(179,156,182)
#B9A5BC
(185,165,188)
#BFAEC2
(191,174,194)
#C5B7C8
(197,183,200)
#CBC0CE
(203,192,206)
#D1C9D4
(209,201,212)
#D7D2DA
(215,210,218)
#DDDBE0
(221,219,224)
#E3E4E6
(227,228,230)
#E9EDEC
(233,237,236)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39CB6 color. Also use rgb(179,156,182) instead hex code.

Text Font Color

.myTextColor { color: #B39CB6; }

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

This text font color is #B39CB6.


Background Color

.myBgColor { background-color: #B39CB6; }

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

This div background color is #B39CB6.


Border color

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

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

This div border color is #B39CB6.


Opacity

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

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

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

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

This text has shadow with #B39CB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39CB6 on black background.


Color preview on white background

This text has color #B39CB6 on white background.



Black color preview on #B39CB6 background

This text has black color on #B39CB6 background.


White color preview on #B39CB6 background

This text has white color on #B39CB6 background.