COLOR #B49CB3

HEX: #B49CB3
RGB: (180,156,179)

Color info

#B49CB3 contains red, green and blue colors in about the same proportion. Web safe color of #B49CB3 is #CC9999 (or #C99).

RGB color model

#B49CB3 color RGB value is (180,156,179).

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

RGB channels and saturation

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

180
156
179

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

Portions of RGB colors in percentages

R + G + B =
180 + 156 + 179 = 515 (100%)
R 180 of 515 ~ 34.95%
G 156 of 515 ~ 30.29%
B 179 of 515 ~ 34.76%

%34.95
%30.29
%34.76

CMYK color model

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

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

CMYK percentages

%0
%13.33
%0.56
%29.41

Codes

Color #B49CB3 in popluar color models

B49CB3
RGB180156179
HSL303°13.79%65.88%
HSB/HSV303°13.33%70.59%
CMYK0.00%13.33%0.56%
29.41%

Color #B49CB3 in popluar number systems.

HEXB49CB3
Decimal180156179
Binary101101001001110010110011
Octal264234263

Shades and tints

Shades of #B49CB3

#B49CB3
(180,156,179)
#A48EA3
(164,142,163)
#948093
(148,128,147)
#847283
(132,114,131)
#746473
(116,100,115)
#645663
(100,86,99)
#544853
(84,72,83)
#443A43
(68,58,67)
#342C33
(52,44,51)
#241E23
(36,30,35)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #B49CB3

#B49CB3
(180,156,179)
#BAA5B9
(186,165,185)
#C0AEBF
(192,174,191)
#C6B7C5
(198,183,197)
#CCC0CB
(204,192,203)
#D2C9D1
(210,201,209)
#D8D2D7
(216,210,215)
#DEDBDD
(222,219,221)
#E4E4E3
(228,228,227)
#EAEDE9
(234,237,233)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49CB3; }

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

This text font color is #B49CB3.


Background Color

.myBgColor { background-color: #B49CB3; }

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

This div background color is #B49CB3.


Border color

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

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

This div border color is #B49CB3.


Opacity

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

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

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

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

This text has shadow with #B49CB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49CB3 on black background.


Color preview on white background

This text has color #B49CB3 on white background.



Black color preview on #B49CB3 background

This text has black color on #B49CB3 background.


White color preview on #B49CB3 background

This text has white color on #B49CB3 background.