COLOR #B49EA1

HEX: #B49EA1
RGB: (180,158,161)

Color info

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

RGB color model

#B49EA1 color RGB value is (180,158,161).

  • red value is 180;
  • green value is 158;
  • blue value is 161.
RGB:
(180,158,161)
(71%,62%,63%)

RGB channels and saturation

R 180 of 255 = 71%
G 158 of 255 = 62%
B 161 of 255 = 63%

180
158
161

R + G + B ~ 65%. #B49EA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 158 + 161 = 499 (100%)
R 180 of 499 ~ 36.07%
G 158 of 499 ~ 31.66%
B 161 of 499 ~ 32.26%

%36.07
%31.66
%32.26

CMYK color model

#B49EA1 color CMYK value is (0,12,11,29).

  • cyan value is 0.00%
  • magenta value is 12.22%
  • yellow value is 10.56%
  • key color value is 29.41%
CMYK:
(0,12,11,29)
C0M12Y11K29 
(0%,12%,11%,29%)
(0.00/0.12/0.11/0.29)	

CMYK percentages

%0
%12.22
%10.56
%29.41

Codes

Color #B49EA1 in popluar color models

B49EA1
RGB180158161
HSL352°12.79%66.27%
HSB/HSV352°12.22%70.59%
CMYK0.00%12.22%10.56%
29.41%

Color #B49EA1 in popluar number systems.

HEXB49EA1
Decimal180158161
Binary101101001001111010100001
Octal264236241

Shades and tints

Shades of #B49EA1

#B49EA1
(180,158,161)
#A49093
(164,144,147)
#948285
(148,130,133)
#847477
(132,116,119)
#746669
(116,102,105)
#64585B
(100,88,91)
#544A4D
(84,74,77)
#443C3F
(68,60,63)
#342E31
(52,46,49)
#242023
(36,32,35)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #B49EA1

#B49EA1
(180,158,161)
#BAA6A9
(186,166,169)
#C0AEB1
(192,174,177)
#C6B6B9
(198,182,185)
#CCBEC1
(204,190,193)
#D2C6C9
(210,198,201)
#D8CED1
(216,206,209)
#DED6D9
(222,214,217)
#E4DEE1
(228,222,225)
#EAE6E9
(234,230,233)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49EA1; }

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

This text font color is #B49EA1.


Background Color

.myBgColor { background-color: #B49EA1; }

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

This div background color is #B49EA1.


Border color

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

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

This div border color is #B49EA1.


Opacity

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

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

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

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

This text has shadow with #B49EA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49EA1 on black background.


Color preview on white background

This text has color #B49EA1 on white background.



Black color preview on #B49EA1 background

This text has black color on #B49EA1 background.


White color preview on #B49EA1 background

This text has white color on #B49EA1 background.