COLOR #B2839B

HEX: #B2839B
RGB: (178,131,155)

Color info

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

RGB color model

#B2839B color RGB value is (178,131,155).

  • red value is 178;
  • green value is 131;
  • blue value is 155.
RGB:
(178,131,155)
(70%,51%,61%)

RGB channels and saturation

R 178 of 255 = 70%
G 131 of 255 = 51%
B 155 of 255 = 61%

178
131
155

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

Portions of RGB colors in percentages

R + G + B =
178 + 131 + 155 = 464 (100%)
R 178 of 464 ~ 38.36%
G 131 of 464 ~ 28.23%
B 155 of 464 ~ 33.41%

%38.36
%28.23
%33.41

CMYK color model

#B2839B color CMYK value is (0,26,13,30).

  • cyan value is 0.00%
  • magenta value is 26.40%
  • yellow value is 12.92%
  • key color value is 30.20%
CMYK:
(0,26,13,30)
C0M26Y13K30 
(0%,26%,13%,30%)
(0.00/0.26/0.13/0.30)	

CMYK percentages

%0
%26.4
%12.92
%30.2

Codes

Color #B2839B in popluar color models

B2839B
RGB178131155
HSL329°23.38%60.59%
HSB/HSV329°26.40%69.80%
CMYK0.00%26.40%12.92%
30.20%

Color #B2839B in popluar number systems.

HEXB2839B
Decimal178131155
Binary101100101000001110011011
Octal262203233

Shades and tints

Shades of #B2839B

#B2839B
(178,131,155)
#A2788D
(162,120,141)
#926D7F
(146,109,127)
#826271
(130,98,113)
#725763
(114,87,99)
#624C55
(98,76,85)
#524147
(82,65,71)
#423639
(66,54,57)
#322B2B
(50,43,43)
#22201D
(34,32,29)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #B2839B

#B2839B
(178,131,155)
#B98EA4
(185,142,164)
#C099AD
(192,153,173)
#C7A4B6
(199,164,182)
#CEAFBF
(206,175,191)
#D5BAC8
(213,186,200)
#DCC5D1
(220,197,209)
#E3D0DA
(227,208,218)
#EADBE3
(234,219,227)
#F1E6EC
(241,230,236)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2839B color. Also use rgb(178,131,155) instead hex code.

Text Font Color

.myTextColor { color: #B2839B; }

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

This text font color is #B2839B.


Background Color

.myBgColor { background-color: #B2839B; }

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

This div background color is #B2839B.


Border color

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

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

This div border color is #B2839B.


Opacity

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

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

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

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

This text has shadow with #B2839B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2839B on black background.


Color preview on white background

This text has color #B2839B on white background.



Black color preview on #B2839B background

This text has black color on #B2839B background.


White color preview on #B2839B background

This text has white color on #B2839B background.