COLOR #B4B3F4

HEX: #B4B3F4
RGB: (180,179,244)

Color info

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

RGB color model

#B4B3F4 color RGB value is (180,179,244).

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

RGB channels and saturation

R 180 of 255 = 71%
G 179 of 255 = 70%
B 244 of 255 = 96%

180
179
244

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

Portions of RGB colors in percentages

R + G + B =
180 + 179 + 244 = 603 (100%)
R 180 of 603 ~ 29.85%
G 179 of 603 ~ 29.68%
B 244 of 603 ~ 40.46%

%29.85
%29.68
%40.46

CMYK color model

#B4B3F4 color CMYK value is (26,27,0,4).

  • cyan value is 26.23%
  • magenta value is 26.64%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(26,27,0,4)
C26M27Y0K4 
(26%,27%,0%,4%)
(0.26/0.27/0.00/0.04)	

CMYK percentages

%26.23
%26.64
%0
%4.31

Codes

Color #B4B3F4 in popluar color models

B4B3F4
RGB180179244
HSL241°74.71%82.94%
HSB/HSV241°26.64%95.69%
CMYK26.23%26.64%0.00%
4.31%

Color #B4B3F4 in popluar number systems.

HEXB4B3F4
Decimal180179244
Binary101101001011001111110100
Octal264263364

Shades and tints

Shades of #B4B3F4

#B4B3F4
(180,179,244)
#A4A3DE
(164,163,222)
#9493C8
(148,147,200)
#8483B2
(132,131,178)
#74739C
(116,115,156)
#646386
(100,99,134)
#545370
(84,83,112)
#44435A
(68,67,90)
#343344
(52,51,68)
#24232E
(36,35,46)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #B4B3F4

#B4B3F4
(180,179,244)
#BAB9F5
(186,185,245)
#C0BFF6
(192,191,246)
#C6C5F7
(198,197,247)
#CCCBF8
(204,203,248)
#D2D1F9
(210,209,249)
#D8D7FA
(216,215,250)
#DEDDFB
(222,221,251)
#E4E3FC
(228,227,252)
#EAE9FD
(234,233,253)
#F0EFFE
(240,239,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B3F4; }

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

This text font color is #B4B3F4.


Background Color

.myBgColor { background-color: #B4B3F4; }

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

This div background color is #B4B3F4.


Border color

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

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

This div border color is #B4B3F4.


Opacity

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

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

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

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

This text has shadow with #B4B3F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B3F4 on black background.


Color preview on white background

This text has color #B4B3F4 on white background.



Black color preview on #B4B3F4 background

This text has black color on #B4B3F4 background.


White color preview on #B4B3F4 background

This text has white color on #B4B3F4 background.