COLOR #B49AD4

HEX: #B49AD4
RGB: (180,154,212)

Color info

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

RGB color model

#B49AD4 color RGB value is (180,154,212).

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

RGB channels and saturation

R 180 of 255 = 71%
G 154 of 255 = 60%
B 212 of 255 = 83%

180
154
212

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

Portions of RGB colors in percentages

R + G + B =
180 + 154 + 212 = 546 (100%)
R 180 of 546 ~ 32.97%
G 154 of 546 ~ 28.21%
B 212 of 546 ~ 38.83%

%32.97
%28.21
%38.83

CMYK color model

#B49AD4 color CMYK value is (15,27,0,17).

  • cyan value is 15.09%
  • magenta value is 27.36%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(15,27,0,17)
C15M27Y0K17 
(15%,27%,0%,17%)
(0.15/0.27/0.00/0.17)	

CMYK percentages

%15.09
%27.36
%0
%16.86

Codes

Color #B49AD4 in popluar color models

B49AD4
RGB180154212
HSL267°40.28%71.76%
HSB/HSV267°27.36%83.14%
CMYK15.09%27.36%0.00%
16.86%

Color #B49AD4 in popluar number systems.

HEXB49AD4
Decimal180154212
Binary101101001001101011010100
Octal264232324

Shades and tints

Shades of #B49AD4

#B49AD4
(180,154,212)
#A48CC1
(164,140,193)
#947EAE
(148,126,174)
#84709B
(132,112,155)
#746288
(116,98,136)
#645475
(100,84,117)
#544662
(84,70,98)
#44384F
(68,56,79)
#342A3C
(52,42,60)
#241C29
(36,28,41)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #B49AD4

#B49AD4
(180,154,212)
#BAA3D7
(186,163,215)
#C0ACDA
(192,172,218)
#C6B5DD
(198,181,221)
#CCBEE0
(204,190,224)
#D2C7E3
(210,199,227)
#D8D0E6
(216,208,230)
#DED9E9
(222,217,233)
#E4E2EC
(228,226,236)
#EAEBEF
(234,235,239)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49AD4; }

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

This text font color is #B49AD4.


Background Color

.myBgColor { background-color: #B49AD4; }

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

This div background color is #B49AD4.


Border color

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

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

This div border color is #B49AD4.


Opacity

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

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

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

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

This text has shadow with #B49AD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49AD4 on black background.


Color preview on white background

This text has color #B49AD4 on white background.



Black color preview on #B49AD4 background

This text has black color on #B49AD4 background.


White color preview on #B49AD4 background

This text has white color on #B49AD4 background.