COLOR #B4A3B3

HEX: #B4A3B3
RGB: (180,163,179)

Color info

#B4A3B3 contains red, green and blue colors in about the same proportion. Web safe color of #B4A3B3 is #CC9999 (or #C99).

RGB color model

#B4A3B3 color RGB value is (180,163,179).

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

RGB channels and saturation

R 180 of 255 = 71%
G 163 of 255 = 64%
B 179 of 255 = 70%

180
163
179

R + G + B ~ 68%. #B4A3B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 163 + 179 = 522 (100%)
R 180 of 522 ~ 34.48%
G 163 of 522 ~ 31.23%
B 179 of 522 ~ 34.29%

%34.48
%31.23
%34.29

CMYK color model

#B4A3B3 color CMYK value is (0,9,1,29).

  • cyan value is 0.00%
  • magenta value is 9.44%
  • yellow value is 0.56%
  • key color value is 29.41%
CMYK:
(0,9,1,29)
C0M9Y1K29 
(0%,9%,1%,29%)
(0.00/0.09/0.01/0.29)	

CMYK percentages

%0
%9.44
%0.56
%29.41

Codes

Color #B4A3B3 in popluar color models

B4A3B3
RGB180163179
HSL304°10.18%67.25%
HSB/HSV304°9.44%70.59%
CMYK0.00%9.44%0.56%
29.41%

Color #B4A3B3 in popluar number systems.

HEXB4A3B3
Decimal180163179
Binary101101001010001110110011
Octal264243263

Shades and tints

Shades of #B4A3B3

#B4A3B3
(180,163,179)
#A495A3
(164,149,163)
#948793
(148,135,147)
#847983
(132,121,131)
#746B73
(116,107,115)
#645D63
(100,93,99)
#544F53
(84,79,83)
#444143
(68,65,67)
#343333
(52,51,51)
#242523
(36,37,35)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #B4A3B3

#B4A3B3
(180,163,179)
#BAABB9
(186,171,185)
#C0B3BF
(192,179,191)
#C6BBC5
(198,187,197)
#CCC3CB
(204,195,203)
#D2CBD1
(210,203,209)
#D8D3D7
(216,211,215)
#DEDBDD
(222,219,221)
#E4E3E3
(228,227,227)
#EAEBE9
(234,235,233)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A3B3; }

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

This text font color is #B4A3B3.


Background Color

.myBgColor { background-color: #B4A3B3; }

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

This div background color is #B4A3B3.


Border color

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

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

This div border color is #B4A3B3.


Opacity

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

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

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

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

This text has shadow with #B4A3B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A3B3 on black background.


Color preview on white background

This text has color #B4A3B3 on white background.



Black color preview on #B4A3B3 background

This text has black color on #B4A3B3 background.


White color preview on #B4A3B3 background

This text has white color on #B4A3B3 background.