COLOR #B49FB2

HEX: #B49FB2
RGB: (180,159,178)

Color info

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

RGB color model

#B49FB2 color RGB value is (180,159,178).

  • red value is 180;
  • green value is 159;
  • blue value is 178.
RGB:
(180,159,178)
(71%,62%,70%)

RGB channels and saturation

R 180 of 255 = 71%
G 159 of 255 = 62%
B 178 of 255 = 70%

180
159
178

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

Portions of RGB colors in percentages

R + G + B =
180 + 159 + 178 = 517 (100%)
R 180 of 517 ~ 34.82%
G 159 of 517 ~ 30.75%
B 178 of 517 ~ 34.43%

%34.82
%30.75
%34.43

CMYK color model

#B49FB2 color CMYK value is (0,12,1,29).

  • cyan value is 0.00%
  • magenta value is 11.67%
  • yellow value is 1.11%
  • key color value is 29.41%
CMYK:
(0,12,1,29)
C0M12Y1K29 
(0%,12%,1%,29%)
(0.00/0.12/0.01/0.29)	

CMYK percentages

%0
%11.67
%1.11
%29.41

Codes

Color #B49FB2 in popluar color models

B49FB2
RGB180159178
HSL306°12.28%66.47%
HSB/HSV306°11.67%70.59%
CMYK0.00%11.67%1.11%
29.41%

Color #B49FB2 in popluar number systems.

HEXB49FB2
Decimal180159178
Binary101101001001111110110010
Octal264237262

Shades and tints

Shades of #B49FB2

#B49FB2
(180,159,178)
#A491A2
(164,145,162)
#948392
(148,131,146)
#847582
(132,117,130)
#746772
(116,103,114)
#645962
(100,89,98)
#544B52
(84,75,82)
#443D42
(68,61,66)
#342F32
(52,47,50)
#242122
(36,33,34)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #B49FB2

#B49FB2
(180,159,178)
#BAA7B9
(186,167,185)
#C0AFC0
(192,175,192)
#C6B7C7
(198,183,199)
#CCBFCE
(204,191,206)
#D2C7D5
(210,199,213)
#D8CFDC
(216,207,220)
#DED7E3
(222,215,227)
#E4DFEA
(228,223,234)
#EAE7F1
(234,231,241)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49FB2; }

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

This text font color is #B49FB2.


Background Color

.myBgColor { background-color: #B49FB2; }

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

This div background color is #B49FB2.


Border color

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

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

This div border color is #B49FB2.


Opacity

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

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

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

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

This text has shadow with #B49FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49FB2 on black background.


Color preview on white background

This text has color #B49FB2 on white background.



Black color preview on #B49FB2 background

This text has black color on #B49FB2 background.


White color preview on #B49FB2 background

This text has white color on #B49FB2 background.