COLOR #B39DBF

HEX: #B39DBF RGB: (179,157,191)

Color info

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

RGB color model

#B39DBF color RGB value is (179,157,191).

RGB: (179,157,191) (70%, 62%, 75%)

RGB channels and saturation

R 179 of 255 = 70%
G 157 of 255 = 62%
B 191 of 255 = 75%

179
157
191

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

Portions of RGB colors in percentages

R + G + B = 179 + 157 + 191 = 527 (100%)
R 179 of 527 ~ 33.97%
G 157 of 527 ~ 29.79%
B 191 of 527 ~ 36.24'%

%33.97
%29.79
%36.24

CMYK color model

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

  • cyan value is 6.28%
  • magenta value is 17.80%
  • 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
%17.8
%0
%25.1

Codes

Color #B39DBF in popluar color models

B3 9D BF
RGB 179 157 191
HSL 279° 20.99% 68.24%
HSB/HSV 279° 17.80% 74.90%
CMYK 6.28% 17.80% 0.00%
25.10%

Color #B39DBF in popluar number systems.

HEX B3 9D BF
Decimal 179 157 191
Binary 10110011 10011101 10111111
Octal 263 235 277

Shades and tints

Shades of #B39DBF

#B39DBF
(179,157,191)
#A38FAE
(163,143,174)
#93819D
(147,129,157)
#83738C
(131,115,140)
#73657B
(115,101,123)
#63576A
(99,87,106)
#534959
(83,73,89)
#433B48
(67,59,72)
#332D37
(51,45,55)
#231F26
(35,31,38)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #B39DBF

#B39DBF
(179,157,191)
#B9A5C4
(185,165,196)
#BFADC9
(191,173,201)
#C5B5CE
(197,181,206)
#CBBDD3
(203,189,211)
#D1C5D8
(209,197,216)
#D7CDDD
(215,205,221)
#DDD5E2
(221,213,226)
#E3DDE7
(227,221,231)
#E9E5EC
(233,229,236)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39DBF; }

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

This text font color is #B39DBF.

Background Color

.myBgColor { background-color: #B39DBF; }

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

This div background color is #B39DBF.

Border color

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

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

This div border color is #B39DBF.

Opacity

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

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

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

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

This text has shadow with #B39DBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B39DBF.

Preview

Color preview on black background

This text has color #B39DBF on black background.


Color preview on white background

This text has color #B39DBF on white background.


Black color preview on #B39DBF background

This text has black color on #B39DBF background.


White color preview on #B39DBF background

This text has white color on #B39DBF background.


Related colors

Complementary color

Complementary color for #hex is #4C6240.


I love getcolorcode.com

Triadic colors

1 #BFB39D and #9DBFB3 with #B39DBF are triadic colors.

2 #BF9DB3 and #9DB3BF with #B39DBF are triadic colors.