COLOR #B39DBA

HEX: #B39DBA RGB: (179,157,186)

Color info

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

RGB color model

#B39DBA color RGB value is (179,157,186).

RGB: (179,157,186) (70%, 62%, 73%)

RGB channels and saturation

R 179 of 255 = 70%
G 157 of 255 = 62%
B 186 of 255 = 73%

179
157
186

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

Portions of RGB colors in percentages

R + G + B = 179 + 157 + 186 = 522 (100%)
R 179 of 522 ~ 34.29%
G 157 of 522 ~ 30.08%
B 186 of 522 ~ 35.63'%

%34.29
%30.08
%35.63

CMYK color model

#B39DBA color CMYK value is (4,16,0,27).

  • cyan value is 3.76%
  • magenta value is 15.59%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (4,16,0,27)
C4M16Y0K27 (4%, 16%, 0%, 27%)
(0.04 / 0.16 / 0.00 / 0.27)

CMYK percentages

%3.76
%15.59
%0
%27.06

Codes

Color #B39DBA in popluar color models

B3 9D BA
RGB 179 157 186
HSL 286° 17.37% 67.25%
HSB/HSV 286° 15.59% 72.94%
CMYK 3.76% 15.59% 0.00%
27.06%

Color #B39DBA in popluar number systems.

HEX B3 9D BA
Decimal 179 157 186
Binary 10110011 10011101 10111010
Octal 263 235 272

Shades and tints

Shades of #B39DBA

#B39DBA
(179,157,186)
#A38FAA
(163,143,170)
#93819A
(147,129,154)
#83738A
(131,115,138)
#73657A
(115,101,122)
#63576A
(99,87,106)
#53495A
(83,73,90)
#433B4A
(67,59,74)
#332D3A
(51,45,58)
#231F2A
(35,31,42)
#13111A
(19,17,26)
#000000
(0,0,0)

Tints of #B39DBA

#B39DBA
(179,157,186)
#B9A5C0
(185,165,192)
#BFADC6
(191,173,198)
#C5B5CC
(197,181,204)
#CBBDD2
(203,189,210)
#D1C5D8
(209,197,216)
#D7CDDE
(215,205,222)
#DDD5E4
(221,213,228)
#E3DDEA
(227,221,234)
#E9E5F0
(233,229,240)
#EFEDF6
(239,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39DBA; }

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

This text font color is #B39DBA.

Background Color

.myBgColor { background-color: #B39DBA; }

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

This div background color is #B39DBA.

Border color

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

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

This div border color is #B39DBA.

Opacity

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

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

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

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

This text has shadow with #B39DBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B39DBA.

Preview

Color preview on black background

This text has color #B39DBA on black background.


Color preview on white background

This text has color #B39DBA on white background.


Black color preview on #B39DBA background

This text has black color on #B39DBA background.


White color preview on #B39DBA background

This text has white color on #B39DBA background.


Related colors

Complementary color

Complementary color for #hex is #4C6245.


I love getcolorcode.com

Triadic colors

1 #BAB39D and #9DBAB3 with #B39DBA are triadic colors.

2 #BA9DB3 and #9DB3BA with #B39DBA are triadic colors.