COLOR #B39CBD

HEX: #B39CBD
RGB: (179,156,189)

Color info

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

RGB color model

#B39CBD color RGB value is (179,156,189).

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

RGB channels and saturation

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

179
156
189

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

Portions of RGB colors in percentages

R + G + B =
179 + 156 + 189 = 524 (100%)
R 179 of 524 ~ 34.16%
G 156 of 524 ~ 29.77%
B 189 of 524 ~ 36.07%

%34.16
%29.77
%36.07

CMYK color model

#B39CBD color CMYK value is (5,17,0,26).

  • cyan value is 5.29%
  • magenta value is 17.46%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(5,17,0,26)
C5M17Y0K26 
(5%,17%,0%,26%)
(0.05/0.17/0.00/0.26)	

CMYK percentages

%5.29
%17.46
%0
%25.88

Codes

Color #B39CBD in popluar color models

B39CBD
RGB179156189
HSL282°20.00%67.65%
HSB/HSV282°17.46%74.12%
CMYK5.29%17.46%0.00%
25.88%

Color #B39CBD in popluar number systems.

HEXB39CBD
Decimal179156189
Binary101100111001110010111101
Octal263234275

Shades and tints

Shades of #B39CBD

#B39CBD
(179,156,189)
#A38EAC
(163,142,172)
#93809B
(147,128,155)
#83728A
(131,114,138)
#736479
(115,100,121)
#635668
(99,86,104)
#534857
(83,72,87)
#433A46
(67,58,70)
#332C35
(51,44,53)
#231E24
(35,30,36)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #B39CBD

#B39CBD
(179,156,189)
#B9A5C3
(185,165,195)
#BFAEC9
(191,174,201)
#C5B7CF
(197,183,207)
#CBC0D5
(203,192,213)
#D1C9DB
(209,201,219)
#D7D2E1
(215,210,225)
#DDDBE7
(221,219,231)
#E3E4ED
(227,228,237)
#E9EDF3
(233,237,243)
#EFF6F9
(239,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39CBD; }

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

This text font color is #B39CBD.


Background Color

.myBgColor { background-color: #B39CBD; }

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

This div background color is #B39CBD.


Border color

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

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

This div border color is #B39CBD.


Opacity

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

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

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

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

This text has shadow with #B39CBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39CBD on black background.


Color preview on white background

This text has color #B39CBD on white background.



Black color preview on #B39CBD background

This text has black color on #B39CBD background.


White color preview on #B39CBD background

This text has white color on #B39CBD background.