COLOR #B39AA6

HEX: #B39AA6
RGB: (179,154,166)

Color info

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

RGB color model

#B39AA6 color RGB value is (179,154,166).

  • red value is 179;
  • green value is 154;
  • blue value is 166.
RGB:
(179,154,166)
(70%,60%,65%)

RGB channels and saturation

R 179 of 255 = 70%
G 154 of 255 = 60%
B 166 of 255 = 65%

179
154
166

R + G + B ~ 65%. #B39AA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 154 + 166 = 499 (100%)
R 179 of 499 ~ 35.87%
G 154 of 499 ~ 30.86%
B 166 of 499 ~ 33.27%

%35.87
%30.86
%33.27

CMYK color model

#B39AA6 color CMYK value is (0,14,7,30).

  • cyan value is 0.00%
  • magenta value is 13.97%
  • yellow value is 7.26%
  • key color value is 29.80%
CMYK:
(0,14,7,30)
C0M14Y7K30 
(0%,14%,7%,30%)
(0.00/0.14/0.07/0.30)	

CMYK percentages

%0
%13.97
%7.26
%29.8

Codes

Color #B39AA6 in popluar color models

B39AA6
RGB179154166
HSL331°14.12%65.29%
HSB/HSV331°13.97%70.20%
CMYK0.00%13.97%7.26%
29.80%

Color #B39AA6 in popluar number systems.

HEXB39AA6
Decimal179154166
Binary101100111001101010100110
Octal263232246

Shades and tints

Shades of #B39AA6

#B39AA6
(179,154,166)
#A38C97
(163,140,151)
#937E88
(147,126,136)
#837079
(131,112,121)
#73626A
(115,98,106)
#63545B
(99,84,91)
#53464C
(83,70,76)
#43383D
(67,56,61)
#332A2E
(51,42,46)
#231C1F
(35,28,31)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #B39AA6

#B39AA6
(179,154,166)
#B9A3AE
(185,163,174)
#BFACB6
(191,172,182)
#C5B5BE
(197,181,190)
#CBBEC6
(203,190,198)
#D1C7CE
(209,199,206)
#D7D0D6
(215,208,214)
#DDD9DE
(221,217,222)
#E3E2E6
(227,226,230)
#E9EBEE
(233,235,238)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39AA6 color. Also use rgb(179,154,166) instead hex code.

Text Font Color

.myTextColor { color: #B39AA6; }

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

This text font color is #B39AA6.


Background Color

.myBgColor { background-color: #B39AA6; }

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

This div background color is #B39AA6.


Border color

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

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

This div border color is #B39AA6.


Opacity

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

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

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

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

This text has shadow with #B39AA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39AA6 on black background.


Color preview on white background

This text has color #B39AA6 on white background.



Black color preview on #B39AA6 background

This text has black color on #B39AA6 background.


White color preview on #B39AA6 background

This text has white color on #B39AA6 background.