COLOR #B49AB6

HEX: #B49AB6
RGB: (180,154,182)

Color info

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

RGB color model

#B49AB6 color RGB value is (180,154,182).

  • red value is 180;
  • green value is 154;
  • blue value is 182.
RGB:
(180,154,182)
(71%,60%,71%)

RGB channels and saturation

R 180 of 255 = 71%
G 154 of 255 = 60%
B 182 of 255 = 71%

180
154
182

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

Portions of RGB colors in percentages

R + G + B =
180 + 154 + 182 = 516 (100%)
R 180 of 516 ~ 34.88%
G 154 of 516 ~ 29.84%
B 182 of 516 ~ 35.27%

%34.88
%29.84
%35.27

CMYK color model

#B49AB6 color CMYK value is (1,15,0,29).

  • cyan value is 1.10%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(1,15,0,29)
C1M15Y0K29 
(1%,15%,0%,29%)
(0.01/0.15/0.00/0.29)	

CMYK percentages

%1.1
%15.38
%0
%28.63

Codes

Color #B49AB6 in popluar color models

B49AB6
RGB180154182
HSL296°16.09%65.88%
HSB/HSV296°15.38%71.37%
CMYK1.10%15.38%0.00%
28.63%

Color #B49AB6 in popluar number systems.

HEXB49AB6
Decimal180154182
Binary101101001001101010110110
Octal264232266

Shades and tints

Shades of #B49AB6

#B49AB6
(180,154,182)
#A48CA6
(164,140,166)
#947E96
(148,126,150)
#847086
(132,112,134)
#746276
(116,98,118)
#645466
(100,84,102)
#544656
(84,70,86)
#443846
(68,56,70)
#342A36
(52,42,54)
#241C26
(36,28,38)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #B49AB6

#B49AB6
(180,154,182)
#BAA3BC
(186,163,188)
#C0ACC2
(192,172,194)
#C6B5C8
(198,181,200)
#CCBECE
(204,190,206)
#D2C7D4
(210,199,212)
#D8D0DA
(216,208,218)
#DED9E0
(222,217,224)
#E4E2E6
(228,226,230)
#EAEBEC
(234,235,236)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49AB6 color. Also use rgb(180,154,182) instead hex code.

Text Font Color

.myTextColor { color: #B49AB6; }

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

This text font color is #B49AB6.


Background Color

.myBgColor { background-color: #B49AB6; }

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

This div background color is #B49AB6.


Border color

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

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

This div border color is #B49AB6.


Opacity

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

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

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

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

This text has shadow with #B49AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49AB6 on black background.


Color preview on white background

This text has color #B49AB6 on white background.



Black color preview on #B49AB6 background

This text has black color on #B49AB6 background.


White color preview on #B49AB6 background

This text has white color on #B49AB6 background.