COLOR #B49DBA

HEX: #B49DBA
RGB: (180,157,186)

Color info

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

RGB color model

#B49DBA color RGB value is (180,157,186).

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

RGB channels and saturation

R 180 of 255 = 71%
G 157 of 255 = 62%
B 186 of 255 = 73%

180
157
186

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

Portions of RGB colors in percentages

R + G + B =
180 + 157 + 186 = 523 (100%)
R 180 of 523 ~ 34.42%
G 157 of 523 ~ 30.02%
B 186 of 523 ~ 35.56%

%34.42
%30.02
%35.56

CMYK color model

#B49DBA color CMYK value is (3,16,0,27).

  • cyan value is 3.23%
  • magenta value is 15.59%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(3,16,0,27)
C3M16Y0K27 
(3%,16%,0%,27%)
(0.03/0.16/0.00/0.27)	

CMYK percentages

%3.23
%15.59
%0
%27.06

Codes

Color #B49DBA in popluar color models

B49DBA
RGB180157186
HSL288°17.37%67.25%
HSB/HSV288°15.59%72.94%
CMYK3.23%15.59%0.00%
27.06%

Color #B49DBA in popluar number systems.

HEXB49DBA
Decimal180157186
Binary101101001001110110111010
Octal264235272

Shades and tints

Shades of #B49DBA

#B49DBA
(180,157,186)
#A48FAA
(164,143,170)
#94819A
(148,129,154)
#84738A
(132,115,138)
#74657A
(116,101,122)
#64576A
(100,87,106)
#54495A
(84,73,90)
#443B4A
(68,59,74)
#342D3A
(52,45,58)
#241F2A
(36,31,42)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #B49DBA

#B49DBA
(180,157,186)
#BAA5C0
(186,165,192)
#C0ADC6
(192,173,198)
#C6B5CC
(198,181,204)
#CCBDD2
(204,189,210)
#D2C5D8
(210,197,216)
#D8CDDE
(216,205,222)
#DED5E4
(222,213,228)
#E4DDEA
(228,221,234)
#EAE5F0
(234,229,240)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49DBA; }

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

This text font color is #B49DBA.


Background Color

.myBgColor { background-color: #B49DBA; }

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

This div background color is #B49DBA.


Border color

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

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

This div border color is #B49DBA.


Opacity

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

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

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

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

This text has shadow with #B49DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49DBA on black background.


Color preview on white background

This text has color #B49DBA on white background.



Black color preview on #B49DBA background

This text has black color on #B49DBA background.


White color preview on #B49DBA background

This text has white color on #B49DBA background.