COLOR #B4B8F9

HEX: #B4B8F9
RGB: (180,184,249)

Color info

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

RGB color model

#B4B8F9 color RGB value is (180,184,249).

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

RGB channels and saturation

R 180 of 255 = 71%
G 184 of 255 = 72%
B 249 of 255 = 98%

180
184
249

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

Portions of RGB colors in percentages

R + G + B =
180 + 184 + 249 = 613 (100%)
R 180 of 613 ~ 29.36%
G 184 of 613 ~ 30.02%
B 249 of 613 ~ 40.62%

%29.36
%30.02
%40.62

CMYK color model

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

  • cyan value is 27.71%
  • magenta value is 26.10%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(28,26,0,2)
C28M26Y0K2 
(28%,26%,0%,2%)
(0.28/0.26/0.00/0.02)	

CMYK percentages

%27.71
%26.1
%0
%2.35

Codes

Color #B4B8F9 in popluar color models

B4B8F9
RGB180184249
HSL237°85.19%84.12%
HSB/HSV237°27.71%97.65%
CMYK27.71%26.10%0.00%
2.35%

Color #B4B8F9 in popluar number systems.

HEXB4B8F9
Decimal180184249
Binary101101001011100011111001
Octal264270371

Shades and tints

Shades of #B4B8F9

#B4B8F9
(180,184,249)
#A4A8E3
(164,168,227)
#9498CD
(148,152,205)
#8488B7
(132,136,183)
#7478A1
(116,120,161)
#64688B
(100,104,139)
#545875
(84,88,117)
#44485F
(68,72,95)
#343849
(52,56,73)
#242833
(36,40,51)
#14181D
(20,24,29)
#000000
(0,0,0)

Tints of #B4B8F9

#B4B8F9
(180,184,249)
#BABEF9
(186,190,249)
#C0C4F9
(192,196,249)
#C6CAF9
(198,202,249)
#CCD0F9
(204,208,249)
#D2D6F9
(210,214,249)
#D8DCF9
(216,220,249)
#DEE2F9
(222,226,249)
#E4E8F9
(228,232,249)
#EAEEF9
(234,238,249)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B8F9; }

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

This text font color is #B4B8F9.


Background Color

.myBgColor { background-color: #B4B8F9; }

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

This div background color is #B4B8F9.


Border color

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

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

This div border color is #B4B8F9.


Opacity

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

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

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

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

This text has shadow with #B4B8F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B8F9 on black background.


Color preview on white background

This text has color #B4B8F9 on white background.



Black color preview on #B4B8F9 background

This text has black color on #B4B8F9 background.


White color preview on #B4B8F9 background

This text has white color on #B4B8F9 background.