COLOR #B39EB5

HEX: #B39EB5
RGB: (179,158,181)

Color info

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

RGB color model

#B39EB5 color RGB value is (179,158,181).

  • red value is 179;
  • green value is 158;
  • blue value is 181.
RGB:
(179,158,181)
(70%,62%,71%)

RGB channels and saturation

R 179 of 255 = 70%
G 158 of 255 = 62%
B 181 of 255 = 71%

179
158
181

R + G + B ~ 68%. #B39EB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 158 + 181 = 518 (100%)
R 179 of 518 ~ 34.56%
G 158 of 518 ~ 30.5%
B 181 of 518 ~ 34.94%

%34.56
%30.5
%34.94

CMYK color model

#B39EB5 color CMYK value is (1,13,0,29).

  • cyan value is 1.10%
  • magenta value is 12.71%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(1,13,0,29)
C1M13Y0K29 
(1%,13%,0%,29%)
(0.01/0.13/0.00/0.29)	

CMYK percentages

%1.1
%12.71
%0
%29.02

Codes

Color #B39EB5 in popluar color models

B39EB5
RGB179158181
HSL295°13.45%66.47%
HSB/HSV295°12.71%70.98%
CMYK1.10%12.71%0.00%
29.02%

Color #B39EB5 in popluar number systems.

HEXB39EB5
Decimal179158181
Binary101100111001111010110101
Octal263236265

Shades and tints

Shades of #B39EB5

#B39EB5
(179,158,181)
#A390A5
(163,144,165)
#938295
(147,130,149)
#837485
(131,116,133)
#736675
(115,102,117)
#635865
(99,88,101)
#534A55
(83,74,85)
#433C45
(67,60,69)
#332E35
(51,46,53)
#232025
(35,32,37)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #B39EB5

#B39EB5
(179,158,181)
#B9A6BB
(185,166,187)
#BFAEC1
(191,174,193)
#C5B6C7
(197,182,199)
#CBBECD
(203,190,205)
#D1C6D3
(209,198,211)
#D7CED9
(215,206,217)
#DDD6DF
(221,214,223)
#E3DEE5
(227,222,229)
#E9E6EB
(233,230,235)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39EB5 color. Also use rgb(179,158,181) instead hex code.

Text Font Color

.myTextColor { color: #B39EB5; }

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

This text font color is #B39EB5.


Background Color

.myBgColor { background-color: #B39EB5; }

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

This div background color is #B39EB5.


Border color

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

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

This div border color is #B39EB5.


Opacity

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

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

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

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

This text has shadow with #B39EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39EB5 on black background.


Color preview on white background

This text has color #B39EB5 on white background.



Black color preview on #B39EB5 background

This text has black color on #B39EB5 background.


White color preview on #B39EB5 background

This text has white color on #B39EB5 background.