COLOR #B49FA6

HEX: #B49FA6
RGB: (180,159,166)

Color info

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

RGB color model

#B49FA6 color RGB value is (180,159,166).

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

RGB channels and saturation

R 180 of 255 = 71%
G 159 of 255 = 62%
B 166 of 255 = 65%

180
159
166

R + G + B ~ 66%. #B49FA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 159 + 166 = 505 (100%)
R 180 of 505 ~ 35.64%
G 159 of 505 ~ 31.49%
B 166 of 505 ~ 32.87%

%35.64
%31.49
%32.87

CMYK color model

#B49FA6 color CMYK value is (0,12,8,29).

  • cyan value is 0.00%
  • magenta value is 11.67%
  • yellow value is 7.78%
  • key color value is 29.41%
CMYK:
(0,12,8,29)
C0M12Y8K29 
(0%,12%,8%,29%)
(0.00/0.12/0.08/0.29)	

CMYK percentages

%0
%11.67
%7.78
%29.41

Codes

Color #B49FA6 in popluar color models

B49FA6
RGB180159166
HSL340°12.28%66.47%
HSB/HSV340°11.67%70.59%
CMYK0.00%11.67%7.78%
29.41%

Color #B49FA6 in popluar number systems.

HEXB49FA6
Decimal180159166
Binary101101001001111110100110
Octal264237246

Shades and tints

Shades of #B49FA6

#B49FA6
(180,159,166)
#A49197
(164,145,151)
#948388
(148,131,136)
#847579
(132,117,121)
#74676A
(116,103,106)
#64595B
(100,89,91)
#544B4C
(84,75,76)
#443D3D
(68,61,61)
#342F2E
(52,47,46)
#24211F
(36,33,31)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #B49FA6

#B49FA6
(180,159,166)
#BAA7AE
(186,167,174)
#C0AFB6
(192,175,182)
#C6B7BE
(198,183,190)
#CCBFC6
(204,191,198)
#D2C7CE
(210,199,206)
#D8CFD6
(216,207,214)
#DED7DE
(222,215,222)
#E4DFE6
(228,223,230)
#EAE7EE
(234,231,238)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49FA6; }

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

This text font color is #B49FA6.


Background Color

.myBgColor { background-color: #B49FA6; }

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

This div background color is #B49FA6.


Border color

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

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

This div border color is #B49FA6.


Opacity

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

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

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

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

This text has shadow with #B49FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49FA6 on black background.


Color preview on white background

This text has color #B49FA6 on white background.



Black color preview on #B49FA6 background

This text has black color on #B49FA6 background.


White color preview on #B49FA6 background

This text has white color on #B49FA6 background.