COLOR #B2F8C2

HEX: #B2F8C2
RGB: (178,248,194)

Color info

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

RGB color model

#B2F8C2 color RGB value is (178,248,194).

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

RGB channels and saturation

R 178 of 255 = 70%
G 248 of 255 = 97%
B 194 of 255 = 76%

178
248
194

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

Portions of RGB colors in percentages

R + G + B =
178 + 248 + 194 = 620 (100%)
R 178 of 620 ~ 28.71%
G 248 of 620 ~ 40%
B 194 of 620 ~ 31.29%

%28.71
%40
%31.29

CMYK color model

#B2F8C2 color CMYK value is (28,0,22,3).

  • cyan value is 28.23%
  • magenta value is 0.00%
  • yellow value is 21.77%
  • key color value is 2.75%
CMYK:
(28,0,22,3)
C28M0Y22K3 
(28%,0%,22%,3%)
(0.28/0.00/0.22/0.03)	

CMYK percentages

%28.23
%0
%21.77
%2.75

Codes

Color #B2F8C2 in popluar color models

B2F8C2
RGB178248194
HSL134°83.33%83.53%
HSB/HSV134°28.23%97.25%
CMYK28.23%0.00%21.77%
2.75%

Color #B2F8C2 in popluar number systems.

HEXB2F8C2
Decimal178248194
Binary101100101111100011000010
Octal262370302

Shades and tints

Shades of #B2F8C2

#B2F8C2
(178,248,194)
#A2E2B1
(162,226,177)
#92CCA0
(146,204,160)
#82B68F
(130,182,143)
#72A07E
(114,160,126)
#628A6D
(98,138,109)
#52745C
(82,116,92)
#425E4B
(66,94,75)
#32483A
(50,72,58)
#223229
(34,50,41)
#121C18
(18,28,24)
#000000
(0,0,0)

Tints of #B2F8C2

#B2F8C2
(178,248,194)
#B9F8C7
(185,248,199)
#C0F8CC
(192,248,204)
#C7F8D1
(199,248,209)
#CEF8D6
(206,248,214)
#D5F8DB
(213,248,219)
#DCF8E0
(220,248,224)
#E3F8E5
(227,248,229)
#EAF8EA
(234,248,234)
#F1F8EF
(241,248,239)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2F8C2; }

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

This text font color is #B2F8C2.


Background Color

.myBgColor { background-color: #B2F8C2; }

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

This div background color is #B2F8C2.


Border color

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

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

This div border color is #B2F8C2.


Opacity

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

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

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

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

This text has shadow with #B2F8C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2F8C2 on black background.


Color preview on white background

This text has color #B2F8C2 on white background.



Black color preview on #B2F8C2 background

This text has black color on #B2F8C2 background.


White color preview on #B2F8C2 background

This text has white color on #B2F8C2 background.