COLOR #B6B4FB

HEX: #B6B4FB
RGB: (182,180,251)

Color info

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

RGB color model

#B6B4FB color RGB value is (182,180,251).

  • red value is 182;
  • green value is 180;
  • blue value is 251.
RGB:
(182,180,251)
(71%,71%,98%)

RGB channels and saturation

R 182 of 255 = 71%
G 180 of 255 = 71%
B 251 of 255 = 98%

182
180
251

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

Portions of RGB colors in percentages

R + G + B =
182 + 180 + 251 = 613 (100%)
R 182 of 613 ~ 29.69%
G 180 of 613 ~ 29.36%
B 251 of 613 ~ 40.95%

%29.69
%29.36
%40.95

CMYK color model

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

  • cyan value is 27.49%
  • magenta value is 28.29%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(27,28,0,2)
C27M28Y0K2 
(27%,28%,0%,2%)
(0.27/0.28/0.00/0.02)	

CMYK percentages

%27.49
%28.29
%0
%1.57

Codes

Color #B6B4FB in popluar color models

B6B4FB
RGB182180251
HSL242°89.87%84.51%
HSB/HSV242°28.29%98.43%
CMYK27.49%28.29%0.00%
1.57%

Color #B6B4FB in popluar number systems.

HEXB6B4FB
Decimal182180251
Binary101101101011010011111011
Octal266264373

Shades and tints

Shades of #B6B4FB

#B6B4FB
(182,180,251)
#A6A4E5
(166,164,229)
#9694CF
(150,148,207)
#8684B9
(134,132,185)
#7674A3
(118,116,163)
#66648D
(102,100,141)
#565477
(86,84,119)
#464461
(70,68,97)
#36344B
(54,52,75)
#262435
(38,36,53)
#16141F
(22,20,31)
#000000
(0,0,0)

Tints of #B6B4FB

#B6B4FB
(182,180,251)
#BCBAFB
(188,186,251)
#C2C0FB
(194,192,251)
#C8C6FB
(200,198,251)
#CECCFB
(206,204,251)
#D4D2FB
(212,210,251)
#DAD8FB
(218,216,251)
#E0DEFB
(224,222,251)
#E6E4FB
(230,228,251)
#ECEAFB
(236,234,251)
#F2F0FB
(242,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B4FB; }

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

This text font color is #B6B4FB.


Background Color

.myBgColor { background-color: #B6B4FB; }

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

This div background color is #B6B4FB.


Border color

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

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

This div border color is #B6B4FB.


Opacity

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

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

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

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

This text has shadow with #B6B4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B4FB on black background.


Color preview on white background

This text has color #B6B4FB on white background.



Black color preview on #B6B4FB background

This text has black color on #B6B4FB background.


White color preview on #B6B4FB background

This text has white color on #B6B4FB background.