COLOR #B39AB1

HEX: #B39AB1
RGB: (179,154,177)

Color info

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

RGB color model

#B39AB1 color RGB value is (179,154,177).

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

RGB channels and saturation

R 179 of 255 = 70%
G 154 of 255 = 60%
B 177 of 255 = 69%

179
154
177

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

Portions of RGB colors in percentages

R + G + B =
179 + 154 + 177 = 510 (100%)
R 179 of 510 ~ 35.1%
G 154 of 510 ~ 30.2%
B 177 of 510 ~ 34.71%

%35.1
%30.2
%34.71

CMYK color model

#B39AB1 color CMYK value is (0,14,1,30).

  • cyan value is 0.00%
  • magenta value is 13.97%
  • yellow value is 1.12%
  • key color value is 29.80%
CMYK:
(0,14,1,30)
C0M14Y1K30 
(0%,14%,1%,30%)
(0.00/0.14/0.01/0.30)	

CMYK percentages

%0
%13.97
%1.12
%29.8

Codes

Color #B39AB1 in popluar color models

B39AB1
RGB179154177
HSL305°14.12%65.29%
HSB/HSV305°13.97%70.20%
CMYK0.00%13.97%1.12%
29.80%

Color #B39AB1 in popluar number systems.

HEXB39AB1
Decimal179154177
Binary101100111001101010110001
Octal263232261

Shades and tints

Shades of #B39AB1

#B39AB1
(179,154,177)
#A38CA1
(163,140,161)
#937E91
(147,126,145)
#837081
(131,112,129)
#736271
(115,98,113)
#635461
(99,84,97)
#534651
(83,70,81)
#433841
(67,56,65)
#332A31
(51,42,49)
#231C21
(35,28,33)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #B39AB1

#B39AB1
(179,154,177)
#B9A3B8
(185,163,184)
#BFACBF
(191,172,191)
#C5B5C6
(197,181,198)
#CBBECD
(203,190,205)
#D1C7D4
(209,199,212)
#D7D0DB
(215,208,219)
#DDD9E2
(221,217,226)
#E3E2E9
(227,226,233)
#E9EBF0
(233,235,240)
#EFF4F7
(239,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39AB1; }

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

This text font color is #B39AB1.


Background Color

.myBgColor { background-color: #B39AB1; }

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

This div background color is #B39AB1.


Border color

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

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

This div border color is #B39AB1.


Opacity

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

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

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

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

This text has shadow with #B39AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39AB1 on black background.


Color preview on white background

This text has color #B39AB1 on white background.



Black color preview on #B39AB1 background

This text has black color on #B39AB1 background.


White color preview on #B39AB1 background

This text has white color on #B39AB1 background.