COLOR #B3B7E6

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

Color info

#B3B7E6 contains red, green and blue colors in about the same proportion. Web safe color of #B3B7E6 is #99CCCC (or #9CC).

RGB color model

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

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

RGB channels and saturation

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

179
183
230

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

Portions of RGB colors in percentages

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

%30.24
%30.91
%38.85

CMYK color model

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

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

CMYK percentages

%22.17
%20.43
%0
%9.8

Codes

Color #B3B7E6 in popluar color models

B3B7E6
RGB179183230
HSL235°50.50%80.20%
HSB/HSV235°22.17%90.20%
CMYK22.17%20.43%0.00%
9.80%

Color #B3B7E6 in popluar number systems.

HEXB3B7E6
Decimal179183230
Binary101100111011011111100110
Octal263267346

Shades and tints

Shades of #B3B7E6

#B3B7E6
(179,183,230)
#A3A7D2
(163,167,210)
#9397BE
(147,151,190)
#8387AA
(131,135,170)
#737796
(115,119,150)
#636782
(99,103,130)
#53576E
(83,87,110)
#43475A
(67,71,90)
#333746
(51,55,70)
#232732
(35,39,50)
#13171E
(19,23,30)
#000000
(0,0,0)

Tints of #B3B7E6

#B3B7E6
(179,183,230)
#B9BDE8
(185,189,232)
#BFC3EA
(191,195,234)
#C5C9EC
(197,201,236)
#CBCFEE
(203,207,238)
#D1D5F0
(209,213,240)
#D7DBF2
(215,219,242)
#DDE1F4
(221,225,244)
#E3E7F6
(227,231,246)
#E9EDF8
(233,237,248)
#EFF3FA
(239,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B7E6; }

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

This text font color is #B3B7E6.


Background Color

.myBgColor { background-color: #B3B7E6; }

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

This div background color is #B3B7E6.


Border color

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

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

This div border color is #B3B7E6.


Opacity

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

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

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

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

This text has shadow with #B3B7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B7E6 on black background.


Color preview on white background

This text has color #B3B7E6 on white background.



Black color preview on #B3B7E6 background

This text has black color on #B3B7E6 background.


White color preview on #B3B7E6 background

This text has white color on #B3B7E6 background.