COLOR #B4A3D1

HEX: #B4A3D1
RGB: (180,163,209)

Color info

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

RGB color model

#B4A3D1 color RGB value is (180,163,209).

  • red value is 180;
  • green value is 163;
  • blue value is 209.
RGB:
(180,163,209)
(71%,64%,82%)

RGB channels and saturation

R 180 of 255 = 71%
G 163 of 255 = 64%
B 209 of 255 = 82%

180
163
209

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

Portions of RGB colors in percentages

R + G + B =
180 + 163 + 209 = 552 (100%)
R 180 of 552 ~ 32.61%
G 163 of 552 ~ 29.53%
B 209 of 552 ~ 37.86%

%32.61
%29.53
%37.86

CMYK color model

#B4A3D1 color CMYK value is (14,22,0,18).

  • cyan value is 13.88%
  • magenta value is 22.01%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(14,22,0,18)
C14M22Y0K18 
(14%,22%,0%,18%)
(0.14/0.22/0.00/0.18)	

CMYK percentages

%13.88
%22.01
%0
%18.04

Codes

Color #B4A3D1 in popluar color models

B4A3D1
RGB180163209
HSL262°33.33%72.94%
HSB/HSV262°22.01%81.96%
CMYK13.88%22.01%0.00%
18.04%

Color #B4A3D1 in popluar number systems.

HEXB4A3D1
Decimal180163209
Binary101101001010001111010001
Octal264243321

Shades and tints

Shades of #B4A3D1

#B4A3D1
(180,163,209)
#A495BE
(164,149,190)
#9487AB
(148,135,171)
#847998
(132,121,152)
#746B85
(116,107,133)
#645D72
(100,93,114)
#544F5F
(84,79,95)
#44414C
(68,65,76)
#343339
(52,51,57)
#242526
(36,37,38)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #B4A3D1

#B4A3D1
(180,163,209)
#BAABD5
(186,171,213)
#C0B3D9
(192,179,217)
#C6BBDD
(198,187,221)
#CCC3E1
(204,195,225)
#D2CBE5
(210,203,229)
#D8D3E9
(216,211,233)
#DEDBED
(222,219,237)
#E4E3F1
(228,227,241)
#EAEBF5
(234,235,245)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A3D1 color. Also use rgb(180,163,209) instead hex code.

Text Font Color

.myTextColor { color: #B4A3D1; }

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

This text font color is #B4A3D1.


Background Color

.myBgColor { background-color: #B4A3D1; }

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

This div background color is #B4A3D1.


Border color

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

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

This div border color is #B4A3D1.


Opacity

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

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

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

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

This text has shadow with #B4A3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A3D1 on black background.


Color preview on white background

This text has color #B4A3D1 on white background.



Black color preview on #B4A3D1 background

This text has black color on #B4A3D1 background.


White color preview on #B4A3D1 background

This text has white color on #B4A3D1 background.