COLOR #B4A3BC

HEX: #B4A3BC
RGB: (180,163,188)

Color info

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

RGB color model

#B4A3BC color RGB value is (180,163,188).

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

RGB channels and saturation

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

180
163
188

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

Portions of RGB colors in percentages

R + G + B =
180 + 163 + 188 = 531 (100%)
R 180 of 531 ~ 33.9%
G 163 of 531 ~ 30.7%
B 188 of 531 ~ 35.4%

%33.9
%30.7
%35.4

CMYK color model

#B4A3BC color CMYK value is (4,13,0,26).

  • cyan value is 4.26%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(4,13,0,26)
C4M13Y0K26 
(4%,13%,0%,26%)
(0.04/0.13/0.00/0.26)	

CMYK percentages

%4.26
%13.3
%0
%26.27

Codes

Color #B4A3BC in popluar color models

B4A3BC
RGB180163188
HSL281°15.72%68.82%
HSB/HSV281°13.30%73.73%
CMYK4.26%13.30%0.00%
26.27%

Color #B4A3BC in popluar number systems.

HEXB4A3BC
Decimal180163188
Binary101101001010001110111100
Octal264243274

Shades and tints

Shades of #B4A3BC

#B4A3BC
(180,163,188)
#A495AB
(164,149,171)
#94879A
(148,135,154)
#847989
(132,121,137)
#746B78
(116,107,120)
#645D67
(100,93,103)
#544F56
(84,79,86)
#444145
(68,65,69)
#343334
(52,51,52)
#242523
(36,37,35)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #B4A3BC

#B4A3BC
(180,163,188)
#BAABC2
(186,171,194)
#C0B3C8
(192,179,200)
#C6BBCE
(198,187,206)
#CCC3D4
(204,195,212)
#D2CBDA
(210,203,218)
#D8D3E0
(216,211,224)
#DEDBE6
(222,219,230)
#E4E3EC
(228,227,236)
#EAEBF2
(234,235,242)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A3BC; }

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

This text font color is #B4A3BC.


Background Color

.myBgColor { background-color: #B4A3BC; }

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

This div background color is #B4A3BC.


Border color

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

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

This div border color is #B4A3BC.


Opacity

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

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

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

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

This text has shadow with #B4A3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A3BC on black background.


Color preview on white background

This text has color #B4A3BC on white background.



Black color preview on #B4A3BC background

This text has black color on #B4A3BC background.


White color preview on #B4A3BC background

This text has white color on #B4A3BC background.