COLOR #B3C0F9

HEX: #B3C0F9
RGB: (179,192,249)

Color info

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

RGB color model

#B3C0F9 color RGB value is (179,192,249).

  • red value is 179;
  • green value is 192;
  • blue value is 249.
RGB:
(179,192,249)
(70%,75%,98%)

RGB channels and saturation

R 179 of 255 = 70%
G 192 of 255 = 75%
B 249 of 255 = 98%

179
192
249

R + G + B ~ 81%. #B3C0F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 192 + 249 = 620 (100%)
R 179 of 620 ~ 28.87%
G 192 of 620 ~ 30.97%
B 249 of 620 ~ 40.16%

%28.87
%30.97
%40.16

CMYK color model

#B3C0F9 color CMYK value is (28,23,0,2).

  • cyan value is 28.11%
  • magenta value is 22.89%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(28,23,0,2)
C28M23Y0K2 
(28%,23%,0%,2%)
(0.28/0.23/0.00/0.02)	

CMYK percentages

%28.11
%22.89
%0
%2.35

Codes

Color #B3C0F9 in popluar color models

B3C0F9
RGB179192249
HSL229°85.37%83.92%
HSB/HSV229°28.11%97.65%
CMYK28.11%22.89%0.00%
2.35%

Color #B3C0F9 in popluar number systems.

HEXB3C0F9
Decimal179192249
Binary101100111100000011111001
Octal263300371

Shades and tints

Shades of #B3C0F9

#B3C0F9
(179,192,249)
#A3AFE3
(163,175,227)
#939ECD
(147,158,205)
#838DB7
(131,141,183)
#737CA1
(115,124,161)
#636B8B
(99,107,139)
#535A75
(83,90,117)
#43495F
(67,73,95)
#333849
(51,56,73)
#232733
(35,39,51)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #B3C0F9

#B3C0F9
(179,192,249)
#B9C5F9
(185,197,249)
#BFCAF9
(191,202,249)
#C5CFF9
(197,207,249)
#CBD4F9
(203,212,249)
#D1D9F9
(209,217,249)
#D7DEF9
(215,222,249)
#DDE3F9
(221,227,249)
#E3E8F9
(227,232,249)
#E9EDF9
(233,237,249)
#EFF2F9
(239,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C0F9 color. Also use rgb(179,192,249) instead hex code.

Text Font Color

.myTextColor { color: #B3C0F9; }

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

This text font color is #B3C0F9.


Background Color

.myBgColor { background-color: #B3C0F9; }

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

This div background color is #B3C0F9.


Border color

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

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

This div border color is #B3C0F9.


Opacity

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

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

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

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

This text has shadow with #B3C0F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C0F9 on black background.


Color preview on white background

This text has color #B3C0F9 on white background.



Black color preview on #B3C0F9 background

This text has black color on #B3C0F9 background.


White color preview on #B3C0F9 background

This text has white color on #B3C0F9 background.