COLOR #B3F2BC

HEX: #B3F2BC
RGB: (179,242,188)

Color info

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

RGB color model

#B3F2BC color RGB value is (179,242,188).

  • red value is 179;
  • green value is 242;
  • blue value is 188.
RGB:
(179,242,188)
(70%,95%,74%)

RGB channels and saturation

R 179 of 255 = 70%
G 242 of 255 = 95%
B 188 of 255 = 74%

179
242
188

R + G + B ~ 80%. #B3F2BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 242 + 188 = 609 (100%)
R 179 of 609 ~ 29.39%
G 242 of 609 ~ 39.74%
B 188 of 609 ~ 30.87%

%29.39
%39.74
%30.87

CMYK color model

#B3F2BC color CMYK value is (26,0,22,5).

  • cyan value is 26.03%
  • magenta value is 0.00%
  • yellow value is 22.31%
  • key color value is 5.10%
CMYK:
(26,0,22,5)
C26M0Y22K5 
(26%,0%,22%,5%)
(0.26/0.00/0.22/0.05)	

CMYK percentages

%26.03
%0
%22.31
%5.1

Codes

Color #B3F2BC in popluar color models

B3F2BC
RGB179242188
HSL129°70.79%82.55%
HSB/HSV129°26.03%94.90%
CMYK26.03%0.00%22.31%
5.10%

Color #B3F2BC in popluar number systems.

HEXB3F2BC
Decimal179242188
Binary101100111111001010111100
Octal263362274

Shades and tints

Shades of #B3F2BC

#B3F2BC
(179,242,188)
#A3DCAB
(163,220,171)
#93C69A
(147,198,154)
#83B089
(131,176,137)
#739A78
(115,154,120)
#638467
(99,132,103)
#536E56
(83,110,86)
#435845
(67,88,69)
#334234
(51,66,52)
#232C23
(35,44,35)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #B3F2BC

#B3F2BC
(179,242,188)
#B9F3C2
(185,243,194)
#BFF4C8
(191,244,200)
#C5F5CE
(197,245,206)
#CBF6D4
(203,246,212)
#D1F7DA
(209,247,218)
#D7F8E0
(215,248,224)
#DDF9E6
(221,249,230)
#E3FAEC
(227,250,236)
#E9FBF2
(233,251,242)
#EFFCF8
(239,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3F2BC color. Also use rgb(179,242,188) instead hex code.

Text Font Color

.myTextColor { color: #B3F2BC; }

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

This text font color is #B3F2BC.


Background Color

.myBgColor { background-color: #B3F2BC; }

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

This div background color is #B3F2BC.


Border color

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

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

This div border color is #B3F2BC.


Opacity

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

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

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

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

This text has shadow with #B3F2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3F2BC on black background.


Color preview on white background

This text has color #B3F2BC on white background.



Black color preview on #B3F2BC background

This text has black color on #B3F2BC background.


White color preview on #B3F2BC background

This text has white color on #B3F2BC background.