COLOR #B39BBD

HEX: #B39BBD
RGB: (179,155,189)

Color info

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

RGB color model

#B39BBD color RGB value is (179,155,189).

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

RGB channels and saturation

R 179 of 255 = 70%
G 155 of 255 = 61%
B 189 of 255 = 74%

179
155
189

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

Portions of RGB colors in percentages

R + G + B =
179 + 155 + 189 = 523 (100%)
R 179 of 523 ~ 34.23%
G 155 of 523 ~ 29.64%
B 189 of 523 ~ 36.14%

%34.23
%29.64
%36.14

CMYK color model

#B39BBD color CMYK value is (5,18,0,26).

  • cyan value is 5.29%
  • magenta value is 17.99%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(5,18,0,26)
C5M18Y0K26 
(5%,18%,0%,26%)
(0.05/0.18/0.00/0.26)	

CMYK percentages

%5.29
%17.99
%0
%25.88

Codes

Color #B39BBD in popluar color models

B39BBD
RGB179155189
HSL282°20.48%67.45%
HSB/HSV282°17.99%74.12%
CMYK5.29%17.99%0.00%
25.88%

Color #B39BBD in popluar number systems.

HEXB39BBD
Decimal179155189
Binary101100111001101110111101
Octal263233275

Shades and tints

Shades of #B39BBD

#B39BBD
(179,155,189)
#A38DAC
(163,141,172)
#937F9B
(147,127,155)
#83718A
(131,113,138)
#736379
(115,99,121)
#635568
(99,85,104)
#534757
(83,71,87)
#433946
(67,57,70)
#332B35
(51,43,53)
#231D24
(35,29,36)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #B39BBD

#B39BBD
(179,155,189)
#B9A4C3
(185,164,195)
#BFADC9
(191,173,201)
#C5B6CF
(197,182,207)
#CBBFD5
(203,191,213)
#D1C8DB
(209,200,219)
#D7D1E1
(215,209,225)
#DDDAE7
(221,218,231)
#E3E3ED
(227,227,237)
#E9ECF3
(233,236,243)
#EFF5F9
(239,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39BBD; }

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

This text font color is #B39BBD.


Background Color

.myBgColor { background-color: #B39BBD; }

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

This div background color is #B39BBD.


Border color

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

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

This div border color is #B39BBD.


Opacity

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

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

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

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

This text has shadow with #B39BBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39BBD on black background.


Color preview on white background

This text has color #B39BBD on white background.



Black color preview on #B39BBD background

This text has black color on #B39BBD background.


White color preview on #B39BBD background

This text has white color on #B39BBD background.