COLOR #B49AB2

HEX: #B49AB2
RGB: (180,154,178)

Color info

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

RGB color model

#B49AB2 color RGB value is (180,154,178).

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

RGB channels and saturation

R 180 of 255 = 71%
G 154 of 255 = 60%
B 178 of 255 = 70%

180
154
178

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

Portions of RGB colors in percentages

R + G + B =
180 + 154 + 178 = 512 (100%)
R 180 of 512 ~ 35.16%
G 154 of 512 ~ 30.08%
B 178 of 512 ~ 34.77%

%35.16
%30.08
%34.77

CMYK color model

#B49AB2 color CMYK value is (0,14,1,29).

  • cyan value is 0.00%
  • magenta value is 14.44%
  • yellow value is 1.11%
  • key color value is 29.41%
CMYK:
(0,14,1,29)
C0M14Y1K29 
(0%,14%,1%,29%)
(0.00/0.14/0.01/0.29)	

CMYK percentages

%0
%14.44
%1.11
%29.41

Codes

Color #B49AB2 in popluar color models

B49AB2
RGB180154178
HSL305°14.77%65.49%
HSB/HSV305°14.44%70.59%
CMYK0.00%14.44%1.11%
29.41%

Color #B49AB2 in popluar number systems.

HEXB49AB2
Decimal180154178
Binary101101001001101010110010
Octal264232262

Shades and tints

Shades of #B49AB2

#B49AB2
(180,154,178)
#A48CA2
(164,140,162)
#947E92
(148,126,146)
#847082
(132,112,130)
#746272
(116,98,114)
#645462
(100,84,98)
#544652
(84,70,82)
#443842
(68,56,66)
#342A32
(52,42,50)
#241C22
(36,28,34)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #B49AB2

#B49AB2
(180,154,178)
#BAA3B9
(186,163,185)
#C0ACC0
(192,172,192)
#C6B5C7
(198,181,199)
#CCBECE
(204,190,206)
#D2C7D5
(210,199,213)
#D8D0DC
(216,208,220)
#DED9E3
(222,217,227)
#E4E2EA
(228,226,234)
#EAEBF1
(234,235,241)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49AB2; }

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

This text font color is #B49AB2.


Background Color

.myBgColor { background-color: #B49AB2; }

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

This div background color is #B49AB2.


Border color

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

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

This div border color is #B49AB2.


Opacity

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

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

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

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

This text has shadow with #B49AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49AB2 on black background.


Color preview on white background

This text has color #B49AB2 on white background.



Black color preview on #B49AB2 background

This text has black color on #B49AB2 background.


White color preview on #B49AB2 background

This text has white color on #B49AB2 background.