COLOR #B9B3F5

HEX: #B9B3F5
RGB: (185,179,245)

Color info

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

RGB color model

#B9B3F5 color RGB value is (185,179,245).

  • red value is 185;
  • green value is 179;
  • blue value is 245.
RGB:
(185,179,245)
(73%,70%,96%)

RGB channels and saturation

R 185 of 255 = 73%
G 179 of 255 = 70%
B 245 of 255 = 96%

185
179
245

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

Portions of RGB colors in percentages

R + G + B =
185 + 179 + 245 = 609 (100%)
R 185 of 609 ~ 30.38%
G 179 of 609 ~ 29.39%
B 245 of 609 ~ 40.23%

%30.38
%29.39
%40.23

CMYK color model

#B9B3F5 color CMYK value is (24,27,0,4).

  • cyan value is 24.49%
  • magenta value is 26.94%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(24,27,0,4)
C24M27Y0K4 
(24%,27%,0%,4%)
(0.24/0.27/0.00/0.04)	

CMYK percentages

%24.49
%26.94
%0
%3.92

Codes

Color #B9B3F5 in popluar color models

B9B3F5
RGB185179245
HSL245°76.74%83.14%
HSB/HSV245°26.94%96.08%
CMYK24.49%26.94%0.00%
3.92%

Color #B9B3F5 in popluar number systems.

HEXB9B3F5
Decimal185179245
Binary101110011011001111110101
Octal271263365

Shades and tints

Shades of #B9B3F5

#B9B3F5
(185,179,245)
#A9A3DF
(169,163,223)
#9993C9
(153,147,201)
#8983B3
(137,131,179)
#79739D
(121,115,157)
#696387
(105,99,135)
#595371
(89,83,113)
#49435B
(73,67,91)
#393345
(57,51,69)
#29232F
(41,35,47)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #B9B3F5

#B9B3F5
(185,179,245)
#BFB9F5
(191,185,245)
#C5BFF5
(197,191,245)
#CBC5F5
(203,197,245)
#D1CBF5
(209,203,245)
#D7D1F5
(215,209,245)
#DDD7F5
(221,215,245)
#E3DDF5
(227,221,245)
#E9E3F5
(233,227,245)
#EFE9F5
(239,233,245)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B3F5 color. Also use rgb(185,179,245) instead hex code.

Text Font Color

.myTextColor { color: #B9B3F5; }

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

This text font color is #B9B3F5.


Background Color

.myBgColor { background-color: #B9B3F5; }

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

This div background color is #B9B3F5.


Border color

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

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

This div border color is #B9B3F5.


Opacity

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

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

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

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

This text has shadow with #B9B3F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B3F5 on black background.


Color preview on white background

This text has color #B9B3F5 on white background.



Black color preview on #B9B3F5 background

This text has black color on #B9B3F5 background.


White color preview on #B9B3F5 background

This text has white color on #B9B3F5 background.