COLOR #B49AD2

HEX: #B49AD2
RGB: (180,154,210)

Color info

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

RGB color model

#B49AD2 color RGB value is (180,154,210).

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

RGB channels and saturation

R 180 of 255 = 71%
G 154 of 255 = 60%
B 210 of 255 = 82%

180
154
210

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

Portions of RGB colors in percentages

R + G + B =
180 + 154 + 210 = 544 (100%)
R 180 of 544 ~ 33.09%
G 154 of 544 ~ 28.31%
B 210 of 544 ~ 38.6%

%33.09
%28.31
%38.6

CMYK color model

#B49AD2 color CMYK value is (14,27,0,18).

  • cyan value is 14.29%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(14,27,0,18)
C14M27Y0K18 
(14%,27%,0%,18%)
(0.14/0.27/0.00/0.18)	

CMYK percentages

%14.29
%26.67
%0
%17.65

Codes

Color #B49AD2 in popluar color models

B49AD2
RGB180154210
HSL268°38.36%71.37%
HSB/HSV268°26.67%82.35%
CMYK14.29%26.67%0.00%
17.65%

Color #B49AD2 in popluar number systems.

HEXB49AD2
Decimal180154210
Binary101101001001101011010010
Octal264232322

Shades and tints

Shades of #B49AD2

#B49AD2
(180,154,210)
#A48CBF
(164,140,191)
#947EAC
(148,126,172)
#847099
(132,112,153)
#746286
(116,98,134)
#645473
(100,84,115)
#544660
(84,70,96)
#44384D
(68,56,77)
#342A3A
(52,42,58)
#241C27
(36,28,39)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #B49AD2

#B49AD2
(180,154,210)
#BAA3D6
(186,163,214)
#C0ACDA
(192,172,218)
#C6B5DE
(198,181,222)
#CCBEE2
(204,190,226)
#D2C7E6
(210,199,230)
#D8D0EA
(216,208,234)
#DED9EE
(222,217,238)
#E4E2F2
(228,226,242)
#EAEBF6
(234,235,246)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49AD2; }

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

This text font color is #B49AD2.


Background Color

.myBgColor { background-color: #B49AD2; }

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

This div background color is #B49AD2.


Border color

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

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

This div border color is #B49AD2.


Opacity

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

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

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

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

This text has shadow with #B49AD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49AD2 on black background.


Color preview on white background

This text has color #B49AD2 on white background.



Black color preview on #B49AD2 background

This text has black color on #B49AD2 background.


White color preview on #B49AD2 background

This text has white color on #B49AD2 background.