COLOR #B49AB8

HEX: #B49AB8
RGB: (180,154,184)

Color info

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

RGB color model

#B49AB8 color RGB value is (180,154,184).

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

RGB channels and saturation

R 180 of 255 = 71%
G 154 of 255 = 60%
B 184 of 255 = 72%

180
154
184

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

Portions of RGB colors in percentages

R + G + B =
180 + 154 + 184 = 518 (100%)
R 180 of 518 ~ 34.75%
G 154 of 518 ~ 29.73%
B 184 of 518 ~ 35.52%

%34.75
%29.73
%35.52

CMYK color model

#B49AB8 color CMYK value is (2,16,0,28).

  • cyan value is 2.17%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(2,16,0,28)
C2M16Y0K28 
(2%,16%,0%,28%)
(0.02/0.16/0.00/0.28)	

CMYK percentages

%2.17
%16.3
%0
%27.84

Codes

Color #B49AB8 in popluar color models

B49AB8
RGB180154184
HSL292°17.44%66.27%
HSB/HSV292°16.30%72.16%
CMYK2.17%16.30%0.00%
27.84%

Color #B49AB8 in popluar number systems.

HEXB49AB8
Decimal180154184
Binary101101001001101010111000
Octal264232270

Shades and tints

Shades of #B49AB8

#B49AB8
(180,154,184)
#A48CA8
(164,140,168)
#947E98
(148,126,152)
#847088
(132,112,136)
#746278
(116,98,120)
#645468
(100,84,104)
#544658
(84,70,88)
#443848
(68,56,72)
#342A38
(52,42,56)
#241C28
(36,28,40)
#140E18
(20,14,24)
#000000
(0,0,0)

Tints of #B49AB8

#B49AB8
(180,154,184)
#BAA3BE
(186,163,190)
#C0ACC4
(192,172,196)
#C6B5CA
(198,181,202)
#CCBED0
(204,190,208)
#D2C7D6
(210,199,214)
#D8D0DC
(216,208,220)
#DED9E2
(222,217,226)
#E4E2E8
(228,226,232)
#EAEBEE
(234,235,238)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49AB8; }

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

This text font color is #B49AB8.


Background Color

.myBgColor { background-color: #B49AB8; }

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

This div background color is #B49AB8.


Border color

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

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

This div border color is #B49AB8.


Opacity

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

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

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

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

This text has shadow with #B49AB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49AB8 on black background.


Color preview on white background

This text has color #B49AB8 on white background.



Black color preview on #B49AB8 background

This text has black color on #B49AB8 background.


White color preview on #B49AB8 background

This text has white color on #B49AB8 background.