COLOR #B3F5E4

HEX: #B3F5E4
RGB: (179,245,228)

Color info

#B3F5E4 contains mainly green and blue colors. Web safe color of #B3F5E4 is #99FFCC (or #9FC).

RGB color model

#B3F5E4 color RGB value is (179,245,228).

  • red value is 179;
  • green value is 245;
  • blue value is 228.
RGB:
(179,245,228)
(70%,96%,89%)

RGB channels and saturation

R 179 of 255 = 70%
G 245 of 255 = 96%
B 228 of 255 = 89%

179
245
228

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

Portions of RGB colors in percentages

R + G + B =
179 + 245 + 228 = 652 (100%)
R 179 of 652 ~ 27.45%
G 245 of 652 ~ 37.58%
B 228 of 652 ~ 34.97%

%27.45
%37.58
%34.97

CMYK color model

#B3F5E4 color CMYK value is (27,0,7,4).

  • cyan value is 26.94%
  • magenta value is 0.00%
  • yellow value is 6.94%
  • key color value is 3.92%
CMYK:
(27,0,7,4)
C27M0Y7K4 
(27%,0%,7%,4%)
(0.27/0.00/0.07/0.04)	

CMYK percentages

%26.94
%0
%6.94
%3.92

Codes

Color #B3F5E4 in popluar color models

B3F5E4
RGB179245228
HSL165°76.74%83.14%
HSB/HSV165°26.94%96.08%
CMYK26.94%0.00%6.94%
3.92%

Color #B3F5E4 in popluar number systems.

HEXB3F5E4
Decimal179245228
Binary101100111111010111100100
Octal263365344

Shades and tints

Shades of #B3F5E4

#B3F5E4
(179,245,228)
#A3DFD0
(163,223,208)
#93C9BC
(147,201,188)
#83B3A8
(131,179,168)
#739D94
(115,157,148)
#638780
(99,135,128)
#53716C
(83,113,108)
#435B58
(67,91,88)
#334544
(51,69,68)
#232F30
(35,47,48)
#13191C
(19,25,28)
#000000
(0,0,0)

Tints of #B3F5E4

#B3F5E4
(179,245,228)
#B9F5E6
(185,245,230)
#BFF5E8
(191,245,232)
#C5F5EA
(197,245,234)
#CBF5EC
(203,245,236)
#D1F5EE
(209,245,238)
#D7F5F0
(215,245,240)
#DDF5F2
(221,245,242)
#E3F5F4
(227,245,244)
#E9F5F6
(233,245,246)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3F5E4 color. Also use rgb(179,245,228) instead hex code.

Text Font Color

.myTextColor { color: #B3F5E4; }

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

This text font color is #B3F5E4.


Background Color

.myBgColor { background-color: #B3F5E4; }

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

This div background color is #B3F5E4.


Border color

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

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

This div border color is #B3F5E4.


Opacity

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

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

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

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

This text has shadow with #B3F5E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3F5E4 on black background.


Color preview on white background

This text has color #B3F5E4 on white background.



Black color preview on #B3F5E4 background

This text has black color on #B3F5E4 background.


White color preview on #B3F5E4 background

This text has white color on #B3F5E4 background.