COLOR #B3D4F9

HEX: #B3D4F9
RGB: (179,212,249)

Color info

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

RGB color model

#B3D4F9 color RGB value is (179,212,249).

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

RGB channels and saturation

R 179 of 255 = 70%
G 212 of 255 = 83%
B 249 of 255 = 98%

179
212
249

R + G + B ~ 84%. #B3D4F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 212 + 249 = 640 (100%)
R 179 of 640 ~ 27.97%
G 212 of 640 ~ 33.13%
B 249 of 640 ~ 38.91%

%27.97
%33.13
%38.91

CMYK color model

#B3D4F9 color CMYK value is (28,15,0,2).

  • cyan value is 28.11%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(28,15,0,2)
C28M15Y0K2 
(28%,15%,0%,2%)
(0.28/0.15/0.00/0.02)	

CMYK percentages

%28.11
%14.86
%0
%2.35

Codes

Color #B3D4F9 in popluar color models

B3D4F9
RGB179212249
HSL212°85.37%83.92%
HSB/HSV212°28.11%97.65%
CMYK28.11%14.86%0.00%
2.35%

Color #B3D4F9 in popluar number systems.

HEXB3D4F9
Decimal179212249
Binary101100111101010011111001
Octal263324371

Shades and tints

Shades of #B3D4F9

#B3D4F9
(179,212,249)
#A3C1E3
(163,193,227)
#93AECD
(147,174,205)
#839BB7
(131,155,183)
#7388A1
(115,136,161)
#63758B
(99,117,139)
#536275
(83,98,117)
#434F5F
(67,79,95)
#333C49
(51,60,73)
#232933
(35,41,51)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #B3D4F9

#B3D4F9
(179,212,249)
#B9D7F9
(185,215,249)
#BFDAF9
(191,218,249)
#C5DDF9
(197,221,249)
#CBE0F9
(203,224,249)
#D1E3F9
(209,227,249)
#D7E6F9
(215,230,249)
#DDE9F9
(221,233,249)
#E3ECF9
(227,236,249)
#E9EFF9
(233,239,249)
#EFF2F9
(239,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3D4F9; }

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

This text font color is #B3D4F9.


Background Color

.myBgColor { background-color: #B3D4F9; }

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

This div background color is #B3D4F9.


Border color

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

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

This div border color is #B3D4F9.


Opacity

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

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

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

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

This text has shadow with #B3D4F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D4F9 on black background.


Color preview on white background

This text has color #B3D4F9 on white background.



Black color preview on #B3D4F9 background

This text has black color on #B3D4F9 background.


White color preview on #B3D4F9 background

This text has white color on #B3D4F9 background.