COLOR #B39B9D

HEX: #B39B9D
RGB: (179,155,157)

Color info

#B39B9D contains red, green and blue colors in about the same proportion. Web safe color of #B39B9D is #999999 (or #999).

RGB color model

#B39B9D color RGB value is (179,155,157).

  • red value is 179;
  • green value is 155;
  • blue value is 157.
RGB:
(179,155,157)
(70%,61%,62%)

RGB channels and saturation

R 179 of 255 = 70%
G 155 of 255 = 61%
B 157 of 255 = 62%

179
155
157

R + G + B ~ 64%. #B39B9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 155 + 157 = 491 (100%)
R 179 of 491 ~ 36.46%
G 155 of 491 ~ 31.57%
B 157 of 491 ~ 31.98%

%36.46
%31.57
%31.98

CMYK color model

#B39B9D color CMYK value is (0,13,12,30).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 12.29%
  • key color value is 29.80%
CMYK:
(0,13,12,30)
C0M13Y12K30 
(0%,13%,12%,30%)
(0.00/0.13/0.12/0.30)	

CMYK percentages

%0
%13.41
%12.29
%29.8

Codes

Color #B39B9D in popluar color models

B39B9D
RGB179155157
HSL355°13.64%65.49%
HSB/HSV355°13.41%70.20%
CMYK0.00%13.41%12.29%
29.80%

Color #B39B9D in popluar number systems.

HEXB39B9D
Decimal179155157
Binary101100111001101110011101
Octal263233235

Shades and tints

Shades of #B39B9D

#B39B9D
(179,155,157)
#A38D8F
(163,141,143)
#937F81
(147,127,129)
#837173
(131,113,115)
#736365
(115,99,101)
#635557
(99,85,87)
#534749
(83,71,73)
#43393B
(67,57,59)
#332B2D
(51,43,45)
#231D1F
(35,29,31)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #B39B9D

#B39B9D
(179,155,157)
#B9A4A5
(185,164,165)
#BFADAD
(191,173,173)
#C5B6B5
(197,182,181)
#CBBFBD
(203,191,189)
#D1C8C5
(209,200,197)
#D7D1CD
(215,209,205)
#DDDAD5
(221,218,213)
#E3E3DD
(227,227,221)
#E9ECE5
(233,236,229)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39B9D; }

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

This text font color is #B39B9D.


Background Color

.myBgColor { background-color: #B39B9D; }

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

This div background color is #B39B9D.


Border color

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

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

This div border color is #B39B9D.


Opacity

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

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

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

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

This text has shadow with #B39B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39B9D on black background.


Color preview on white background

This text has color #B39B9D on white background.



Black color preview on #B39B9D background

This text has black color on #B39B9D background.


White color preview on #B39B9D background

This text has white color on #B39B9D background.