COLOR #B49BBD

HEX: #B49BBD
RGB: (180,155,189)

Color info

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

RGB color model

#B49BBD color RGB value is (180,155,189).

  • red value is 180;
  • green value is 155;
  • blue value is 189.
RGB:
(180,155,189)
(71%,61%,74%)

RGB channels and saturation

R 180 of 255 = 71%
G 155 of 255 = 61%
B 189 of 255 = 74%

180
155
189

R + G + B ~ 69%. #B49BBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 155 + 189 = 524 (100%)
R 180 of 524 ~ 34.35%
G 155 of 524 ~ 29.58%
B 189 of 524 ~ 36.07%

%34.35
%29.58
%36.07

CMYK color model

#B49BBD color CMYK value is (5,18,0,26).

  • cyan value is 4.76%
  • magenta value is 17.99%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(5,18,0,26)
C5M18Y0K26 
(5%,18%,0%,26%)
(0.05/0.18/0.00/0.26)	

CMYK percentages

%4.76
%17.99
%0
%25.88

Codes

Color #B49BBD in popluar color models

B49BBD
RGB180155189
HSL284°20.48%67.45%
HSB/HSV284°17.99%74.12%
CMYK4.76%17.99%0.00%
25.88%

Color #B49BBD in popluar number systems.

HEXB49BBD
Decimal180155189
Binary101101001001101110111101
Octal264233275

Shades and tints

Shades of #B49BBD

#B49BBD
(180,155,189)
#A48DAC
(164,141,172)
#947F9B
(148,127,155)
#84718A
(132,113,138)
#746379
(116,99,121)
#645568
(100,85,104)
#544757
(84,71,87)
#443946
(68,57,70)
#342B35
(52,43,53)
#241D24
(36,29,36)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #B49BBD

#B49BBD
(180,155,189)
#BAA4C3
(186,164,195)
#C0ADC9
(192,173,201)
#C6B6CF
(198,182,207)
#CCBFD5
(204,191,213)
#D2C8DB
(210,200,219)
#D8D1E1
(216,209,225)
#DEDAE7
(222,218,231)
#E4E3ED
(228,227,237)
#EAECF3
(234,236,243)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49BBD color. Also use rgb(180,155,189) instead hex code.

Text Font Color

.myTextColor { color: #B49BBD; }

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

This text font color is #B49BBD.


Background Color

.myBgColor { background-color: #B49BBD; }

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

This div background color is #B49BBD.


Border color

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

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

This div border color is #B49BBD.


Opacity

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

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

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

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

This text has shadow with #B49BBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49BBD on black background.


Color preview on white background

This text has color #B49BBD on white background.



Black color preview on #B49BBD background

This text has black color on #B49BBD background.


White color preview on #B49BBD background

This text has white color on #B49BBD background.