COLOR #B4B4F0

HEX: #B4B4F0
RGB: (180,180,240)

Color info

#B4B4F0 contains mainly blue color. Web safe color of #B4B4F0 is #CCCCFF (or #CCF).

RGB color model

#B4B4F0 color RGB value is (180,180,240).

  • red value is 180;
  • green value is 180;
  • blue value is 240.
RGB:
(180,180,240)
(71%,71%,94%)

RGB channels and saturation

R 180 of 255 = 71%
G 180 of 255 = 71%
B 240 of 255 = 94%

180
180
240

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

Portions of RGB colors in percentages

R + G + B =
180 + 180 + 240 = 600 (100%)
R 180 of 600 ~ 30%
G 180 of 600 ~ 30%
B 240 of 600 ~ 40%

%30
%30
%40

CMYK color model

#B4B4F0 color CMYK value is (25,25,0,6).

  • cyan value is 25.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(25,25,0,6)
C25M25Y0K6 
(25%,25%,0%,6%)
(0.25/0.25/0.00/0.06)	

CMYK percentages

%25
%25
%0
%5.88

Codes

Color #B4B4F0 in popluar color models

B4B4F0
RGB180180240
HSL240°66.67%82.35%
HSB/HSV240°25.00%94.12%
CMYK25.00%25.00%0.00%
5.88%

Color #B4B4F0 in popluar number systems.

HEXB4B4F0
Decimal180180240
Binary101101001011010011110000
Octal264264360

Shades and tints

Shades of #B4B4F0

#B4B4F0
(180,180,240)
#A4A4DB
(164,164,219)
#9494C6
(148,148,198)
#8484B1
(132,132,177)
#74749C
(116,116,156)
#646487
(100,100,135)
#545472
(84,84,114)
#44445D
(68,68,93)
#343448
(52,52,72)
#242433
(36,36,51)
#14141E
(20,20,30)
#000000
(0,0,0)

Tints of #B4B4F0

#B4B4F0
(180,180,240)
#BABAF1
(186,186,241)
#C0C0F2
(192,192,242)
#C6C6F3
(198,198,243)
#CCCCF4
(204,204,244)
#D2D2F5
(210,210,245)
#D8D8F6
(216,216,246)
#DEDEF7
(222,222,247)
#E4E4F8
(228,228,248)
#EAEAF9
(234,234,249)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B4F0; }

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

This text font color is #B4B4F0.


Background Color

.myBgColor { background-color: #B4B4F0; }

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

This div background color is #B4B4F0.


Border color

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

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

This div border color is #B4B4F0.


Opacity

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

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

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

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

This text has shadow with #B4B4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B4F0 on black background.


Color preview on white background

This text has color #B4B4F0 on white background.



Black color preview on #B4B4F0 background

This text has black color on #B4B4F0 background.


White color preview on #B4B4F0 background

This text has white color on #B4B4F0 background.