COLOR #B9B1F8

HEX: #B9B1F8
RGB: (185,177,248)

Color info

#B9B1F8 contains mainly blue color. Web safe color of #B9B1F8 is #CC99FF (or #C9F).

RGB color model

#B9B1F8 color RGB value is (185,177,248).

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

RGB channels and saturation

R 185 of 255 = 73%
G 177 of 255 = 69%
B 248 of 255 = 97%

185
177
248

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

Portions of RGB colors in percentages

R + G + B =
185 + 177 + 248 = 610 (100%)
R 185 of 610 ~ 30.33%
G 177 of 610 ~ 29.02%
B 248 of 610 ~ 40.66%

%30.33
%29.02
%40.66

CMYK color model

#B9B1F8 color CMYK value is (25,29,0,3).

  • cyan value is 25.40%
  • magenta value is 28.63%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(25,29,0,3)
C25M29Y0K3 
(25%,29%,0%,3%)
(0.25/0.29/0.00/0.03)	

CMYK percentages

%25.4
%28.63
%0
%2.75

Codes

Color #B9B1F8 in popluar color models

B9B1F8
RGB185177248
HSL247°83.53%83.33%
HSB/HSV247°28.63%97.25%
CMYK25.40%28.63%0.00%
2.75%

Color #B9B1F8 in popluar number systems.

HEXB9B1F8
Decimal185177248
Binary101110011011000111111000
Octal271261370

Shades and tints

Shades of #B9B1F8

#B9B1F8
(185,177,248)
#A9A1E2
(169,161,226)
#9991CC
(153,145,204)
#8981B6
(137,129,182)
#7971A0
(121,113,160)
#69618A
(105,97,138)
#595174
(89,81,116)
#49415E
(73,65,94)
#393148
(57,49,72)
#292132
(41,33,50)
#19111C
(25,17,28)
#000000
(0,0,0)

Tints of #B9B1F8

#B9B1F8
(185,177,248)
#BFB8F8
(191,184,248)
#C5BFF8
(197,191,248)
#CBC6F8
(203,198,248)
#D1CDF8
(209,205,248)
#D7D4F8
(215,212,248)
#DDDBF8
(221,219,248)
#E3E2F8
(227,226,248)
#E9E9F8
(233,233,248)
#EFF0F8
(239,240,248)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B1F8; }

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

This text font color is #B9B1F8.


Background Color

.myBgColor { background-color: #B9B1F8; }

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

This div background color is #B9B1F8.


Border color

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

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

This div border color is #B9B1F8.


Opacity

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

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

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

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

This text has shadow with #B9B1F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B1F8 on black background.


Color preview on white background

This text has color #B9B1F8 on white background.



Black color preview on #B9B1F8 background

This text has black color on #B9B1F8 background.


White color preview on #B9B1F8 background

This text has white color on #B9B1F8 background.