COLOR #B49CB4

HEX: #B49CB4
RGB: (180,156,180)

Color info

#B49CB4 contains red, green and blue colors in about the same proportion. Web safe color of #B49CB4 is #CC99CC (or #C9C).

RGB color model

#B49CB4 color RGB value is (180,156,180).

  • red value is 180;
  • green value is 156;
  • blue value is 180.
RGB:
(180,156,180)
(71%,61%,71%)

RGB channels and saturation

R 180 of 255 = 71%
G 156 of 255 = 61%
B 180 of 255 = 71%

180
156
180

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

Portions of RGB colors in percentages

R + G + B =
180 + 156 + 180 = 516 (100%)
R 180 of 516 ~ 34.88%
G 156 of 516 ~ 30.23%
B 180 of 516 ~ 34.88%

%34.88
%30.23
%34.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(0,13,0,29)
C0M13Y0K29 
(0%,13%,0%,29%)
(0.00/0.13/0.00/0.29)	

CMYK percentages

%0
%13.33
%0
%29.41

Codes

Color #B49CB4 in popluar color models

B49CB4
RGB180156180
HSL300°13.79%65.88%
HSB/HSV300°13.33%70.59%
CMYK0.00%13.33%0.00%
29.41%

Color #B49CB4 in popluar number systems.

HEXB49CB4
Decimal180156180
Binary101101001001110010110100
Octal264234264

Shades and tints

Shades of #B49CB4

#B49CB4
(180,156,180)
#A48EA4
(164,142,164)
#948094
(148,128,148)
#847284
(132,114,132)
#746474
(116,100,116)
#645664
(100,86,100)
#544854
(84,72,84)
#443A44
(68,58,68)
#342C34
(52,44,52)
#241E24
(36,30,36)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #B49CB4

#B49CB4
(180,156,180)
#BAA5BA
(186,165,186)
#C0AEC0
(192,174,192)
#C6B7C6
(198,183,198)
#CCC0CC
(204,192,204)
#D2C9D2
(210,201,210)
#D8D2D8
(216,210,216)
#DEDBDE
(222,219,222)
#E4E4E4
(228,228,228)
#EAEDEA
(234,237,234)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49CB4 color. Also use rgb(180,156,180) instead hex code.

Text Font Color

.myTextColor { color: #B49CB4; }

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

This text font color is #B49CB4.


Background Color

.myBgColor { background-color: #B49CB4; }

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

This div background color is #B49CB4.


Border color

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

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

This div border color is #B49CB4.


Opacity

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

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

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

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

This text has shadow with #B49CB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49CB4 on black background.


Color preview on white background

This text has color #B49CB4 on white background.



Black color preview on #B49CB4 background

This text has black color on #B49CB4 background.


White color preview on #B49CB4 background

This text has white color on #B49CB4 background.