COLOR #B49DB6

HEX: #B49DB6
RGB: (180,157,182)

Color info

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

RGB color model

#B49DB6 color RGB value is (180,157,182).

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

RGB channels and saturation

R 180 of 255 = 71%
G 157 of 255 = 62%
B 182 of 255 = 71%

180
157
182

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

Portions of RGB colors in percentages

R + G + B =
180 + 157 + 182 = 519 (100%)
R 180 of 519 ~ 34.68%
G 157 of 519 ~ 30.25%
B 182 of 519 ~ 35.07%

%34.68
%30.25
%35.07

CMYK color model

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

  • cyan value is 1.10%
  • magenta value is 13.74%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(1,14,0,29)
C1M14Y0K29 
(1%,14%,0%,29%)
(0.01/0.14/0.00/0.29)	

CMYK percentages

%1.1
%13.74
%0
%28.63

Codes

Color #B49DB6 in popluar color models

B49DB6
RGB180157182
HSL295°14.62%66.47%
HSB/HSV295°13.74%71.37%
CMYK1.10%13.74%0.00%
28.63%

Color #B49DB6 in popluar number systems.

HEXB49DB6
Decimal180157182
Binary101101001001110110110110
Octal264235266

Shades and tints

Shades of #B49DB6

#B49DB6
(180,157,182)
#A48FA6
(164,143,166)
#948196
(148,129,150)
#847386
(132,115,134)
#746576
(116,101,118)
#645766
(100,87,102)
#544956
(84,73,86)
#443B46
(68,59,70)
#342D36
(52,45,54)
#241F26
(36,31,38)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #B49DB6

#B49DB6
(180,157,182)
#BAA5BC
(186,165,188)
#C0ADC2
(192,173,194)
#C6B5C8
(198,181,200)
#CCBDCE
(204,189,206)
#D2C5D4
(210,197,212)
#D8CDDA
(216,205,218)
#DED5E0
(222,213,224)
#E4DDE6
(228,221,230)
#EAE5EC
(234,229,236)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49DB6; }

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

This text font color is #B49DB6.


Background Color

.myBgColor { background-color: #B49DB6; }

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

This div background color is #B49DB6.


Border color

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

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

This div border color is #B49DB6.


Opacity

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

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

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

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

This text has shadow with #B49DB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49DB6 on black background.


Color preview on white background

This text has color #B49DB6 on white background.



Black color preview on #B49DB6 background

This text has black color on #B49DB6 background.


White color preview on #B49DB6 background

This text has white color on #B49DB6 background.