COLOR #B2FAB2

HEX: #B2FAB2
RGB: (178,250,178)

Color info

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

RGB color model

#B2FAB2 color RGB value is (178,250,178).

  • red value is 178;
  • green value is 250;
  • blue value is 178.
RGB:
(178,250,178)
(70%,98%,70%)

RGB channels and saturation

R 178 of 255 = 70%
G 250 of 255 = 98%
B 178 of 255 = 70%

178
250
178

R + G + B ~ 79%. #B2FAB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 250 + 178 = 606 (100%)
R 178 of 606 ~ 29.37%
G 250 of 606 ~ 41.25%
B 178 of 606 ~ 29.37%

%29.37
%41.25
%29.37

CMYK color model

#B2FAB2 color CMYK value is (29,0,29,2).

  • cyan value is 28.80%
  • magenta value is 0.00%
  • yellow value is 28.80%
  • key color value is 1.96%
CMYK:
(29,0,29,2)
C29M0Y29K2 
(29%,0%,29%,2%)
(0.29/0.00/0.29/0.02)	

CMYK percentages

%28.8
%0
%28.8
%1.96

Codes

Color #B2FAB2 in popluar color models

B2FAB2
RGB178250178
HSL120°87.80%83.92%
HSB/HSV120°28.80%98.04%
CMYK28.80%0.00%28.80%
1.96%

Color #B2FAB2 in popluar number systems.

HEXB2FAB2
Decimal178250178
Binary101100101111101010110010
Octal262372262

Shades and tints

Shades of #B2FAB2

#B2FAB2
(178,250,178)
#A2E4A2
(162,228,162)
#92CE92
(146,206,146)
#82B882
(130,184,130)
#72A272
(114,162,114)
#628C62
(98,140,98)
#527652
(82,118,82)
#426042
(66,96,66)
#324A32
(50,74,50)
#223422
(34,52,34)
#121E12
(18,30,18)
#000000
(0,0,0)

Tints of #B2FAB2

#B2FAB2
(178,250,178)
#B9FAB9
(185,250,185)
#C0FAC0
(192,250,192)
#C7FAC7
(199,250,199)
#CEFACE
(206,250,206)
#D5FAD5
(213,250,213)
#DCFADC
(220,250,220)
#E3FAE3
(227,250,227)
#EAFAEA
(234,250,234)
#F1FAF1
(241,250,241)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2FAB2; }

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

This text font color is #B2FAB2.


Background Color

.myBgColor { background-color: #B2FAB2; }

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

This div background color is #B2FAB2.


Border color

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

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

This div border color is #B2FAB2.


Opacity

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

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

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

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

This text has shadow with #B2FAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2FAB2 on black background.


Color preview on white background

This text has color #B2FAB2 on white background.



Black color preview on #B2FAB2 background

This text has black color on #B2FAB2 background.


White color preview on #B2FAB2 background

This text has white color on #B2FAB2 background.