COLOR #B3839D

HEX: #B3839D
RGB: (179,131,157)

Color info

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

RGB color model

#B3839D color RGB value is (179,131,157).

  • red value is 179;
  • green value is 131;
  • blue value is 157.
RGB:
(179,131,157)
(70%,51%,62%)

RGB channels and saturation

R 179 of 255 = 70%
G 131 of 255 = 51%
B 157 of 255 = 62%

179
131
157

R + G + B ~ 61%. #B3839D is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 131 + 157 = 467 (100%)
R 179 of 467 ~ 38.33%
G 131 of 467 ~ 28.05%
B 157 of 467 ~ 33.62%

%38.33
%28.05
%33.62

CMYK color model

#B3839D color CMYK value is (0,27,12,30).

  • cyan value is 0.00%
  • magenta value is 26.82%
  • yellow value is 12.29%
  • key color value is 29.80%
CMYK:
(0,27,12,30)
C0M27Y12K30 
(0%,27%,12%,30%)
(0.00/0.27/0.12/0.30)	

CMYK percentages

%0
%26.82
%12.29
%29.8

Codes

Color #B3839D in popluar color models

B3839D
RGB179131157
HSL328°24.00%60.78%
HSB/HSV328°26.82%70.20%
CMYK0.00%26.82%12.29%
29.80%

Color #B3839D in popluar number systems.

HEXB3839D
Decimal179131157
Binary101100111000001110011101
Octal263203235

Shades and tints

Shades of #B3839D

#B3839D
(179,131,157)
#A3788F
(163,120,143)
#936D81
(147,109,129)
#836273
(131,98,115)
#735765
(115,87,101)
#634C57
(99,76,87)
#534149
(83,65,73)
#43363B
(67,54,59)
#332B2D
(51,43,45)
#23201F
(35,32,31)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #B3839D

#B3839D
(179,131,157)
#B98EA5
(185,142,165)
#BF99AD
(191,153,173)
#C5A4B5
(197,164,181)
#CBAFBD
(203,175,189)
#D1BAC5
(209,186,197)
#D7C5CD
(215,197,205)
#DDD0D5
(221,208,213)
#E3DBDD
(227,219,221)
#E9E6E5
(233,230,229)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3839D color. Also use rgb(179,131,157) instead hex code.

Text Font Color

.myTextColor { color: #B3839D; }

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

This text font color is #B3839D.


Background Color

.myBgColor { background-color: #B3839D; }

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

This div background color is #B3839D.


Border color

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

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

This div border color is #B3839D.


Opacity

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

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

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

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

This text has shadow with #B3839D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3839D on black background.


Color preview on white background

This text has color #B3839D on white background.



Black color preview on #B3839D background

This text has black color on #B3839D background.


White color preview on #B3839D background

This text has white color on #B3839D background.