COLOR #B39DB0

HEX: #B39DB0
RGB: (179,157,176)

Color info

#B39DB0 contains red, green and blue colors in about the same proportion. Web safe color of #B39DB0 is #999999 (or #999).

RGB color model

#B39DB0 color RGB value is (179,157,176).

  • red value is 179;
  • green value is 157;
  • blue value is 176.
RGB:
(179,157,176)
(70%,62%,69%)

RGB channels and saturation

R 179 of 255 = 70%
G 157 of 255 = 62%
B 176 of 255 = 69%

179
157
176

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

Portions of RGB colors in percentages

R + G + B =
179 + 157 + 176 = 512 (100%)
R 179 of 512 ~ 34.96%
G 157 of 512 ~ 30.66%
B 176 of 512 ~ 34.38%

%34.96
%30.66
%34.38

CMYK color model

#B39DB0 color CMYK value is (0,12,2,30).

  • cyan value is 0.00%
  • magenta value is 12.29%
  • yellow value is 1.68%
  • key color value is 29.80%
CMYK:
(0,12,2,30)
C0M12Y2K30 
(0%,12%,2%,30%)
(0.00/0.12/0.02/0.30)	

CMYK percentages

%0
%12.29
%1.68
%29.8

Codes

Color #B39DB0 in popluar color models

B39DB0
RGB179157176
HSL308°12.64%65.88%
HSB/HSV308°12.29%70.20%
CMYK0.00%12.29%1.68%
29.80%

Color #B39DB0 in popluar number systems.

HEXB39DB0
Decimal179157176
Binary101100111001110110110000
Octal263235260

Shades and tints

Shades of #B39DB0

#B39DB0
(179,157,176)
#A38FA0
(163,143,160)
#938190
(147,129,144)
#837380
(131,115,128)
#736570
(115,101,112)
#635760
(99,87,96)
#534950
(83,73,80)
#433B40
(67,59,64)
#332D30
(51,45,48)
#231F20
(35,31,32)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #B39DB0

#B39DB0
(179,157,176)
#B9A5B7
(185,165,183)
#BFADBE
(191,173,190)
#C5B5C5
(197,181,197)
#CBBDCC
(203,189,204)
#D1C5D3
(209,197,211)
#D7CDDA
(215,205,218)
#DDD5E1
(221,213,225)
#E3DDE8
(227,221,232)
#E9E5EF
(233,229,239)
#EFEDF6
(239,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39DB0 color. Also use rgb(179,157,176) instead hex code.

Text Font Color

.myTextColor { color: #B39DB0; }

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

This text font color is #B39DB0.


Background Color

.myBgColor { background-color: #B39DB0; }

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

This div background color is #B39DB0.


Border color

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

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

This div border color is #B39DB0.


Opacity

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

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

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

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

This text has shadow with #B39DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39DB0 on black background.


Color preview on white background

This text has color #B39DB0 on white background.



Black color preview on #B39DB0 background

This text has black color on #B39DB0 background.


White color preview on #B39DB0 background

This text has white color on #B39DB0 background.