COLOR #B8B6F6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

184
182
246

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

Portions of RGB colors in percentages

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

%30.07
%29.74
%40.2

CMYK color model

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

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

CMYK percentages

%25.2
%26.02
%0
%3.53

Codes

Color #B8B6F6 in popluar color models

B8B6F6
RGB184182246
HSL242°78.05%83.92%
HSB/HSV242°26.02%96.47%
CMYK25.20%26.02%0.00%
3.53%

Color #B8B6F6 in popluar number systems.

HEXB8B6F6
Decimal184182246
Binary101110001011011011110110
Octal270266366

Shades and tints

Shades of #B8B6F6

#B8B6F6
(184,182,246)
#A8A6E0
(168,166,224)
#9896CA
(152,150,202)
#8886B4
(136,134,180)
#78769E
(120,118,158)
#686688
(104,102,136)
#585672
(88,86,114)
#48465C
(72,70,92)
#383646
(56,54,70)
#282630
(40,38,48)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #B8B6F6

#B8B6F6
(184,182,246)
#BEBCF6
(190,188,246)
#C4C2F6
(196,194,246)
#CAC8F6
(202,200,246)
#D0CEF6
(208,206,246)
#D6D4F6
(214,212,246)
#DCDAF6
(220,218,246)
#E2E0F6
(226,224,246)
#E8E6F6
(232,230,246)
#EEECF6
(238,236,246)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B6F6; }

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

This text font color is #B8B6F6.


Background Color

.myBgColor { background-color: #B8B6F6; }

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

This div background color is #B8B6F6.


Border color

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

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

This div border color is #B8B6F6.


Opacity

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

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

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

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

This text has shadow with #B8B6F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8B6F6 on black background.


Color preview on white background

This text has color #B8B6F6 on white background.



Black color preview on #B8B6F6 background

This text has black color on #B8B6F6 background.


White color preview on #B8B6F6 background

This text has white color on #B8B6F6 background.