COLOR #B4A3BD

HEX: #B4A3BD
RGB: (180,163,189)

Color info

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

RGB color model

#B4A3BD color RGB value is (180,163,189).

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

RGB channels and saturation

R 180 of 255 = 71%
G 163 of 255 = 64%
B 189 of 255 = 74%

180
163
189

R + G + B ~ 70%. #B4A3BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 163 + 189 = 532 (100%)
R 180 of 532 ~ 33.83%
G 163 of 532 ~ 30.64%
B 189 of 532 ~ 35.53%

%33.83
%30.64
%35.53

CMYK color model

#B4A3BD color CMYK value is (5,14,0,26).

  • cyan value is 4.76%
  • magenta value is 13.76%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(5,14,0,26)
C5M14Y0K26 
(5%,14%,0%,26%)
(0.05/0.14/0.00/0.26)	

CMYK percentages

%4.76
%13.76
%0
%25.88

Codes

Color #B4A3BD in popluar color models

B4A3BD
RGB180163189
HSL279°16.46%69.02%
HSB/HSV279°13.76%74.12%
CMYK4.76%13.76%0.00%
25.88%

Color #B4A3BD in popluar number systems.

HEXB4A3BD
Decimal180163189
Binary101101001010001110111101
Octal264243275

Shades and tints

Shades of #B4A3BD

#B4A3BD
(180,163,189)
#A495AC
(164,149,172)
#94879B
(148,135,155)
#84798A
(132,121,138)
#746B79
(116,107,121)
#645D68
(100,93,104)
#544F57
(84,79,87)
#444146
(68,65,70)
#343335
(52,51,53)
#242524
(36,37,36)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #B4A3BD

#B4A3BD
(180,163,189)
#BAABC3
(186,171,195)
#C0B3C9
(192,179,201)
#C6BBCF
(198,187,207)
#CCC3D5
(204,195,213)
#D2CBDB
(210,203,219)
#D8D3E1
(216,211,225)
#DEDBE7
(222,219,231)
#E4E3ED
(228,227,237)
#EAEBF3
(234,235,243)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A3BD; }

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

This text font color is #B4A3BD.


Background Color

.myBgColor { background-color: #B4A3BD; }

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

This div background color is #B4A3BD.


Border color

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

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

This div border color is #B4A3BD.


Opacity

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

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

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

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

This text has shadow with #B4A3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A3BD on black background.


Color preview on white background

This text has color #B4A3BD on white background.



Black color preview on #B4A3BD background

This text has black color on #B4A3BD background.


White color preview on #B4A3BD background

This text has white color on #B4A3BD background.