COLOR #B49DBF

HEX: #B49DBF
RGB: (180,157,191)

Color info

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

RGB color model

#B49DBF color RGB value is (180,157,191).

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

RGB channels and saturation

R 180 of 255 = 71%
G 157 of 255 = 62%
B 191 of 255 = 75%

180
157
191

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

Portions of RGB colors in percentages

R + G + B =
180 + 157 + 191 = 528 (100%)
R 180 of 528 ~ 34.09%
G 157 of 528 ~ 29.73%
B 191 of 528 ~ 36.17%

%34.09
%29.73
%36.17

CMYK color model

#B49DBF color CMYK value is (6,18,0,25).

  • cyan value is 5.76%
  • magenta value is 17.80%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(6,18,0,25)
C6M18Y0K25 
(6%,18%,0%,25%)
(0.06/0.18/0.00/0.25)	

CMYK percentages

%5.76
%17.8
%0
%25.1

Codes

Color #B49DBF in popluar color models

B49DBF
RGB180157191
HSL281°20.99%68.24%
HSB/HSV281°17.80%74.90%
CMYK5.76%17.80%0.00%
25.10%

Color #B49DBF in popluar number systems.

HEXB49DBF
Decimal180157191
Binary101101001001110110111111
Octal264235277

Shades and tints

Shades of #B49DBF

#B49DBF
(180,157,191)
#A48FAE
(164,143,174)
#94819D
(148,129,157)
#84738C
(132,115,140)
#74657B
(116,101,123)
#64576A
(100,87,106)
#544959
(84,73,89)
#443B48
(68,59,72)
#342D37
(52,45,55)
#241F26
(36,31,38)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #B49DBF

#B49DBF
(180,157,191)
#BAA5C4
(186,165,196)
#C0ADC9
(192,173,201)
#C6B5CE
(198,181,206)
#CCBDD3
(204,189,211)
#D2C5D8
(210,197,216)
#D8CDDD
(216,205,221)
#DED5E2
(222,213,226)
#E4DDE7
(228,221,231)
#EAE5EC
(234,229,236)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49DBF; }

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

This text font color is #B49DBF.


Background Color

.myBgColor { background-color: #B49DBF; }

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

This div background color is #B49DBF.


Border color

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

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

This div border color is #B49DBF.


Opacity

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

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

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

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

This text has shadow with #B49DBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49DBF on black background.


Color preview on white background

This text has color #B49DBF on white background.



Black color preview on #B49DBF background

This text has black color on #B49DBF background.


White color preview on #B49DBF background

This text has white color on #B49DBF background.