COLOR #B3F5C6

HEX: #B3F5C6
RGB: (179,245,198)

Color info

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

RGB color model

#B3F5C6 color RGB value is (179,245,198).

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

RGB channels and saturation

R 179 of 255 = 70%
G 245 of 255 = 96%
B 198 of 255 = 78%

179
245
198

R + G + B ~ 81%. #B3F5C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 245 + 198 = 622 (100%)
R 179 of 622 ~ 28.78%
G 245 of 622 ~ 39.39%
B 198 of 622 ~ 31.83%

%28.78
%39.39
%31.83

CMYK color model

#B3F5C6 color CMYK value is (27,0,19,4).

  • cyan value is 26.94%
  • magenta value is 0.00%
  • yellow value is 19.18%
  • key color value is 3.92%
CMYK:
(27,0,19,4)
C27M0Y19K4 
(27%,0%,19%,4%)
(0.27/0.00/0.19/0.04)	

CMYK percentages

%26.94
%0
%19.18
%3.92

Codes

Color #B3F5C6 in popluar color models

B3F5C6
RGB179245198
HSL137°76.74%83.14%
HSB/HSV137°26.94%96.08%
CMYK26.94%0.00%19.18%
3.92%

Color #B3F5C6 in popluar number systems.

HEXB3F5C6
Decimal179245198
Binary101100111111010111000110
Octal263365306

Shades and tints

Shades of #B3F5C6

#B3F5C6
(179,245,198)
#A3DFB4
(163,223,180)
#93C9A2
(147,201,162)
#83B390
(131,179,144)
#739D7E
(115,157,126)
#63876C
(99,135,108)
#53715A
(83,113,90)
#435B48
(67,91,72)
#334536
(51,69,54)
#232F24
(35,47,36)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #B3F5C6

#B3F5C6
(179,245,198)
#B9F5CB
(185,245,203)
#BFF5D0
(191,245,208)
#C5F5D5
(197,245,213)
#CBF5DA
(203,245,218)
#D1F5DF
(209,245,223)
#D7F5E4
(215,245,228)
#DDF5E9
(221,245,233)
#E3F5EE
(227,245,238)
#E9F5F3
(233,245,243)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3F5C6; }

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

This text font color is #B3F5C6.


Background Color

.myBgColor { background-color: #B3F5C6; }

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

This div background color is #B3F5C6.


Border color

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

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

This div border color is #B3F5C6.


Opacity

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

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

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

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

This text has shadow with #B3F5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3F5C6 on black background.


Color preview on white background

This text has color #B3F5C6 on white background.



Black color preview on #B3F5C6 background

This text has black color on #B3F5C6 background.


White color preview on #B3F5C6 background

This text has white color on #B3F5C6 background.