COLOR #B49ED2

HEX: #B49ED2
RGB: (180,158,210)

Color info

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

RGB color model

#B49ED2 color RGB value is (180,158,210).

  • red value is 180;
  • green value is 158;
  • blue value is 210.
RGB:
(180,158,210)
(71%,62%,82%)

RGB channels and saturation

R 180 of 255 = 71%
G 158 of 255 = 62%
B 210 of 255 = 82%

180
158
210

R + G + B ~ 72%. #B49ED2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 158 + 210 = 548 (100%)
R 180 of 548 ~ 32.85%
G 158 of 548 ~ 28.83%
B 210 of 548 ~ 38.32%

%32.85
%28.83
%38.32

CMYK color model

#B49ED2 color CMYK value is (14,25,0,18).

  • cyan value is 14.29%
  • magenta value is 24.76%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(14,25,0,18)
C14M25Y0K18 
(14%,25%,0%,18%)
(0.14/0.25/0.00/0.18)	

CMYK percentages

%14.29
%24.76
%0
%17.65

Codes

Color #B49ED2 in popluar color models

B49ED2
RGB180158210
HSL265°36.62%72.16%
HSB/HSV265°24.76%82.35%
CMYK14.29%24.76%0.00%
17.65%

Color #B49ED2 in popluar number systems.

HEXB49ED2
Decimal180158210
Binary101101001001111011010010
Octal264236322

Shades and tints

Shades of #B49ED2

#B49ED2
(180,158,210)
#A490BF
(164,144,191)
#9482AC
(148,130,172)
#847499
(132,116,153)
#746686
(116,102,134)
#645873
(100,88,115)
#544A60
(84,74,96)
#443C4D
(68,60,77)
#342E3A
(52,46,58)
#242027
(36,32,39)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #B49ED2

#B49ED2
(180,158,210)
#BAA6D6
(186,166,214)
#C0AEDA
(192,174,218)
#C6B6DE
(198,182,222)
#CCBEE2
(204,190,226)
#D2C6E6
(210,198,230)
#D8CEEA
(216,206,234)
#DED6EE
(222,214,238)
#E4DEF2
(228,222,242)
#EAE6F6
(234,230,246)
#F0EEFA
(240,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49ED2 color. Also use rgb(180,158,210) instead hex code.

Text Font Color

.myTextColor { color: #B49ED2; }

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

This text font color is #B49ED2.


Background Color

.myBgColor { background-color: #B49ED2; }

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

This div background color is #B49ED2.


Border color

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

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

This div border color is #B49ED2.


Opacity

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

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

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

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

This text has shadow with #B49ED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49ED2 on black background.


Color preview on white background

This text has color #B49ED2 on white background.



Black color preview on #B49ED2 background

This text has black color on #B49ED2 background.


White color preview on #B49ED2 background

This text has white color on #B49ED2 background.