COLOR #B9B6F8

HEX: #B9B6F8
RGB: (185,182,248)

Color info

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

RGB color model

#B9B6F8 color RGB value is (185,182,248).

  • red value is 185;
  • green value is 182;
  • blue value is 248.
RGB:
(185,182,248)
(73%,71%,97%)

RGB channels and saturation

R 185 of 255 = 73%
G 182 of 255 = 71%
B 248 of 255 = 97%

185
182
248

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

Portions of RGB colors in percentages

R + G + B =
185 + 182 + 248 = 615 (100%)
R 185 of 615 ~ 30.08%
G 182 of 615 ~ 29.59%
B 248 of 615 ~ 40.33%

%30.08
%29.59
%40.33

CMYK color model

#B9B6F8 color CMYK value is (25,27,0,3).

  • cyan value is 25.40%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(25,27,0,3)
C25M27Y0K3 
(25%,27%,0%,3%)
(0.25/0.27/0.00/0.03)	

CMYK percentages

%25.4
%26.61
%0
%2.75

Codes

Color #B9B6F8 in popluar color models

B9B6F8
RGB185182248
HSL243°82.50%84.31%
HSB/HSV243°26.61%97.25%
CMYK25.40%26.61%0.00%
2.75%

Color #B9B6F8 in popluar number systems.

HEXB9B6F8
Decimal185182248
Binary101110011011011011111000
Octal271266370

Shades and tints

Shades of #B9B6F8

#B9B6F8
(185,182,248)
#A9A6E2
(169,166,226)
#9996CC
(153,150,204)
#8986B6
(137,134,182)
#7976A0
(121,118,160)
#69668A
(105,102,138)
#595674
(89,86,116)
#49465E
(73,70,94)
#393648
(57,54,72)
#292632
(41,38,50)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #B9B6F8

#B9B6F8
(185,182,248)
#BFBCF8
(191,188,248)
#C5C2F8
(197,194,248)
#CBC8F8
(203,200,248)
#D1CEF8
(209,206,248)
#D7D4F8
(215,212,248)
#DDDAF8
(221,218,248)
#E3E0F8
(227,224,248)
#E9E6F8
(233,230,248)
#EFECF8
(239,236,248)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B6F8 color. Also use rgb(185,182,248) instead hex code.

Text Font Color

.myTextColor { color: #B9B6F8; }

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

This text font color is #B9B6F8.


Background Color

.myBgColor { background-color: #B9B6F8; }

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

This div background color is #B9B6F8.


Border color

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

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

This div border color is #B9B6F8.


Opacity

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

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

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

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

This text has shadow with #B9B6F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B6F8 on black background.


Color preview on white background

This text has color #B9B6F8 on white background.



Black color preview on #B9B6F8 background

This text has black color on #B9B6F8 background.


White color preview on #B9B6F8 background

This text has white color on #B9B6F8 background.