COLOR #B3A3BF

HEX: #B3A3BF
RGB: (179,163,191)

Color info

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

RGB color model

#B3A3BF color RGB value is (179,163,191).

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

RGB channels and saturation

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

179
163
191

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

Portions of RGB colors in percentages

R + G + B =
179 + 163 + 191 = 533 (100%)
R 179 of 533 ~ 33.58%
G 163 of 533 ~ 30.58%
B 191 of 533 ~ 35.83%

%33.58
%30.58
%35.83

CMYK color model

#B3A3BF color CMYK value is (6,15,0,25).

  • cyan value is 6.28%
  • magenta value is 14.66%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(6,15,0,25)
C6M15Y0K25 
(6%,15%,0%,25%)
(0.06/0.15/0.00/0.25)	

CMYK percentages

%6.28
%14.66
%0
%25.1

Codes

Color #B3A3BF in popluar color models

B3A3BF
RGB179163191
HSL274°17.95%69.41%
HSB/HSV274°14.66%74.90%
CMYK6.28%14.66%0.00%
25.10%

Color #B3A3BF in popluar number systems.

HEXB3A3BF
Decimal179163191
Binary101100111010001110111111
Octal263243277

Shades and tints

Shades of #B3A3BF

#B3A3BF
(179,163,191)
#A395AE
(163,149,174)
#93879D
(147,135,157)
#83798C
(131,121,140)
#736B7B
(115,107,123)
#635D6A
(99,93,106)
#534F59
(83,79,89)
#434148
(67,65,72)
#333337
(51,51,55)
#232526
(35,37,38)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #B3A3BF

#B3A3BF
(179,163,191)
#B9ABC4
(185,171,196)
#BFB3C9
(191,179,201)
#C5BBCE
(197,187,206)
#CBC3D3
(203,195,211)
#D1CBD8
(209,203,216)
#D7D3DD
(215,211,221)
#DDDBE2
(221,219,226)
#E3E3E7
(227,227,231)
#E9EBEC
(233,235,236)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A3BF; }

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

This text font color is #B3A3BF.


Background Color

.myBgColor { background-color: #B3A3BF; }

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

This div background color is #B3A3BF.


Border color

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

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

This div border color is #B3A3BF.


Opacity

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

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

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

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

This text has shadow with #B3A3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A3BF on black background.


Color preview on white background

This text has color #B3A3BF on white background.



Black color preview on #B3A3BF background

This text has black color on #B3A3BF background.


White color preview on #B3A3BF background

This text has white color on #B3A3BF background.