COLOR #B3E1FA

HEX: #B3E1FA
RGB: (179,225,250)

Color info

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

RGB color model

#B3E1FA color RGB value is (179,225,250).

  • red value is 179;
  • green value is 225;
  • blue value is 250.
RGB:
(179,225,250)
(70%,88%,98%)

RGB channels and saturation

R 179 of 255 = 70%
G 225 of 255 = 88%
B 250 of 255 = 98%

179
225
250

R + G + B ~ 85%. #B3E1FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 225 + 250 = 654 (100%)
R 179 of 654 ~ 27.37%
G 225 of 654 ~ 34.4%
B 250 of 654 ~ 38.23%

%27.37
%34.4
%38.23

CMYK color model

#B3E1FA color CMYK value is (28,10,0,2).

  • cyan value is 28.40%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(28,10,0,2)
C28M10Y0K2 
(28%,10%,0%,2%)
(0.28/0.10/0.00/0.02)	

CMYK percentages

%28.4
%10
%0
%1.96

Codes

Color #B3E1FA in popluar color models

B3E1FA
RGB179225250
HSL201°87.65%84.12%
HSB/HSV201°28.40%98.04%
CMYK28.40%10.00%0.00%
1.96%

Color #B3E1FA in popluar number systems.

HEXB3E1FA
Decimal179225250
Binary101100111110000111111010
Octal263341372

Shades and tints

Shades of #B3E1FA

#B3E1FA
(179,225,250)
#A3CDE4
(163,205,228)
#93B9CE
(147,185,206)
#83A5B8
(131,165,184)
#7391A2
(115,145,162)
#637D8C
(99,125,140)
#536976
(83,105,118)
#435560
(67,85,96)
#33414A
(51,65,74)
#232D34
(35,45,52)
#13191E
(19,25,30)
#000000
(0,0,0)

Tints of #B3E1FA

#B3E1FA
(179,225,250)
#B9E3FA
(185,227,250)
#BFE5FA
(191,229,250)
#C5E7FA
(197,231,250)
#CBE9FA
(203,233,250)
#D1EBFA
(209,235,250)
#D7EDFA
(215,237,250)
#DDEFFA
(221,239,250)
#E3F1FA
(227,241,250)
#E9F3FA
(233,243,250)
#EFF5FA
(239,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E1FA color. Also use rgb(179,225,250) instead hex code.

Text Font Color

.myTextColor { color: #B3E1FA; }

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

This text font color is #B3E1FA.


Background Color

.myBgColor { background-color: #B3E1FA; }

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

This div background color is #B3E1FA.


Border color

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

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

This div border color is #B3E1FA.


Opacity

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

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

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

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

This text has shadow with #B3E1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E1FA on black background.


Color preview on white background

This text has color #B3E1FA on white background.



Black color preview on #B3E1FA background

This text has black color on #B3E1FA background.


White color preview on #B3E1FA background

This text has white color on #B3E1FA background.