COLOR #B3BCF0

HEX: #B3BCF0
RGB: (179,188,240)

Color info

#B3BCF0 contains mainly green and blue colors. Web safe color of #B3BCF0 is #99CCFF (or #9CF).

RGB color model

#B3BCF0 color RGB value is (179,188,240).

  • red value is 179;
  • green value is 188;
  • blue value is 240.
RGB:
(179,188,240)
(70%,74%,94%)

RGB channels and saturation

R 179 of 255 = 70%
G 188 of 255 = 74%
B 240 of 255 = 94%

179
188
240

R + G + B ~ 79%. #B3BCF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 188 + 240 = 607 (100%)
R 179 of 607 ~ 29.49%
G 188 of 607 ~ 30.97%
B 240 of 607 ~ 39.54%

%29.49
%30.97
%39.54

CMYK color model

#B3BCF0 color CMYK value is (25,22,0,6).

  • cyan value is 25.42%
  • magenta value is 21.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(25,22,0,6)
C25M22Y0K6 
(25%,22%,0%,6%)
(0.25/0.22/0.00/0.06)	

CMYK percentages

%25.42
%21.67
%0
%5.88

Codes

Color #B3BCF0 in popluar color models

B3BCF0
RGB179188240
HSL231°67.03%82.16%
HSB/HSV231°25.42%94.12%
CMYK25.42%21.67%0.00%
5.88%

Color #B3BCF0 in popluar number systems.

HEXB3BCF0
Decimal179188240
Binary101100111011110011110000
Octal263274360

Shades and tints

Shades of #B3BCF0

#B3BCF0
(179,188,240)
#A3ABDB
(163,171,219)
#939AC6
(147,154,198)
#8389B1
(131,137,177)
#73789C
(115,120,156)
#636787
(99,103,135)
#535672
(83,86,114)
#43455D
(67,69,93)
#333448
(51,52,72)
#232333
(35,35,51)
#13121E
(19,18,30)
#000000
(0,0,0)

Tints of #B3BCF0

#B3BCF0
(179,188,240)
#B9C2F1
(185,194,241)
#BFC8F2
(191,200,242)
#C5CEF3
(197,206,243)
#CBD4F4
(203,212,244)
#D1DAF5
(209,218,245)
#D7E0F6
(215,224,246)
#DDE6F7
(221,230,247)
#E3ECF8
(227,236,248)
#E9F2F9
(233,242,249)
#EFF8FA
(239,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3BCF0 color. Also use rgb(179,188,240) instead hex code.

Text Font Color

.myTextColor { color: #B3BCF0; }

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

This text font color is #B3BCF0.


Background Color

.myBgColor { background-color: #B3BCF0; }

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

This div background color is #B3BCF0.


Border color

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

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

This div border color is #B3BCF0.


Opacity

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

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

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

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

This text has shadow with #B3BCF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BCF0 on black background.


Color preview on white background

This text has color #B3BCF0 on white background.



Black color preview on #B3BCF0 background

This text has black color on #B3BCF0 background.


White color preview on #B3BCF0 background

This text has white color on #B3BCF0 background.