COLOR #B49DC6

HEX: #B49DC6
RGB: (180,157,198)

Color info

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

RGB color model

#B49DC6 color RGB value is (180,157,198).

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

RGB channels and saturation

R 180 of 255 = 71%
G 157 of 255 = 62%
B 198 of 255 = 78%

180
157
198

R + G + B ~ 70%. #B49DC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 157 + 198 = 535 (100%)
R 180 of 535 ~ 33.64%
G 157 of 535 ~ 29.35%
B 198 of 535 ~ 37.01%

%33.64
%29.35
%37.01

CMYK color model

#B49DC6 color CMYK value is (9,21,0,22).

  • cyan value is 9.09%
  • magenta value is 20.71%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(9,21,0,22)
C9M21Y0K22 
(9%,21%,0%,22%)
(0.09/0.21/0.00/0.22)	

CMYK percentages

%9.09
%20.71
%0
%22.35

Codes

Color #B49DC6 in popluar color models

B49DC6
RGB180157198
HSL274°26.45%69.61%
HSB/HSV274°20.71%77.65%
CMYK9.09%20.71%0.00%
22.35%

Color #B49DC6 in popluar number systems.

HEXB49DC6
Decimal180157198
Binary101101001001110111000110
Octal264235306

Shades and tints

Shades of #B49DC6

#B49DC6
(180,157,198)
#A48FB4
(164,143,180)
#9481A2
(148,129,162)
#847390
(132,115,144)
#74657E
(116,101,126)
#64576C
(100,87,108)
#54495A
(84,73,90)
#443B48
(68,59,72)
#342D36
(52,45,54)
#241F24
(36,31,36)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #B49DC6

#B49DC6
(180,157,198)
#BAA5CB
(186,165,203)
#C0ADD0
(192,173,208)
#C6B5D5
(198,181,213)
#CCBDDA
(204,189,218)
#D2C5DF
(210,197,223)
#D8CDE4
(216,205,228)
#DED5E9
(222,213,233)
#E4DDEE
(228,221,238)
#EAE5F3
(234,229,243)
#F0EDF8
(240,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49DC6; }

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

This text font color is #B49DC6.


Background Color

.myBgColor { background-color: #B49DC6; }

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

This div background color is #B49DC6.


Border color

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

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

This div border color is #B49DC6.


Opacity

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

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

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

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

This text has shadow with #B49DC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49DC6 on black background.


Color preview on white background

This text has color #B49DC6 on white background.



Black color preview on #B49DC6 background

This text has black color on #B49DC6 background.


White color preview on #B49DC6 background

This text has white color on #B49DC6 background.