COLOR #B3A4D6

HEX: #B3A4D6
RGB: (179,164,214)

Color info

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

RGB color model

#B3A4D6 color RGB value is (179,164,214).

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

RGB channels and saturation

R 179 of 255 = 70%
G 164 of 255 = 64%
B 214 of 255 = 84%

179
164
214

R + G + B ~ 73%. #B3A4D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 164 + 214 = 557 (100%)
R 179 of 557 ~ 32.14%
G 164 of 557 ~ 29.44%
B 214 of 557 ~ 38.42%

%32.14
%29.44
%38.42

CMYK color model

#B3A4D6 color CMYK value is (16,23,0,16).

  • cyan value is 16.36%
  • magenta value is 23.36%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(16,23,0,16)
C16M23Y0K16 
(16%,23%,0%,16%)
(0.16/0.23/0.00/0.16)	

CMYK percentages

%16.36
%23.36
%0
%16.08

Codes

Color #B3A4D6 in popluar color models

B3A4D6
RGB179164214
HSL258°37.88%74.12%
HSB/HSV258°23.36%83.92%
CMYK16.36%23.36%0.00%
16.08%

Color #B3A4D6 in popluar number systems.

HEXB3A4D6
Decimal179164214
Binary101100111010010011010110
Octal263244326

Shades and tints

Shades of #B3A4D6

#B3A4D6
(179,164,214)
#A396C3
(163,150,195)
#9388B0
(147,136,176)
#837A9D
(131,122,157)
#736C8A
(115,108,138)
#635E77
(99,94,119)
#535064
(83,80,100)
#434251
(67,66,81)
#33343E
(51,52,62)
#23262B
(35,38,43)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #B3A4D6

#B3A4D6
(179,164,214)
#B9ACD9
(185,172,217)
#BFB4DC
(191,180,220)
#C5BCDF
(197,188,223)
#CBC4E2
(203,196,226)
#D1CCE5
(209,204,229)
#D7D4E8
(215,212,232)
#DDDCEB
(221,220,235)
#E3E4EE
(227,228,238)
#E9ECF1
(233,236,241)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A4D6; }

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

This text font color is #B3A4D6.


Background Color

.myBgColor { background-color: #B3A4D6; }

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

This div background color is #B3A4D6.


Border color

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

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

This div border color is #B3A4D6.


Opacity

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

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

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

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

This text has shadow with #B3A4D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A4D6 on black background.


Color preview on white background

This text has color #B3A4D6 on white background.



Black color preview on #B3A4D6 background

This text has black color on #B3A4D6 background.


White color preview on #B3A4D6 background

This text has white color on #B3A4D6 background.