COLOR #B39BBF

HEX: #B39BBF RGB: (179,155,191)

Color info

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

RGB color model

#B39BBF color RGB value is (179,155,191).

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

RGB channels and saturation

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

179
155
191

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

Portions of RGB colors in percentages

R + G + B = 179 + 155 + 191 = 525 (100%)
R 179 of 525 ~ 34.1%
G 155 of 525 ~ 29.52%
B 191 of 525 ~ 36.38'%

%34.1
%29.52
%36.38

CMYK color model

#B39BBF color CMYK value is (6,19,0,25).

  • cyan value is 6.28%
  • magenta value is 18.85%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (6,19,0,25)
C6M19Y0K25 (6%, 19%, 0%, 25%)
(0.06 / 0.19 / 0.00 / 0.25)

CMYK percentages

%6.28
%18.85
%0
%25.1

Codes

Color #B39BBF in popluar color models

B3 9B BF
RGB 179 155 191
HSL 280° 21.95% 67.84%
HSB/HSV 280° 18.85% 74.90%
CMYK 6.28% 18.85% 0.00%
25.10%

Color #B39BBF in popluar number systems.

HEX B3 9B BF
Decimal 179 155 191
Binary 10110011 10011011 10111111
Octal 263 233 277

Shades and tints

Shades of #B39BBF

#B39BBF
(179,155,191)
#A38DAE
(163,141,174)
#937F9D
(147,127,157)
#83718C
(131,113,140)
#73637B
(115,99,123)
#63556A
(99,85,106)
#534759
(83,71,89)
#433948
(67,57,72)
#332B37
(51,43,55)
#231D26
(35,29,38)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #B39BBF

#B39BBF
(179,155,191)
#B9A4C4
(185,164,196)
#BFADC9
(191,173,201)
#C5B6CE
(197,182,206)
#CBBFD3
(203,191,211)
#D1C8D8
(209,200,216)
#D7D1DD
(215,209,221)
#DDDAE2
(221,218,226)
#E3E3E7
(227,227,231)
#E9ECEC
(233,236,236)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39BBF; }

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

This text font color is #B39BBF.

Background Color

.myBgColor { background-color: #B39BBF; }

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

This div background color is #B39BBF.

Border color

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

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

This div border color is #B39BBF.

Opacity

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

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

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

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

This text has shadow with #B39BBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B39BBF.

Preview

Color preview on black background

This text has color #B39BBF on black background.


Color preview on white background

This text has color #B39BBF on white background.


Black color preview on #B39BBF background

This text has black color on #B39BBF background.


White color preview on #B39BBF background

This text has white color on #B39BBF background.


Related colors

Complementary color

Complementary color for #hex is #4C6440.


I love getcolorcode.com

Triadic colors

1 #BFB39B and #9BBFB3 with #B39BBF are triadic colors.

2 #BF9BB3 and #9BB3BF with #B39BBF are triadic colors.