COLOR #B3A4BF

HEX: #B3A4BF
RGB: (179,164,191)

Color info

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

RGB color model

#B3A4BF color RGB value is (179,164,191).

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

RGB channels and saturation

R 179 of 255 = 70%
G 164 of 255 = 64%
B 191 of 255 = 75%

179
164
191

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

Portions of RGB colors in percentages

R + G + B =
179 + 164 + 191 = 534 (100%)
R 179 of 534 ~ 33.52%
G 164 of 534 ~ 30.71%
B 191 of 534 ~ 35.77%

%33.52
%30.71
%35.77

CMYK color model

#B3A4BF color CMYK value is (6,14,0,25).

  • cyan value is 6.28%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(6,14,0,25)
C6M14Y0K25 
(6%,14%,0%,25%)
(0.06/0.14/0.00/0.25)	

CMYK percentages

%6.28
%14.14
%0
%25.1

Codes

Color #B3A4BF in popluar color models

B3A4BF
RGB179164191
HSL273°17.42%69.61%
HSB/HSV273°14.14%74.90%
CMYK6.28%14.14%0.00%
25.10%

Color #B3A4BF in popluar number systems.

HEXB3A4BF
Decimal179164191
Binary101100111010010010111111
Octal263244277

Shades and tints

Shades of #B3A4BF

#B3A4BF
(179,164,191)
#A396AE
(163,150,174)
#93889D
(147,136,157)
#837A8C
(131,122,140)
#736C7B
(115,108,123)
#635E6A
(99,94,106)
#535059
(83,80,89)
#434248
(67,66,72)
#333437
(51,52,55)
#232626
(35,38,38)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #B3A4BF

#B3A4BF
(179,164,191)
#B9ACC4
(185,172,196)
#BFB4C9
(191,180,201)
#C5BCCE
(197,188,206)
#CBC4D3
(203,196,211)
#D1CCD8
(209,204,216)
#D7D4DD
(215,212,221)
#DDDCE2
(221,220,226)
#E3E4E7
(227,228,231)
#E9ECEC
(233,236,236)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A4BF; }

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

This text font color is #B3A4BF.


Background Color

.myBgColor { background-color: #B3A4BF; }

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

This div background color is #B3A4BF.


Border color

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

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

This div border color is #B3A4BF.


Opacity

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

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

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

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

This text has shadow with #B3A4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A4BF on black background.


Color preview on white background

This text has color #B3A4BF on white background.



Black color preview on #B3A4BF background

This text has black color on #B3A4BF background.


White color preview on #B3A4BF background

This text has white color on #B3A4BF background.