COLOR #B49CB5

HEX: #B49CB5
RGB: (180,156,181)

Color info

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

RGB color model

#B49CB5 color RGB value is (180,156,181).

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

RGB channels and saturation

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

180
156
181

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

Portions of RGB colors in percentages

R + G + B =
180 + 156 + 181 = 517 (100%)
R 180 of 517 ~ 34.82%
G 156 of 517 ~ 30.17%
B 181 of 517 ~ 35.01%

%34.82
%30.17
%35.01

CMYK color model

#B49CB5 color CMYK value is (1,14,0,29).

  • cyan value is 0.55%
  • magenta value is 13.81%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(1,14,0,29)
C1M14Y0K29 
(1%,14%,0%,29%)
(0.01/0.14/0.00/0.29)	

CMYK percentages

%0.55
%13.81
%0
%29.02

Codes

Color #B49CB5 in popluar color models

B49CB5
RGB180156181
HSL298°14.45%66.08%
HSB/HSV298°13.81%70.98%
CMYK0.55%13.81%0.00%
29.02%

Color #B49CB5 in popluar number systems.

HEXB49CB5
Decimal180156181
Binary101101001001110010110101
Octal264234265

Shades and tints

Shades of #B49CB5

#B49CB5
(180,156,181)
#A48EA5
(164,142,165)
#948095
(148,128,149)
#847285
(132,114,133)
#746475
(116,100,117)
#645665
(100,86,101)
#544855
(84,72,85)
#443A45
(68,58,69)
#342C35
(52,44,53)
#241E25
(36,30,37)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #B49CB5

#B49CB5
(180,156,181)
#BAA5BB
(186,165,187)
#C0AEC1
(192,174,193)
#C6B7C7
(198,183,199)
#CCC0CD
(204,192,205)
#D2C9D3
(210,201,211)
#D8D2D9
(216,210,217)
#DEDBDF
(222,219,223)
#E4E4E5
(228,228,229)
#EAEDEB
(234,237,235)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49CB5; }

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

This text font color is #B49CB5.


Background Color

.myBgColor { background-color: #B49CB5; }

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

This div background color is #B49CB5.


Border color

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

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

This div border color is #B49CB5.


Opacity

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

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

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

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

This text has shadow with #B49CB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49CB5 on black background.


Color preview on white background

This text has color #B49CB5 on white background.



Black color preview on #B49CB5 background

This text has black color on #B49CB5 background.


White color preview on #B49CB5 background

This text has white color on #B49CB5 background.