COLOR #B3B7D6

HEX: #B3B7D6
RGB: (179,183,214)

Color info

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

RGB color model

#B3B7D6 color RGB value is (179,183,214).

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

RGB channels and saturation

R 179 of 255 = 70%
G 183 of 255 = 72%
B 214 of 255 = 84%

179
183
214

R + G + B ~ 75%. #B3B7D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 183 + 214 = 576 (100%)
R 179 of 576 ~ 31.08%
G 183 of 576 ~ 31.77%
B 214 of 576 ~ 37.15%

%31.08
%31.77
%37.15

CMYK color model

#B3B7D6 color CMYK value is (16,14,0,16).

  • cyan value is 16.36%
  • magenta value is 14.49%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(16,14,0,16)
C16M14Y0K16 
(16%,14%,0%,16%)
(0.16/0.14/0.00/0.16)	

CMYK percentages

%16.36
%14.49
%0
%16.08

Codes

Color #B3B7D6 in popluar color models

B3B7D6
RGB179183214
HSL233°29.91%77.06%
HSB/HSV233°16.36%83.92%
CMYK16.36%14.49%0.00%
16.08%

Color #B3B7D6 in popluar number systems.

HEXB3B7D6
Decimal179183214
Binary101100111011011111010110
Octal263267326

Shades and tints

Shades of #B3B7D6

#B3B7D6
(179,183,214)
#A3A7C3
(163,167,195)
#9397B0
(147,151,176)
#83879D
(131,135,157)
#73778A
(115,119,138)
#636777
(99,103,119)
#535764
(83,87,100)
#434751
(67,71,81)
#33373E
(51,55,62)
#23272B
(35,39,43)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #B3B7D6

#B3B7D6
(179,183,214)
#B9BDD9
(185,189,217)
#BFC3DC
(191,195,220)
#C5C9DF
(197,201,223)
#CBCFE2
(203,207,226)
#D1D5E5
(209,213,229)
#D7DBE8
(215,219,232)
#DDE1EB
(221,225,235)
#E3E7EE
(227,231,238)
#E9EDF1
(233,237,241)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B7D6; }

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

This text font color is #B3B7D6.


Background Color

.myBgColor { background-color: #B3B7D6; }

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

This div background color is #B3B7D6.


Border color

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

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

This div border color is #B3B7D6.


Opacity

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

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

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

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

This text has shadow with #B3B7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B7D6 on black background.


Color preview on white background

This text has color #B3B7D6 on white background.



Black color preview on #B3B7D6 background

This text has black color on #B3B7D6 background.


White color preview on #B3B7D6 background

This text has white color on #B3B7D6 background.