COLOR #B7B3FA

HEX: #B7B3FA
RGB: (183,179,250)

Color info

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

RGB color model

#B7B3FA color RGB value is (183,179,250).

  • red value is 183;
  • green value is 179;
  • blue value is 250.
RGB:
(183,179,250)
(72%,70%,98%)

RGB channels and saturation

R 183 of 255 = 72%
G 179 of 255 = 70%
B 250 of 255 = 98%

183
179
250

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

Portions of RGB colors in percentages

R + G + B =
183 + 179 + 250 = 612 (100%)
R 183 of 612 ~ 29.9%
G 179 of 612 ~ 29.25%
B 250 of 612 ~ 40.85%

%29.9
%29.25
%40.85

CMYK color model

#B7B3FA color CMYK value is (27,28,0,2).

  • cyan value is 26.80%
  • magenta value is 28.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(27,28,0,2)
C27M28Y0K2 
(27%,28%,0%,2%)
(0.27/0.28/0.00/0.02)	

CMYK percentages

%26.8
%28.4
%0
%1.96

Codes

Color #B7B3FA in popluar color models

B7B3FA
RGB183179250
HSL243°87.65%84.12%
HSB/HSV243°28.40%98.04%
CMYK26.80%28.40%0.00%
1.96%

Color #B7B3FA in popluar number systems.

HEXB7B3FA
Decimal183179250
Binary101101111011001111111010
Octal267263372

Shades and tints

Shades of #B7B3FA

#B7B3FA
(183,179,250)
#A7A3E4
(167,163,228)
#9793CE
(151,147,206)
#8783B8
(135,131,184)
#7773A2
(119,115,162)
#67638C
(103,99,140)
#575376
(87,83,118)
#474360
(71,67,96)
#37334A
(55,51,74)
#272334
(39,35,52)
#17131E
(23,19,30)
#000000
(0,0,0)

Tints of #B7B3FA

#B7B3FA
(183,179,250)
#BDB9FA
(189,185,250)
#C3BFFA
(195,191,250)
#C9C5FA
(201,197,250)
#CFCBFA
(207,203,250)
#D5D1FA
(213,209,250)
#DBD7FA
(219,215,250)
#E1DDFA
(225,221,250)
#E7E3FA
(231,227,250)
#EDE9FA
(237,233,250)
#F3EFFA
(243,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7B3FA color. Also use rgb(183,179,250) instead hex code.

Text Font Color

.myTextColor { color: #B7B3FA; }

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

This text font color is #B7B3FA.


Background Color

.myBgColor { background-color: #B7B3FA; }

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

This div background color is #B7B3FA.


Border color

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

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

This div border color is #B7B3FA.


Opacity

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

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

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

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

This text has shadow with #B7B3FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B3FA on black background.


Color preview on white background

This text has color #B7B3FA on white background.



Black color preview on #B7B3FA background

This text has black color on #B7B3FA background.


White color preview on #B7B3FA background

This text has white color on #B7B3FA background.