COLOR #B6B8F6

HEX: #B6B8F6
RGB: (182,184,246)

Color info

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

RGB color model

#B6B8F6 color RGB value is (182,184,246).

  • red value is 182;
  • green value is 184;
  • blue value is 246.
RGB:
(182,184,246)
(71%,72%,96%)

RGB channels and saturation

R 182 of 255 = 71%
G 184 of 255 = 72%
B 246 of 255 = 96%

182
184
246

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

Portions of RGB colors in percentages

R + G + B =
182 + 184 + 246 = 612 (100%)
R 182 of 612 ~ 29.74%
G 184 of 612 ~ 30.07%
B 246 of 612 ~ 40.2%

%29.74
%30.07
%40.2

CMYK color model

#B6B8F6 color CMYK value is (26,25,0,4).

  • cyan value is 26.02%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(26,25,0,4)
C26M25Y0K4 
(26%,25%,0%,4%)
(0.26/0.25/0.00/0.04)	

CMYK percentages

%26.02
%25.2
%0
%3.53

Codes

Color #B6B8F6 in popluar color models

B6B8F6
RGB182184246
HSL238°78.05%83.92%
HSB/HSV238°26.02%96.47%
CMYK26.02%25.20%0.00%
3.53%

Color #B6B8F6 in popluar number systems.

HEXB6B8F6
Decimal182184246
Binary101101101011100011110110
Octal266270366

Shades and tints

Shades of #B6B8F6

#B6B8F6
(182,184,246)
#A6A8E0
(166,168,224)
#9698CA
(150,152,202)
#8688B4
(134,136,180)
#76789E
(118,120,158)
#666888
(102,104,136)
#565872
(86,88,114)
#46485C
(70,72,92)
#363846
(54,56,70)
#262830
(38,40,48)
#16181A
(22,24,26)
#000000
(0,0,0)

Tints of #B6B8F6

#B6B8F6
(182,184,246)
#BCBEF6
(188,190,246)
#C2C4F6
(194,196,246)
#C8CAF6
(200,202,246)
#CED0F6
(206,208,246)
#D4D6F6
(212,214,246)
#DADCF6
(218,220,246)
#E0E2F6
(224,226,246)
#E6E8F6
(230,232,246)
#ECEEF6
(236,238,246)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B8F6 color. Also use rgb(182,184,246) instead hex code.

Text Font Color

.myTextColor { color: #B6B8F6; }

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

This text font color is #B6B8F6.


Background Color

.myBgColor { background-color: #B6B8F6; }

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

This div background color is #B6B8F6.


Border color

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

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

This div border color is #B6B8F6.


Opacity

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

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

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

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

This text has shadow with #B6B8F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B8F6 on black background.


Color preview on white background

This text has color #B6B8F6 on white background.



Black color preview on #B6B8F6 background

This text has black color on #B6B8F6 background.


White color preview on #B6B8F6 background

This text has white color on #B6B8F6 background.