COLOR #B4B9FD

HEX: #B4B9FD
RGB: (180,185,253)

Color info

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

RGB color model

#B4B9FD color RGB value is (180,185,253).

  • red value is 180;
  • green value is 185;
  • blue value is 253.
RGB:
(180,185,253)
(71%,73%,99%)

RGB channels and saturation

R 180 of 255 = 71%
G 185 of 255 = 73%
B 253 of 255 = 99%

180
185
253

R + G + B ~ 81%. #B4B9FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 185 + 253 = 618 (100%)
R 180 of 618 ~ 29.13%
G 185 of 618 ~ 29.94%
B 253 of 618 ~ 40.94%

%29.13
%29.94
%40.94

CMYK color model

#B4B9FD color CMYK value is (29,27,0,1).

  • cyan value is 28.85%
  • magenta value is 26.88%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(29,27,0,1)
C29M27Y0K1 
(29%,27%,0%,1%)
(0.29/0.27/0.00/0.01)	

CMYK percentages

%28.85
%26.88
%0
%0.78

Codes

Color #B4B9FD in popluar color models

B4B9FD
RGB180185253
HSL236°94.81%84.90%
HSB/HSV236°28.85%99.22%
CMYK28.85%26.88%0.00%
0.78%

Color #B4B9FD in popluar number systems.

HEXB4B9FD
Decimal180185253
Binary101101001011100111111101
Octal264271375

Shades and tints

Shades of #B4B9FD

#B4B9FD
(180,185,253)
#A4A9E6
(164,169,230)
#9499CF
(148,153,207)
#8489B8
(132,137,184)
#7479A1
(116,121,161)
#64698A
(100,105,138)
#545973
(84,89,115)
#44495C
(68,73,92)
#343945
(52,57,69)
#24292E
(36,41,46)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #B4B9FD

#B4B9FD
(180,185,253)
#BABFFD
(186,191,253)
#C0C5FD
(192,197,253)
#C6CBFD
(198,203,253)
#CCD1FD
(204,209,253)
#D2D7FD
(210,215,253)
#D8DDFD
(216,221,253)
#DEE3FD
(222,227,253)
#E4E9FD
(228,233,253)
#EAEFFD
(234,239,253)
#F0F5FD
(240,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B9FD; }

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

This text font color is #B4B9FD.


Background Color

.myBgColor { background-color: #B4B9FD; }

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

This div background color is #B4B9FD.


Border color

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

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

This div border color is #B4B9FD.


Opacity

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

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

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

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

This text has shadow with #B4B9FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B9FD on black background.


Color preview on white background

This text has color #B4B9FD on white background.



Black color preview on #B4B9FD background

This text has black color on #B4B9FD background.


White color preview on #B4B9FD background

This text has white color on #B4B9FD background.