COLOR #B4B3F9

HEX: #B4B3F9
RGB: (180,179,249)

Color info

#B4B3F9 contains mainly blue color. Web safe color of #B4B3F9 is #CC99FF (or #C9F).

RGB color model

#B4B3F9 color RGB value is (180,179,249).

  • red value is 180;
  • green value is 179;
  • blue value is 249.
RGB:
(180,179,249)
(71%,70%,98%)

RGB channels and saturation

R 180 of 255 = 71%
G 179 of 255 = 70%
B 249 of 255 = 98%

180
179
249

R + G + B ~ 80%. #B4B3F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 179 + 249 = 608 (100%)
R 180 of 608 ~ 29.61%
G 179 of 608 ~ 29.44%
B 249 of 608 ~ 40.95%

%29.61
%29.44
%40.95

CMYK color model

#B4B3F9 color CMYK value is (28,28,0,2).

  • cyan value is 27.71%
  • magenta value is 28.11%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(28,28,0,2)
C28M28Y0K2 
(28%,28%,0%,2%)
(0.28/0.28/0.00/0.02)	

CMYK percentages

%27.71
%28.11
%0
%2.35

Codes

Color #B4B3F9 in popluar color models

B4B3F9
RGB180179249
HSL241°85.37%83.92%
HSB/HSV241°28.11%97.65%
CMYK27.71%28.11%0.00%
2.35%

Color #B4B3F9 in popluar number systems.

HEXB4B3F9
Decimal180179249
Binary101101001011001111111001
Octal264263371

Shades and tints

Shades of #B4B3F9

#B4B3F9
(180,179,249)
#A4A3E3
(164,163,227)
#9493CD
(148,147,205)
#8483B7
(132,131,183)
#7473A1
(116,115,161)
#64638B
(100,99,139)
#545375
(84,83,117)
#44435F
(68,67,95)
#343349
(52,51,73)
#242333
(36,35,51)
#14131D
(20,19,29)
#000000
(0,0,0)

Tints of #B4B3F9

#B4B3F9
(180,179,249)
#BAB9F9
(186,185,249)
#C0BFF9
(192,191,249)
#C6C5F9
(198,197,249)
#CCCBF9
(204,203,249)
#D2D1F9
(210,209,249)
#D8D7F9
(216,215,249)
#DEDDF9
(222,221,249)
#E4E3F9
(228,227,249)
#EAE9F9
(234,233,249)
#F0EFF9
(240,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B3F9 color. Also use rgb(180,179,249) instead hex code.

Text Font Color

.myTextColor { color: #B4B3F9; }

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

This text font color is #B4B3F9.


Background Color

.myBgColor { background-color: #B4B3F9; }

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

This div background color is #B4B3F9.


Border color

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

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

This div border color is #B4B3F9.


Opacity

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

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

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

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

This text has shadow with #B4B3F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B3F9 on black background.


Color preview on white background

This text has color #B4B3F9 on white background.



Black color preview on #B4B3F9 background

This text has black color on #B4B3F9 background.


White color preview on #B4B3F9 background

This text has white color on #B4B3F9 background.