COLOR #B39EB0

HEX: #B39EB0
RGB: (179,158,176)

Color info

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

RGB color model

#B39EB0 color RGB value is (179,158,176).

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

RGB channels and saturation

R 179 of 255 = 70%
G 158 of 255 = 62%
B 176 of 255 = 69%

179
158
176

R + G + B ~ 67%. #B39EB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 158 + 176 = 513 (100%)
R 179 of 513 ~ 34.89%
G 158 of 513 ~ 30.8%
B 176 of 513 ~ 34.31%

%34.89
%30.8
%34.31

CMYK color model

#B39EB0 color CMYK value is (0,12,2,30).

  • cyan value is 0.00%
  • magenta value is 11.73%
  • yellow value is 1.68%
  • key color value is 29.80%
CMYK:
(0,12,2,30)
C0M12Y2K30 
(0%,12%,2%,30%)
(0.00/0.12/0.02/0.30)	

CMYK percentages

%0
%11.73
%1.68
%29.8

Codes

Color #B39EB0 in popluar color models

B39EB0
RGB179158176
HSL309°12.14%66.08%
HSB/HSV309°11.73%70.20%
CMYK0.00%11.73%1.68%
29.80%

Color #B39EB0 in popluar number systems.

HEXB39EB0
Decimal179158176
Binary101100111001111010110000
Octal263236260

Shades and tints

Shades of #B39EB0

#B39EB0
(179,158,176)
#A390A0
(163,144,160)
#938290
(147,130,144)
#837480
(131,116,128)
#736670
(115,102,112)
#635860
(99,88,96)
#534A50
(83,74,80)
#433C40
(67,60,64)
#332E30
(51,46,48)
#232020
(35,32,32)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #B39EB0

#B39EB0
(179,158,176)
#B9A6B7
(185,166,183)
#BFAEBE
(191,174,190)
#C5B6C5
(197,182,197)
#CBBECC
(203,190,204)
#D1C6D3
(209,198,211)
#D7CEDA
(215,206,218)
#DDD6E1
(221,214,225)
#E3DEE8
(227,222,232)
#E9E6EF
(233,230,239)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39EB0; }

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

This text font color is #B39EB0.


Background Color

.myBgColor { background-color: #B39EB0; }

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

This div background color is #B39EB0.


Border color

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

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

This div border color is #B39EB0.


Opacity

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

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

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

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

This text has shadow with #B39EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39EB0 on black background.


Color preview on white background

This text has color #B39EB0 on white background.



Black color preview on #B39EB0 background

This text has black color on #B39EB0 background.


White color preview on #B39EB0 background

This text has white color on #B39EB0 background.