COLOR #B39CBF

HEX: #B39CBF RGB: (179,156,191)

Color info

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

RGB color model

#B39CBF color RGB value is (179,156,191).

RGB: (179,156,191) (70%, 61%, 75%)

RGB channels and saturation

R 179 of 255 = 70%
G 156 of 255 = 61%
B 191 of 255 = 75%

179
156
191

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

Portions of RGB colors in percentages

R + G + B = 179 + 156 + 191 = 526 (100%)
R 179 of 526 ~ 34.03%
G 156 of 526 ~ 29.66%
B 191 of 526 ~ 36.31'%

%34.03
%29.66
%36.31

CMYK color model

#B39CBF color CMYK value is (6,18,0,25).

  • cyan value is 6.28%
  • magenta value is 18.32%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (6,18,0,25) C6M18Y0K25 (6%,18%,0%,25%) (0.06/0.18/0.00/0.25) 

CMYK percentages

%6.28
%18.32
%0
%25.1

Codes

Color #B39CBF in popluar color models

B3 9C BF
RGB 179 156 191
HSL 279° 21.47% 68.04%
HSB/HSV 279° 18.32% 74.90%
CMYK 6.28% 18.32% 0.00%
25.10%

Color #B39CBF in popluar number systems.

HEX B3 9C BF
Decimal 179 156 191
Binary 10110011 10011100 10111111
Octal 263 234 277

Shades and tints

Shades of #B39CBF

#B39CBF
(179,156,191)
#A38EAE
(163,142,174)
#93809D
(147,128,157)
#83728C
(131,114,140)
#73647B
(115,100,123)
#63566A
(99,86,106)
#534859
(83,72,89)
#433A48
(67,58,72)
#332C37
(51,44,55)
#231E26
(35,30,38)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #B39CBF

#B39CBF
(179,156,191)
#B9A5C4
(185,165,196)
#BFAEC9
(191,174,201)
#C5B7CE
(197,183,206)
#CBC0D3
(203,192,211)
#D1C9D8
(209,201,216)
#D7D2DD
(215,210,221)
#DDDBE2
(221,219,226)
#E3E4E7
(227,228,231)
#E9EDEC
(233,237,236)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39CBF; }

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

This text font color is #B39CBF.

Background Color

.myBgColor { background-color: #B39CBF; }

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

This div background color is #B39CBF.

Border color

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

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

This div border color is #B39CBF.

Opacity

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

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

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

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

This text has shadow with #B39CBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B39CBF.

Preview

Color preview on black background

This text has color #B39CBF on black background.


Color preview on white background

This text has color #B39CBF on white background.


Black color preview on #B39CBF background

This text has black color on #B39CBF background.


White color preview on #B39CBF background

This text has white color on #B39CBF background.


Related colors

Complementary color

Complementary color for #hex is #4C6340.


I love getcolorcode.com

Triadic colors

1 #BFB39C and #9CBFB3 with #B39CBF are triadic colors.

2 #BF9CB3 and #9CB3BF with #B39CBF are triadic colors.