COLOR #B2F8BC

HEX: #B2F8BC
RGB: (178,248,188)

Color info

#B2F8BC contains mainly green color. Web safe color of #B2F8BC is #99FFCC (or #9FC).

RGB color model

#B2F8BC color RGB value is (178,248,188).

  • red value is 178;
  • green value is 248;
  • blue value is 188.
RGB:
(178,248,188)
(70%,97%,74%)

RGB channels and saturation

R 178 of 255 = 70%
G 248 of 255 = 97%
B 188 of 255 = 74%

178
248
188

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

Portions of RGB colors in percentages

R + G + B =
178 + 248 + 188 = 614 (100%)
R 178 of 614 ~ 28.99%
G 248 of 614 ~ 40.39%
B 188 of 614 ~ 30.62%

%28.99
%40.39
%30.62

CMYK color model

#B2F8BC color CMYK value is (28,0,24,3).

  • cyan value is 28.23%
  • magenta value is 0.00%
  • yellow value is 24.19%
  • key color value is 2.75%
CMYK:
(28,0,24,3)
C28M0Y24K3 
(28%,0%,24%,3%)
(0.28/0.00/0.24/0.03)	

CMYK percentages

%28.23
%0
%24.19
%2.75

Codes

Color #B2F8BC in popluar color models

B2F8BC
RGB178248188
HSL129°83.33%83.53%
HSB/HSV129°28.23%97.25%
CMYK28.23%0.00%24.19%
2.75%

Color #B2F8BC in popluar number systems.

HEXB2F8BC
Decimal178248188
Binary101100101111100010111100
Octal262370274

Shades and tints

Shades of #B2F8BC

#B2F8BC
(178,248,188)
#A2E2AB
(162,226,171)
#92CC9A
(146,204,154)
#82B689
(130,182,137)
#72A078
(114,160,120)
#628A67
(98,138,103)
#527456
(82,116,86)
#425E45
(66,94,69)
#324834
(50,72,52)
#223223
(34,50,35)
#121C12
(18,28,18)
#000000
(0,0,0)

Tints of #B2F8BC

#B2F8BC
(178,248,188)
#B9F8C2
(185,248,194)
#C0F8C8
(192,248,200)
#C7F8CE
(199,248,206)
#CEF8D4
(206,248,212)
#D5F8DA
(213,248,218)
#DCF8E0
(220,248,224)
#E3F8E6
(227,248,230)
#EAF8EC
(234,248,236)
#F1F8F2
(241,248,242)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2F8BC color. Also use rgb(178,248,188) instead hex code.

Text Font Color

.myTextColor { color: #B2F8BC; }

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

This text font color is #B2F8BC.


Background Color

.myBgColor { background-color: #B2F8BC; }

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

This div background color is #B2F8BC.


Border color

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

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

This div border color is #B2F8BC.


Opacity

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

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

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

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

This text has shadow with #B2F8BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2F8BC on black background.


Color preview on white background

This text has color #B2F8BC on white background.



Black color preview on #B2F8BC background

This text has black color on #B2F8BC background.


White color preview on #B2F8BC background

This text has white color on #B2F8BC background.