COLOR #B3B1F8

HEX: #B3B1F8
RGB: (179,177,248)

Color info

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

RGB color model

#B3B1F8 color RGB value is (179,177,248).

  • red value is 179;
  • green value is 177;
  • blue value is 248.
RGB:
(179,177,248)
(70%,69%,97%)

RGB channels and saturation

R 179 of 255 = 70%
G 177 of 255 = 69%
B 248 of 255 = 97%

179
177
248

R + G + B ~ 79%. #B3B1F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 177 + 248 = 604 (100%)
R 179 of 604 ~ 29.64%
G 177 of 604 ~ 29.3%
B 248 of 604 ~ 41.06%

%29.64
%29.3
%41.06

CMYK color model

#B3B1F8 color CMYK value is (28,29,0,3).

  • cyan value is 27.82%
  • magenta value is 28.63%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(28,29,0,3)
C28M29Y0K3 
(28%,29%,0%,3%)
(0.28/0.29/0.00/0.03)	

CMYK percentages

%27.82
%28.63
%0
%2.75

Codes

Color #B3B1F8 in popluar color models

B3B1F8
RGB179177248
HSL242°83.53%83.33%
HSB/HSV242°28.63%97.25%
CMYK27.82%28.63%0.00%
2.75%

Color #B3B1F8 in popluar number systems.

HEXB3B1F8
Decimal179177248
Binary101100111011000111111000
Octal263261370

Shades and tints

Shades of #B3B1F8

#B3B1F8
(179,177,248)
#A3A1E2
(163,161,226)
#9391CC
(147,145,204)
#8381B6
(131,129,182)
#7371A0
(115,113,160)
#63618A
(99,97,138)
#535174
(83,81,116)
#43415E
(67,65,94)
#333148
(51,49,72)
#232132
(35,33,50)
#13111C
(19,17,28)
#000000
(0,0,0)

Tints of #B3B1F8

#B3B1F8
(179,177,248)
#B9B8F8
(185,184,248)
#BFBFF8
(191,191,248)
#C5C6F8
(197,198,248)
#CBCDF8
(203,205,248)
#D1D4F8
(209,212,248)
#D7DBF8
(215,219,248)
#DDE2F8
(221,226,248)
#E3E9F8
(227,233,248)
#E9F0F8
(233,240,248)
#EFF7F8
(239,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3B1F8 color. Also use rgb(179,177,248) instead hex code.

Text Font Color

.myTextColor { color: #B3B1F8; }

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

This text font color is #B3B1F8.


Background Color

.myBgColor { background-color: #B3B1F8; }

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

This div background color is #B3B1F8.


Border color

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

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

This div border color is #B3B1F8.


Opacity

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

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

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

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

This text has shadow with #B3B1F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B1F8 on black background.


Color preview on white background

This text has color #B3B1F8 on white background.



Black color preview on #B3B1F8 background

This text has black color on #B3B1F8 background.


White color preview on #B3B1F8 background

This text has white color on #B3B1F8 background.