COLOR #B39CB7

HEX: #B39CB7
RGB: (179,156,183)

Color info

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

RGB color model

#B39CB7 color RGB value is (179,156,183).

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

RGB channels and saturation

R 179 of 255 = 70%
G 156 of 255 = 61%
B 183 of 255 = 72%

179
156
183

R + G + B ~ 68%. #B39CB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 156 + 183 = 518 (100%)
R 179 of 518 ~ 34.56%
G 156 of 518 ~ 30.12%
B 183 of 518 ~ 35.33%

%34.56
%30.12
%35.33

CMYK color model

#B39CB7 color CMYK value is (2,15,0,28).

  • cyan value is 2.19%
  • magenta value is 14.75%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(2,15,0,28)
C2M15Y0K28 
(2%,15%,0%,28%)
(0.02/0.15/0.00/0.28)	

CMYK percentages

%2.19
%14.75
%0
%28.24

Codes

Color #B39CB7 in popluar color models

B39CB7
RGB179156183
HSL291°15.79%66.47%
HSB/HSV291°14.75%71.76%
CMYK2.19%14.75%0.00%
28.24%

Color #B39CB7 in popluar number systems.

HEXB39CB7
Decimal179156183
Binary101100111001110010110111
Octal263234267

Shades and tints

Shades of #B39CB7

#B39CB7
(179,156,183)
#A38EA7
(163,142,167)
#938097
(147,128,151)
#837287
(131,114,135)
#736477
(115,100,119)
#635667
(99,86,103)
#534857
(83,72,87)
#433A47
(67,58,71)
#332C37
(51,44,55)
#231E27
(35,30,39)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #B39CB7

#B39CB7
(179,156,183)
#B9A5BD
(185,165,189)
#BFAEC3
(191,174,195)
#C5B7C9
(197,183,201)
#CBC0CF
(203,192,207)
#D1C9D5
(209,201,213)
#D7D2DB
(215,210,219)
#DDDBE1
(221,219,225)
#E3E4E7
(227,228,231)
#E9EDED
(233,237,237)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39CB7; }

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

This text font color is #B39CB7.


Background Color

.myBgColor { background-color: #B39CB7; }

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

This div background color is #B39CB7.


Border color

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

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

This div border color is #B39CB7.


Opacity

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

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

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

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

This text has shadow with #B39CB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39CB7 on black background.


Color preview on white background

This text has color #B39CB7 on white background.



Black color preview on #B39CB7 background

This text has black color on #B39CB7 background.


White color preview on #B39CB7 background

This text has white color on #B39CB7 background.