COLOR #B39FBD

HEX: #B39FBD
RGB: (179,159,189)

Color info

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

RGB color model

#B39FBD color RGB value is (179,159,189).

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

RGB channels and saturation

R 179 of 255 = 70%
G 159 of 255 = 62%
B 189 of 255 = 74%

179
159
189

R + G + B ~ 69%. #B39FBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 159 + 189 = 527 (100%)
R 179 of 527 ~ 33.97%
G 159 of 527 ~ 30.17%
B 189 of 527 ~ 35.86%

%33.97
%30.17
%35.86

CMYK color model

#B39FBD color CMYK value is (5,16,0,26).

  • cyan value is 5.29%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(5,16,0,26)
C5M16Y0K26 
(5%,16%,0%,26%)
(0.05/0.16/0.00/0.26)	

CMYK percentages

%5.29
%15.87
%0
%25.88

Codes

Color #B39FBD in popluar color models

B39FBD
RGB179159189
HSL280°18.52%68.24%
HSB/HSV280°15.87%74.12%
CMYK5.29%15.87%0.00%
25.88%

Color #B39FBD in popluar number systems.

HEXB39FBD
Decimal179159189
Binary101100111001111110111101
Octal263237275

Shades and tints

Shades of #B39FBD

#B39FBD
(179,159,189)
#A391AC
(163,145,172)
#93839B
(147,131,155)
#83758A
(131,117,138)
#736779
(115,103,121)
#635968
(99,89,104)
#534B57
(83,75,87)
#433D46
(67,61,70)
#332F35
(51,47,53)
#232124
(35,33,36)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #B39FBD

#B39FBD
(179,159,189)
#B9A7C3
(185,167,195)
#BFAFC9
(191,175,201)
#C5B7CF
(197,183,207)
#CBBFD5
(203,191,213)
#D1C7DB
(209,199,219)
#D7CFE1
(215,207,225)
#DDD7E7
(221,215,231)
#E3DFED
(227,223,237)
#E9E7F3
(233,231,243)
#EFEFF9
(239,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39FBD; }

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

This text font color is #B39FBD.


Background Color

.myBgColor { background-color: #B39FBD; }

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

This div background color is #B39FBD.


Border color

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

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

This div border color is #B39FBD.


Opacity

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

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

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

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

This text has shadow with #B39FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39FBD on black background.


Color preview on white background

This text has color #B39FBD on white background.



Black color preview on #B39FBD background

This text has black color on #B39FBD background.


White color preview on #B39FBD background

This text has white color on #B39FBD background.