COLOR #B3BFD6

HEX: #B3BFD6
RGB: (179,191,214)

Color info

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

RGB color model

#B3BFD6 color RGB value is (179,191,214).

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

RGB channels and saturation

R 179 of 255 = 70%
G 191 of 255 = 75%
B 214 of 255 = 84%

179
191
214

R + G + B ~ 76%. #B3BFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 191 + 214 = 584 (100%)
R 179 of 584 ~ 30.65%
G 191 of 584 ~ 32.71%
B 214 of 584 ~ 36.64%

%30.65
%32.71
%36.64

CMYK color model

#B3BFD6 color CMYK value is (16,11,0,16).

  • cyan value is 16.36%
  • magenta value is 10.75%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(16,11,0,16)
C16M11Y0K16 
(16%,11%,0%,16%)
(0.16/0.11/0.00/0.16)	

CMYK percentages

%16.36
%10.75
%0
%16.08

Codes

Color #B3BFD6 in popluar color models

B3BFD6
RGB179191214
HSL219°29.91%77.06%
HSB/HSV219°16.36%83.92%
CMYK16.36%10.75%0.00%
16.08%

Color #B3BFD6 in popluar number systems.

HEXB3BFD6
Decimal179191214
Binary101100111011111111010110
Octal263277326

Shades and tints

Shades of #B3BFD6

#B3BFD6
(179,191,214)
#A3AEC3
(163,174,195)
#939DB0
(147,157,176)
#838C9D
(131,140,157)
#737B8A
(115,123,138)
#636A77
(99,106,119)
#535964
(83,89,100)
#434851
(67,72,81)
#33373E
(51,55,62)
#23262B
(35,38,43)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #B3BFD6

#B3BFD6
(179,191,214)
#B9C4D9
(185,196,217)
#BFC9DC
(191,201,220)
#C5CEDF
(197,206,223)
#CBD3E2
(203,211,226)
#D1D8E5
(209,216,229)
#D7DDE8
(215,221,232)
#DDE2EB
(221,226,235)
#E3E7EE
(227,231,238)
#E9ECF1
(233,236,241)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BFD6; }

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

This text font color is #B3BFD6.


Background Color

.myBgColor { background-color: #B3BFD6; }

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

This div background color is #B3BFD6.


Border color

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

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

This div border color is #B3BFD6.


Opacity

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

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

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

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

This text has shadow with #B3BFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BFD6 on black background.


Color preview on white background

This text has color #B3BFD6 on white background.



Black color preview on #B3BFD6 background

This text has black color on #B3BFD6 background.


White color preview on #B3BFD6 background

This text has white color on #B3BFD6 background.