COLOR #B3E2F3

HEX: #B3E2F3
RGB: (179,226,243)

Color info

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

RGB color model

#B3E2F3 color RGB value is (179,226,243).

  • red value is 179;
  • green value is 226;
  • blue value is 243.
RGB:
(179,226,243)
(70%,89%,95%)

RGB channels and saturation

R 179 of 255 = 70%
G 226 of 255 = 89%
B 243 of 255 = 95%

179
226
243

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

Portions of RGB colors in percentages

R + G + B =
179 + 226 + 243 = 648 (100%)
R 179 of 648 ~ 27.62%
G 226 of 648 ~ 34.88%
B 243 of 648 ~ 37.5%

%27.62
%34.88
%37.5

CMYK color model

#B3E2F3 color CMYK value is (26,7,0,5).

  • cyan value is 26.34%
  • magenta value is 7.00%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(26,7,0,5)
C26M7Y0K5 
(26%,7%,0%,5%)
(0.26/0.07/0.00/0.05)	

CMYK percentages

%26.34
%7
%0
%4.71

Codes

Color #B3E2F3 in popluar color models

B3E2F3
RGB179226243
HSL196°72.73%82.75%
HSB/HSV196°26.34%95.29%
CMYK26.34%7.00%0.00%
4.71%

Color #B3E2F3 in popluar number systems.

HEXB3E2F3
Decimal179226243
Binary101100111110001011110011
Octal263342363

Shades and tints

Shades of #B3E2F3

#B3E2F3
(179,226,243)
#A3CEDD
(163,206,221)
#93BAC7
(147,186,199)
#83A6B1
(131,166,177)
#73929B
(115,146,155)
#637E85
(99,126,133)
#536A6F
(83,106,111)
#435659
(67,86,89)
#334243
(51,66,67)
#232E2D
(35,46,45)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #B3E2F3

#B3E2F3
(179,226,243)
#B9E4F4
(185,228,244)
#BFE6F5
(191,230,245)
#C5E8F6
(197,232,246)
#CBEAF7
(203,234,247)
#D1ECF8
(209,236,248)
#D7EEF9
(215,238,249)
#DDF0FA
(221,240,250)
#E3F2FB
(227,242,251)
#E9F4FC
(233,244,252)
#EFF6FD
(239,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E2F3 color. Also use rgb(179,226,243) instead hex code.

Text Font Color

.myTextColor { color: #B3E2F3; }

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

This text font color is #B3E2F3.


Background Color

.myBgColor { background-color: #B3E2F3; }

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

This div background color is #B3E2F3.


Border color

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

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

This div border color is #B3E2F3.


Opacity

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

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

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

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

This text has shadow with #B3E2F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E2F3 on black background.


Color preview on white background

This text has color #B3E2F3 on white background.



Black color preview on #B3E2F3 background

This text has black color on #B3E2F3 background.


White color preview on #B3E2F3 background

This text has white color on #B3E2F3 background.