COLOR #B2F6AB

HEX: #B2F6AB
RGB: (178,246,171)

Color info

#B2F6AB contains mainly green color. Web safe color of #B2F6AB is #99FF99 (or #9F9).

RGB color model

#B2F6AB color RGB value is (178,246,171).

  • red value is 178;
  • green value is 246;
  • blue value is 171.
RGB:
(178,246,171)
(70%,96%,67%)

RGB channels and saturation

R 178 of 255 = 70%
G 246 of 255 = 96%
B 171 of 255 = 67%

178
246
171

R + G + B ~ 78%. #B2F6AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 246 + 171 = 595 (100%)
R 178 of 595 ~ 29.92%
G 246 of 595 ~ 41.34%
B 171 of 595 ~ 28.74%

%29.92
%41.34
%28.74

CMYK color model

#B2F6AB color CMYK value is (28,0,30,4).

  • cyan value is 27.64%
  • magenta value is 0.00%
  • yellow value is 30.49%
  • key color value is 3.53%
CMYK:
(28,0,30,4)
C28M0Y30K4 
(28%,0%,30%,4%)
(0.28/0.00/0.30/0.04)	

CMYK percentages

%27.64
%0
%30.49
%3.53

Codes

Color #B2F6AB in popluar color models

B2F6AB
RGB178246171
HSL114°80.65%81.76%
HSB/HSV114°30.49%96.47%
CMYK27.64%0.00%30.49%
3.53%

Color #B2F6AB in popluar number systems.

HEXB2F6AB
Decimal178246171
Binary101100101111011010101011
Octal262366253

Shades and tints

Shades of #B2F6AB

#B2F6AB
(178,246,171)
#A2E09C
(162,224,156)
#92CA8D
(146,202,141)
#82B47E
(130,180,126)
#729E6F
(114,158,111)
#628860
(98,136,96)
#527251
(82,114,81)
#425C42
(66,92,66)
#324633
(50,70,51)
#223024
(34,48,36)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #B2F6AB

#B2F6AB
(178,246,171)
#B9F6B2
(185,246,178)
#C0F6B9
(192,246,185)
#C7F6C0
(199,246,192)
#CEF6C7
(206,246,199)
#D5F6CE
(213,246,206)
#DCF6D5
(220,246,213)
#E3F6DC
(227,246,220)
#EAF6E3
(234,246,227)
#F1F6EA
(241,246,234)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2F6AB color. Also use rgb(178,246,171) instead hex code.

Text Font Color

.myTextColor { color: #B2F6AB; }

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

This text font color is #B2F6AB.


Background Color

.myBgColor { background-color: #B2F6AB; }

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

This div background color is #B2F6AB.


Border color

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

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

This div border color is #B2F6AB.


Opacity

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

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

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

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

This text has shadow with #B2F6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2F6AB on black background.


Color preview on white background

This text has color #B2F6AB on white background.



Black color preview on #B2F6AB background

This text has black color on #B2F6AB background.


White color preview on #B2F6AB background

This text has white color on #B2F6AB background.