COLOR #B3D7F4

HEX: #B3D7F4
RGB: (179,215,244)

Color info

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

RGB color model

#B3D7F4 color RGB value is (179,215,244).

  • red value is 179;
  • green value is 215;
  • blue value is 244.
RGB:
(179,215,244)
(70%,84%,96%)

RGB channels and saturation

R 179 of 255 = 70%
G 215 of 255 = 84%
B 244 of 255 = 96%

179
215
244

R + G + B ~ 83%. #B3D7F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 215 + 244 = 638 (100%)
R 179 of 638 ~ 28.06%
G 215 of 638 ~ 33.7%
B 244 of 638 ~ 38.24%

%28.06
%33.7
%38.24

CMYK color model

#B3D7F4 color CMYK value is (27,12,0,4).

  • cyan value is 26.64%
  • magenta value is 11.89%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(27,12,0,4)
C27M12Y0K4 
(27%,12%,0%,4%)
(0.27/0.12/0.00/0.04)	

CMYK percentages

%26.64
%11.89
%0
%4.31

Codes

Color #B3D7F4 in popluar color models

B3D7F4
RGB179215244
HSL207°74.71%82.94%
HSB/HSV207°26.64%95.69%
CMYK26.64%11.89%0.00%
4.31%

Color #B3D7F4 in popluar number systems.

HEXB3D7F4
Decimal179215244
Binary101100111101011111110100
Octal263327364

Shades and tints

Shades of #B3D7F4

#B3D7F4
(179,215,244)
#A3C4DE
(163,196,222)
#93B1C8
(147,177,200)
#839EB2
(131,158,178)
#738B9C
(115,139,156)
#637886
(99,120,134)
#536570
(83,101,112)
#43525A
(67,82,90)
#333F44
(51,63,68)
#232C2E
(35,44,46)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #B3D7F4

#B3D7F4
(179,215,244)
#B9DAF5
(185,218,245)
#BFDDF6
(191,221,246)
#C5E0F7
(197,224,247)
#CBE3F8
(203,227,248)
#D1E6F9
(209,230,249)
#D7E9FA
(215,233,250)
#DDECFB
(221,236,251)
#E3EFFC
(227,239,252)
#E9F2FD
(233,242,253)
#EFF5FE
(239,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D7F4 color. Also use rgb(179,215,244) instead hex code.

Text Font Color

.myTextColor { color: #B3D7F4; }

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

This text font color is #B3D7F4.


Background Color

.myBgColor { background-color: #B3D7F4; }

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

This div background color is #B3D7F4.


Border color

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

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

This div border color is #B3D7F4.


Opacity

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

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

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

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

This text has shadow with #B3D7F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D7F4 on black background.


Color preview on white background

This text has color #B3D7F4 on white background.



Black color preview on #B3D7F4 background

This text has black color on #B3D7F4 background.


White color preview on #B3D7F4 background

This text has white color on #B3D7F4 background.