COLOR #B7B3E6

HEX: #B7B3E6
RGB: (183,179,230)

Color info

#B7B3E6 contains red, green and blue colors in about the same proportion. Web safe color of #B7B3E6 is #CC99CC (or #C9C).

RGB color model

#B7B3E6 color RGB value is (183,179,230).

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

RGB channels and saturation

R 183 of 255 = 72%
G 179 of 255 = 70%
B 230 of 255 = 90%

183
179
230

R + G + B ~ 77%. #B7B3E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 179 + 230 = 592 (100%)
R 183 of 592 ~ 30.91%
G 179 of 592 ~ 30.24%
B 230 of 592 ~ 38.85%

%30.91
%30.24
%38.85

CMYK color model

#B7B3E6 color CMYK value is (20,22,0,10).

  • cyan value is 20.43%
  • magenta value is 22.17%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(20,22,0,10)
C20M22Y0K10 
(20%,22%,0%,10%)
(0.20/0.22/0.00/0.10)	

CMYK percentages

%20.43
%22.17
%0
%9.8

Codes

Color #B7B3E6 in popluar color models

B7B3E6
RGB183179230
HSL245°50.50%80.20%
HSB/HSV245°22.17%90.20%
CMYK20.43%22.17%0.00%
9.80%

Color #B7B3E6 in popluar number systems.

HEXB7B3E6
Decimal183179230
Binary101101111011001111100110
Octal267263346

Shades and tints

Shades of #B7B3E6

#B7B3E6
(183,179,230)
#A7A3D2
(167,163,210)
#9793BE
(151,147,190)
#8783AA
(135,131,170)
#777396
(119,115,150)
#676382
(103,99,130)
#57536E
(87,83,110)
#47435A
(71,67,90)
#373346
(55,51,70)
#272332
(39,35,50)
#17131E
(23,19,30)
#000000
(0,0,0)

Tints of #B7B3E6

#B7B3E6
(183,179,230)
#BDB9E8
(189,185,232)
#C3BFEA
(195,191,234)
#C9C5EC
(201,197,236)
#CFCBEE
(207,203,238)
#D5D1F0
(213,209,240)
#DBD7F2
(219,215,242)
#E1DDF4
(225,221,244)
#E7E3F6
(231,227,246)
#EDE9F8
(237,233,248)
#F3EFFA
(243,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B3E6; }

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

This text font color is #B7B3E6.


Background Color

.myBgColor { background-color: #B7B3E6; }

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

This div background color is #B7B3E6.


Border color

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

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

This div border color is #B7B3E6.


Opacity

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

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

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

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

This text has shadow with #B7B3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B3E6 on black background.


Color preview on white background

This text has color #B7B3E6 on white background.



Black color preview on #B7B3E6 background

This text has black color on #B7B3E6 background.


White color preview on #B7B3E6 background

This text has white color on #B7B3E6 background.