COLOR #B3E3F0

HEX: #B3E3F0
RGB: (179,227,240)

Color info

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

RGB color model

#B3E3F0 color RGB value is (179,227,240).

  • red value is 179;
  • green value is 227;
  • blue value is 240.
RGB:
(179,227,240)
(70%,89%,94%)

RGB channels and saturation

R 179 of 255 = 70%
G 227 of 255 = 89%
B 240 of 255 = 94%

179
227
240

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

Portions of RGB colors in percentages

R + G + B =
179 + 227 + 240 = 646 (100%)
R 179 of 646 ~ 27.71%
G 227 of 646 ~ 35.14%
B 240 of 646 ~ 37.15%

%27.71
%35.14
%37.15

CMYK color model

#B3E3F0 color CMYK value is (25,5,0,6).

  • cyan value is 25.42%
  • magenta value is 5.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(25,5,0,6)
C25M5Y0K6 
(25%,5%,0%,6%)
(0.25/0.05/0.00/0.06)	

CMYK percentages

%25.42
%5.42
%0
%5.88

Codes

Color #B3E3F0 in popluar color models

B3E3F0
RGB179227240
HSL193°67.03%82.16%
HSB/HSV193°25.42%94.12%
CMYK25.42%5.42%0.00%
5.88%

Color #B3E3F0 in popluar number systems.

HEXB3E3F0
Decimal179227240
Binary101100111110001111110000
Octal263343360

Shades and tints

Shades of #B3E3F0

#B3E3F0
(179,227,240)
#A3CFDB
(163,207,219)
#93BBC6
(147,187,198)
#83A7B1
(131,167,177)
#73939C
(115,147,156)
#637F87
(99,127,135)
#536B72
(83,107,114)
#43575D
(67,87,93)
#334348
(51,67,72)
#232F33
(35,47,51)
#131B1E
(19,27,30)
#000000
(0,0,0)

Tints of #B3E3F0

#B3E3F0
(179,227,240)
#B9E5F1
(185,229,241)
#BFE7F2
(191,231,242)
#C5E9F3
(197,233,243)
#CBEBF4
(203,235,244)
#D1EDF5
(209,237,245)
#D7EFF6
(215,239,246)
#DDF1F7
(221,241,247)
#E3F3F8
(227,243,248)
#E9F5F9
(233,245,249)
#EFF7FA
(239,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E3F0 color. Also use rgb(179,227,240) instead hex code.

Text Font Color

.myTextColor { color: #B3E3F0; }

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

This text font color is #B3E3F0.


Background Color

.myBgColor { background-color: #B3E3F0; }

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

This div background color is #B3E3F0.


Border color

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

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

This div border color is #B3E3F0.


Opacity

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

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

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

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

This text has shadow with #B3E3F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E3F0 on black background.


Color preview on white background

This text has color #B3E3F0 on white background.



Black color preview on #B3E3F0 background

This text has black color on #B3E3F0 background.


White color preview on #B3E3F0 background

This text has white color on #B3E3F0 background.