COLOR #B49FCB

HEX: #B49FCB
RGB: (180,159,203)

Color info

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

RGB color model

#B49FCB color RGB value is (180,159,203).

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

RGB channels and saturation

R 180 of 255 = 71%
G 159 of 255 = 62%
B 203 of 255 = 80%

180
159
203

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

Portions of RGB colors in percentages

R + G + B =
180 + 159 + 203 = 542 (100%)
R 180 of 542 ~ 33.21%
G 159 of 542 ~ 29.34%
B 203 of 542 ~ 37.45%

%33.21
%29.34
%37.45

CMYK color model

#B49FCB color CMYK value is (11,22,0,20).

  • cyan value is 11.33%
  • magenta value is 21.67%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(11,22,0,20)
C11M22Y0K20 
(11%,22%,0%,20%)
(0.11/0.22/0.00/0.20)	

CMYK percentages

%11.33
%21.67
%0
%20.39

Codes

Color #B49FCB in popluar color models

B49FCB
RGB180159203
HSL269°29.73%70.98%
HSB/HSV269°21.67%79.61%
CMYK11.33%21.67%0.00%
20.39%

Color #B49FCB in popluar number systems.

HEXB49FCB
Decimal180159203
Binary101101001001111111001011
Octal264237313

Shades and tints

Shades of #B49FCB

#B49FCB
(180,159,203)
#A491B9
(164,145,185)
#9483A7
(148,131,167)
#847595
(132,117,149)
#746783
(116,103,131)
#645971
(100,89,113)
#544B5F
(84,75,95)
#443D4D
(68,61,77)
#342F3B
(52,47,59)
#242129
(36,33,41)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #B49FCB

#B49FCB
(180,159,203)
#BAA7CF
(186,167,207)
#C0AFD3
(192,175,211)
#C6B7D7
(198,183,215)
#CCBFDB
(204,191,219)
#D2C7DF
(210,199,223)
#D8CFE3
(216,207,227)
#DED7E7
(222,215,231)
#E4DFEB
(228,223,235)
#EAE7EF
(234,231,239)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49FCB; }

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

This text font color is #B49FCB.


Background Color

.myBgColor { background-color: #B49FCB; }

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

This div background color is #B49FCB.


Border color

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

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

This div border color is #B49FCB.


Opacity

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

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

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

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

This text has shadow with #B49FCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49FCB on black background.


Color preview on white background

This text has color #B49FCB on white background.



Black color preview on #B49FCB background

This text has black color on #B49FCB background.


White color preview on #B49FCB background

This text has white color on #B49FCB background.