COLOR #B49FCF

HEX: #B49FCF
RGB: (180,159,207)

Color info

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

RGB color model

#B49FCF color RGB value is (180,159,207).

  • red value is 180;
  • green value is 159;
  • blue value is 207.
RGB:
(180,159,207)
(71%,62%,81%)

RGB channels and saturation

R 180 of 255 = 71%
G 159 of 255 = 62%
B 207 of 255 = 81%

180
159
207

R + G + B ~ 71%. #B49FCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 159 + 207 = 546 (100%)
R 180 of 546 ~ 32.97%
G 159 of 546 ~ 29.12%
B 207 of 546 ~ 37.91%

%32.97
%29.12
%37.91

CMYK color model

#B49FCF color CMYK value is (13,23,0,19).

  • cyan value is 13.04%
  • magenta value is 23.19%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(13,23,0,19)
C13M23Y0K19 
(13%,23%,0%,19%)
(0.13/0.23/0.00/0.19)	

CMYK percentages

%13.04
%23.19
%0
%18.82

Codes

Color #B49FCF in popluar color models

B49FCF
RGB180159207
HSL266°33.33%71.76%
HSB/HSV266°23.19%81.18%
CMYK13.04%23.19%0.00%
18.82%

Color #B49FCF in popluar number systems.

HEXB49FCF
Decimal180159207
Binary101101001001111111001111
Octal264237317

Shades and tints

Shades of #B49FCF

#B49FCF
(180,159,207)
#A491BD
(164,145,189)
#9483AB
(148,131,171)
#847599
(132,117,153)
#746787
(116,103,135)
#645975
(100,89,117)
#544B63
(84,75,99)
#443D51
(68,61,81)
#342F3F
(52,47,63)
#24212D
(36,33,45)
#14131B
(20,19,27)
#000000
(0,0,0)

Tints of #B49FCF

#B49FCF
(180,159,207)
#BAA7D3
(186,167,211)
#C0AFD7
(192,175,215)
#C6B7DB
(198,183,219)
#CCBFDF
(204,191,223)
#D2C7E3
(210,199,227)
#D8CFE7
(216,207,231)
#DED7EB
(222,215,235)
#E4DFEF
(228,223,239)
#EAE7F3
(234,231,243)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49FCF color. Also use rgb(180,159,207) instead hex code.

Text Font Color

.myTextColor { color: #B49FCF; }

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

This text font color is #B49FCF.


Background Color

.myBgColor { background-color: #B49FCF; }

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

This div background color is #B49FCF.


Border color

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

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

This div border color is #B49FCF.


Opacity

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

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

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

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

This text has shadow with #B49FCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49FCF on black background.


Color preview on white background

This text has color #B49FCF on white background.



Black color preview on #B49FCF background

This text has black color on #B49FCF background.


White color preview on #B49FCF background

This text has white color on #B49FCF background.