COLOR #B3A4B6

HEX: #B3A4B6
RGB: (179,164,182)

Color info

#B3A4B6 contains red, green and blue colors in about the same proportion. Web safe color of #B3A4B6 is #9999CC (or #99C).

RGB color model

#B3A4B6 color RGB value is (179,164,182).

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

RGB channels and saturation

R 179 of 255 = 70%
G 164 of 255 = 64%
B 182 of 255 = 71%

179
164
182

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

Portions of RGB colors in percentages

R + G + B =
179 + 164 + 182 = 525 (100%)
R 179 of 525 ~ 34.1%
G 164 of 525 ~ 31.24%
B 182 of 525 ~ 34.67%

%34.1
%31.24
%34.67

CMYK color model

#B3A4B6 color CMYK value is (2,10,0,29).

  • cyan value is 1.65%
  • magenta value is 9.89%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(2,10,0,29)
C2M10Y0K29 
(2%,10%,0%,29%)
(0.02/0.10/0.00/0.29)	

CMYK percentages

%1.65
%9.89
%0
%28.63

Codes

Color #B3A4B6 in popluar color models

B3A4B6
RGB179164182
HSL290°10.98%67.84%
HSB/HSV290°9.89%71.37%
CMYK1.65%9.89%0.00%
28.63%

Color #B3A4B6 in popluar number systems.

HEXB3A4B6
Decimal179164182
Binary101100111010010010110110
Octal263244266

Shades and tints

Shades of #B3A4B6

#B3A4B6
(179,164,182)
#A396A6
(163,150,166)
#938896
(147,136,150)
#837A86
(131,122,134)
#736C76
(115,108,118)
#635E66
(99,94,102)
#535056
(83,80,86)
#434246
(67,66,70)
#333436
(51,52,54)
#232626
(35,38,38)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #B3A4B6

#B3A4B6
(179,164,182)
#B9ACBC
(185,172,188)
#BFB4C2
(191,180,194)
#C5BCC8
(197,188,200)
#CBC4CE
(203,196,206)
#D1CCD4
(209,204,212)
#D7D4DA
(215,212,218)
#DDDCE0
(221,220,224)
#E3E4E6
(227,228,230)
#E9ECEC
(233,236,236)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A4B6 color. Also use rgb(179,164,182) instead hex code.

Text Font Color

.myTextColor { color: #B3A4B6; }

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

This text font color is #B3A4B6.


Background Color

.myBgColor { background-color: #B3A4B6; }

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

This div background color is #B3A4B6.


Border color

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

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

This div border color is #B3A4B6.


Opacity

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

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

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

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

This text has shadow with #B3A4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A4B6 on black background.


Color preview on white background

This text has color #B3A4B6 on white background.



Black color preview on #B3A4B6 background

This text has black color on #B3A4B6 background.


White color preview on #B3A4B6 background

This text has white color on #B3A4B6 background.