COLOR #B49DCE

HEX: #B49DCE
RGB: (180,157,206)

Color info

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

RGB color model

#B49DCE color RGB value is (180,157,206).

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

RGB channels and saturation

R 180 of 255 = 71%
G 157 of 255 = 62%
B 206 of 255 = 81%

180
157
206

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

Portions of RGB colors in percentages

R + G + B =
180 + 157 + 206 = 543 (100%)
R 180 of 543 ~ 33.15%
G 157 of 543 ~ 28.91%
B 206 of 543 ~ 37.94%

%33.15
%28.91
%37.94

CMYK color model

#B49DCE color CMYK value is (13,24,0,19).

  • cyan value is 12.62%
  • magenta value is 23.79%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(13,24,0,19)
C13M24Y0K19 
(13%,24%,0%,19%)
(0.13/0.24/0.00/0.19)	

CMYK percentages

%12.62
%23.79
%0
%19.22

Codes

Color #B49DCE in popluar color models

B49DCE
RGB180157206
HSL268°33.33%71.18%
HSB/HSV268°23.79%80.78%
CMYK12.62%23.79%0.00%
19.22%

Color #B49DCE in popluar number systems.

HEXB49DCE
Decimal180157206
Binary101101001001110111001110
Octal264235316

Shades and tints

Shades of #B49DCE

#B49DCE
(180,157,206)
#A48FBC
(164,143,188)
#9481AA
(148,129,170)
#847398
(132,115,152)
#746586
(116,101,134)
#645774
(100,87,116)
#544962
(84,73,98)
#443B50
(68,59,80)
#342D3E
(52,45,62)
#241F2C
(36,31,44)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #B49DCE

#B49DCE
(180,157,206)
#BAA5D2
(186,165,210)
#C0ADD6
(192,173,214)
#C6B5DA
(198,181,218)
#CCBDDE
(204,189,222)
#D2C5E2
(210,197,226)
#D8CDE6
(216,205,230)
#DED5EA
(222,213,234)
#E4DDEE
(228,221,238)
#EAE5F2
(234,229,242)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49DCE; }

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

This text font color is #B49DCE.


Background Color

.myBgColor { background-color: #B49DCE; }

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

This div background color is #B49DCE.


Border color

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

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

This div border color is #B49DCE.


Opacity

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

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

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

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

This text has shadow with #B49DCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49DCE on black background.


Color preview on white background

This text has color #B49DCE on white background.



Black color preview on #B49DCE background

This text has black color on #B49DCE background.


White color preview on #B49DCE background

This text has white color on #B49DCE background.