COLOR #B39BA8

HEX: #B39BA8
RGB: (179,155,168)

Color info

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

RGB color model

#B39BA8 color RGB value is (179,155,168).

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

RGB channels and saturation

R 179 of 255 = 70%
G 155 of 255 = 61%
B 168 of 255 = 66%

179
155
168

R + G + B ~ 66%. #B39BA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 155 + 168 = 502 (100%)
R 179 of 502 ~ 35.66%
G 155 of 502 ~ 30.88%
B 168 of 502 ~ 33.47%

%35.66
%30.88
%33.47

CMYK color model

#B39BA8 color CMYK value is (0,13,6,30).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 6.15%
  • key color value is 29.80%
CMYK:
(0,13,6,30)
C0M13Y6K30 
(0%,13%,6%,30%)
(0.00/0.13/0.06/0.30)	

CMYK percentages

%0
%13.41
%6.15
%29.8

Codes

Color #B39BA8 in popluar color models

B39BA8
RGB179155168
HSL328°13.64%65.49%
HSB/HSV328°13.41%70.20%
CMYK0.00%13.41%6.15%
29.80%

Color #B39BA8 in popluar number systems.

HEXB39BA8
Decimal179155168
Binary101100111001101110101000
Octal263233250

Shades and tints

Shades of #B39BA8

#B39BA8
(179,155,168)
#A38D99
(163,141,153)
#937F8A
(147,127,138)
#83717B
(131,113,123)
#73636C
(115,99,108)
#63555D
(99,85,93)
#53474E
(83,71,78)
#43393F
(67,57,63)
#332B30
(51,43,48)
#231D21
(35,29,33)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #B39BA8

#B39BA8
(179,155,168)
#B9A4AF
(185,164,175)
#BFADB6
(191,173,182)
#C5B6BD
(197,182,189)
#CBBFC4
(203,191,196)
#D1C8CB
(209,200,203)
#D7D1D2
(215,209,210)
#DDDAD9
(221,218,217)
#E3E3E0
(227,227,224)
#E9ECE7
(233,236,231)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39BA8; }

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

This text font color is #B39BA8.


Background Color

.myBgColor { background-color: #B39BA8; }

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

This div background color is #B39BA8.


Border color

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

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

This div border color is #B39BA8.


Opacity

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

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

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

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

This text has shadow with #B39BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39BA8 on black background.


Color preview on white background

This text has color #B39BA8 on white background.



Black color preview on #B39BA8 background

This text has black color on #B39BA8 background.


White color preview on #B39BA8 background

This text has white color on #B39BA8 background.