COLOR #B39BB5

HEX: #B39BB5
RGB: (179,155,181)

Color info

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

RGB color model

#B39BB5 color RGB value is (179,155,181).

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

RGB channels and saturation

R 179 of 255 = 70%
G 155 of 255 = 61%
B 181 of 255 = 71%

179
155
181

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

Portions of RGB colors in percentages

R + G + B =
179 + 155 + 181 = 515 (100%)
R 179 of 515 ~ 34.76%
G 155 of 515 ~ 30.1%
B 181 of 515 ~ 35.15%

%34.76
%30.1
%35.15

CMYK color model

#B39BB5 color CMYK value is (1,14,0,29).

  • cyan value is 1.10%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(1,14,0,29)
C1M14Y0K29 
(1%,14%,0%,29%)
(0.01/0.14/0.00/0.29)	

CMYK percentages

%1.1
%14.36
%0
%29.02

Codes

Color #B39BB5 in popluar color models

B39BB5
RGB179155181
HSL295°14.94%65.88%
HSB/HSV295°14.36%70.98%
CMYK1.10%14.36%0.00%
29.02%

Color #B39BB5 in popluar number systems.

HEXB39BB5
Decimal179155181
Binary101100111001101110110101
Octal263233265

Shades and tints

Shades of #B39BB5

#B39BB5
(179,155,181)
#A38DA5
(163,141,165)
#937F95
(147,127,149)
#837185
(131,113,133)
#736375
(115,99,117)
#635565
(99,85,101)
#534755
(83,71,85)
#433945
(67,57,69)
#332B35
(51,43,53)
#231D25
(35,29,37)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #B39BB5

#B39BB5
(179,155,181)
#B9A4BB
(185,164,187)
#BFADC1
(191,173,193)
#C5B6C7
(197,182,199)
#CBBFCD
(203,191,205)
#D1C8D3
(209,200,211)
#D7D1D9
(215,209,217)
#DDDADF
(221,218,223)
#E3E3E5
(227,227,229)
#E9ECEB
(233,236,235)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39BB5 color. Also use rgb(179,155,181) instead hex code.

Text Font Color

.myTextColor { color: #B39BB5; }

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

This text font color is #B39BB5.


Background Color

.myBgColor { background-color: #B39BB5; }

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

This div background color is #B39BB5.


Border color

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

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

This div border color is #B39BB5.


Opacity

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

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

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

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

This text has shadow with #B39BB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39BB5 on black background.


Color preview on white background

This text has color #B39BB5 on white background.



Black color preview on #B39BB5 background

This text has black color on #B39BB5 background.


White color preview on #B39BB5 background

This text has white color on #B39BB5 background.