COLOR #B6BDFB

HEX: #B6BDFB
RGB: (182,189,251)

Color info

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

RGB color model

#B6BDFB color RGB value is (182,189,251).

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

RGB channels and saturation

R 182 of 255 = 71%
G 189 of 255 = 74%
B 251 of 255 = 98%

182
189
251

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

Portions of RGB colors in percentages

R + G + B =
182 + 189 + 251 = 622 (100%)
R 182 of 622 ~ 29.26%
G 189 of 622 ~ 30.39%
B 251 of 622 ~ 40.35%

%29.26
%30.39
%40.35

CMYK color model

#B6BDFB color CMYK value is (27,25,0,2).

  • cyan value is 27.49%
  • magenta value is 24.70%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(27,25,0,2)
C27M25Y0K2 
(27%,25%,0%,2%)
(0.27/0.25/0.00/0.02)	

CMYK percentages

%27.49
%24.7
%0
%1.57

Codes

Color #B6BDFB in popluar color models

B6BDFB
RGB182189251
HSL234°89.61%84.90%
HSB/HSV234°27.49%98.43%
CMYK27.49%24.70%0.00%
1.57%

Color #B6BDFB in popluar number systems.

HEXB6BDFB
Decimal182189251
Binary101101101011110111111011
Octal266275373

Shades and tints

Shades of #B6BDFB

#B6BDFB
(182,189,251)
#A6ACE5
(166,172,229)
#969BCF
(150,155,207)
#868AB9
(134,138,185)
#7679A3
(118,121,163)
#66688D
(102,104,141)
#565777
(86,87,119)
#464661
(70,70,97)
#36354B
(54,53,75)
#262435
(38,36,53)
#16131F
(22,19,31)
#000000
(0,0,0)

Tints of #B6BDFB

#B6BDFB
(182,189,251)
#BCC3FB
(188,195,251)
#C2C9FB
(194,201,251)
#C8CFFB
(200,207,251)
#CED5FB
(206,213,251)
#D4DBFB
(212,219,251)
#DAE1FB
(218,225,251)
#E0E7FB
(224,231,251)
#E6EDFB
(230,237,251)
#ECF3FB
(236,243,251)
#F2F9FB
(242,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BDFB; }

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

This text font color is #B6BDFB.


Background Color

.myBgColor { background-color: #B6BDFB; }

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

This div background color is #B6BDFB.


Border color

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

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

This div border color is #B6BDFB.


Opacity

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

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

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

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

This text has shadow with #B6BDFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BDFB on black background.


Color preview on white background

This text has color #B6BDFB on white background.



Black color preview on #B6BDFB background

This text has black color on #B6BDFB background.


White color preview on #B6BDFB background

This text has white color on #B6BDFB background.