COLOR #B3A5F6

HEX: #B3A5F6
RGB: (179,165,246)

Color info

#B3A5F6 contains mainly blue color. Web safe color of #B3A5F6 is #9999FF (or #99F).

RGB color model

#B3A5F6 color RGB value is (179,165,246).

  • red value is 179;
  • green value is 165;
  • blue value is 246.
RGB:
(179,165,246)
(70%,65%,96%)

RGB channels and saturation

R 179 of 255 = 70%
G 165 of 255 = 65%
B 246 of 255 = 96%

179
165
246

R + G + B ~ 77%. #B3A5F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 165 + 246 = 590 (100%)
R 179 of 590 ~ 30.34%
G 165 of 590 ~ 27.97%
B 246 of 590 ~ 41.69%

%30.34
%27.97
%41.69

CMYK color model

#B3A5F6 color CMYK value is (27,33,0,4).

  • cyan value is 27.24%
  • magenta value is 32.93%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(27,33,0,4)
C27M33Y0K4 
(27%,33%,0%,4%)
(0.27/0.33/0.00/0.04)	

CMYK percentages

%27.24
%32.93
%0
%3.53

Codes

Color #B3A5F6 in popluar color models

B3A5F6
RGB179165246
HSL250°81.82%80.59%
HSB/HSV250°32.93%96.47%
CMYK27.24%32.93%0.00%
3.53%

Color #B3A5F6 in popluar number systems.

HEXB3A5F6
Decimal179165246
Binary101100111010010111110110
Octal263245366

Shades and tints

Shades of #B3A5F6

#B3A5F6
(179,165,246)
#A396E0
(163,150,224)
#9387CA
(147,135,202)
#8378B4
(131,120,180)
#73699E
(115,105,158)
#635A88
(99,90,136)
#534B72
(83,75,114)
#433C5C
(67,60,92)
#332D46
(51,45,70)
#231E30
(35,30,48)
#130F1A
(19,15,26)
#000000
(0,0,0)

Tints of #B3A5F6

#B3A5F6
(179,165,246)
#B9ADF6
(185,173,246)
#BFB5F6
(191,181,246)
#C5BDF6
(197,189,246)
#CBC5F6
(203,197,246)
#D1CDF6
(209,205,246)
#D7D5F6
(215,213,246)
#DDDDF6
(221,221,246)
#E3E5F6
(227,229,246)
#E9EDF6
(233,237,246)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A5F6 color. Also use rgb(179,165,246) instead hex code.

Text Font Color

.myTextColor { color: #B3A5F6; }

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

This text font color is #B3A5F6.


Background Color

.myBgColor { background-color: #B3A5F6; }

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

This div background color is #B3A5F6.


Border color

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

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

This div border color is #B3A5F6.


Opacity

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

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

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

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

This text has shadow with #B3A5F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A5F6 on black background.


Color preview on white background

This text has color #B3A5F6 on white background.



Black color preview on #B3A5F6 background

This text has black color on #B3A5F6 background.


White color preview on #B3A5F6 background

This text has white color on #B3A5F6 background.