COLOR #B9B3F0

HEX: #B9B3F0
RGB: (185,179,240)

Color info

#B9B3F0 contains mainly red and blue colors. Web safe color of #B9B3F0 is #CC99FF (or #C9F).

RGB color model

#B9B3F0 color RGB value is (185,179,240).

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

RGB channels and saturation

R 185 of 255 = 73%
G 179 of 255 = 70%
B 240 of 255 = 94%

185
179
240

R + G + B ~ 79%. #B9B3F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 179 + 240 = 604 (100%)
R 185 of 604 ~ 30.63%
G 179 of 604 ~ 29.64%
B 240 of 604 ~ 39.74%

%30.63
%29.64
%39.74

CMYK color model

#B9B3F0 color CMYK value is (23,25,0,6).

  • cyan value is 22.92%
  • magenta value is 25.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(23,25,0,6)
C23M25Y0K6 
(23%,25%,0%,6%)
(0.23/0.25/0.00/0.06)	

CMYK percentages

%22.92
%25.42
%0
%5.88

Codes

Color #B9B3F0 in popluar color models

B9B3F0
RGB185179240
HSL246°67.03%82.16%
HSB/HSV246°25.42%94.12%
CMYK22.92%25.42%0.00%
5.88%

Color #B9B3F0 in popluar number systems.

HEXB9B3F0
Decimal185179240
Binary101110011011001111110000
Octal271263360

Shades and tints

Shades of #B9B3F0

#B9B3F0
(185,179,240)
#A9A3DB
(169,163,219)
#9993C6
(153,147,198)
#8983B1
(137,131,177)
#79739C
(121,115,156)
#696387
(105,99,135)
#595372
(89,83,114)
#49435D
(73,67,93)
#393348
(57,51,72)
#292333
(41,35,51)
#19131E
(25,19,30)
#000000
(0,0,0)

Tints of #B9B3F0

#B9B3F0
(185,179,240)
#BFB9F1
(191,185,241)
#C5BFF2
(197,191,242)
#CBC5F3
(203,197,243)
#D1CBF4
(209,203,244)
#D7D1F5
(215,209,245)
#DDD7F6
(221,215,246)
#E3DDF7
(227,221,247)
#E9E3F8
(233,227,248)
#EFE9F9
(239,233,249)
#F5EFFA
(245,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B3F0; }

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

This text font color is #B9B3F0.


Background Color

.myBgColor { background-color: #B9B3F0; }

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

This div background color is #B9B3F0.


Border color

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

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

This div border color is #B9B3F0.


Opacity

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

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

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

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

This text has shadow with #B9B3F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B3F0 on black background.


Color preview on white background

This text has color #B9B3F0 on white background.



Black color preview on #B9B3F0 background

This text has black color on #B9B3F0 background.


White color preview on #B9B3F0 background

This text has white color on #B9B3F0 background.