COLOR #B2FB9E

HEX: #B2FB9E
RGB: (178,251,158)

Color info

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

RGB color model

#B2FB9E color RGB value is (178,251,158).

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

RGB channels and saturation

R 178 of 255 = 70%
G 251 of 255 = 98%
B 158 of 255 = 62%

178
251
158

R + G + B ~ 77%. #B2FB9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 251 + 158 = 587 (100%)
R 178 of 587 ~ 30.32%
G 251 of 587 ~ 42.76%
B 158 of 587 ~ 26.92%

%30.32
%42.76
%26.92

CMYK color model

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

  • cyan value is 29.08%
  • magenta value is 0.00%
  • yellow value is 37.05%
  • key color value is 1.57%
CMYK:
(29,0,37,2)
C29M0Y37K2 
(29%,0%,37%,2%)
(0.29/0.00/0.37/0.02)	

CMYK percentages

%29.08
%0
%37.05
%1.57

Codes

Color #B2FB9E in popluar color models

B2FB9E
RGB178251158
HSL107°92.08%80.20%
HSB/HSV107°37.05%98.43%
CMYK29.08%0.00%37.05%
1.57%

Color #B2FB9E in popluar number systems.

HEXB2FB9E
Decimal178251158
Binary101100101111101110011110
Octal262373236

Shades and tints

Shades of #B2FB9E

#B2FB9E
(178,251,158)
#A2E590
(162,229,144)
#92CF82
(146,207,130)
#82B974
(130,185,116)
#72A366
(114,163,102)
#628D58
(98,141,88)
#52774A
(82,119,74)
#42613C
(66,97,60)
#324B2E
(50,75,46)
#223520
(34,53,32)
#121F12
(18,31,18)
#000000
(0,0,0)

Tints of #B2FB9E

#B2FB9E
(178,251,158)
#B9FBA6
(185,251,166)
#C0FBAE
(192,251,174)
#C7FBB6
(199,251,182)
#CEFBBE
(206,251,190)
#D5FBC6
(213,251,198)
#DCFBCE
(220,251,206)
#E3FBD6
(227,251,214)
#EAFBDE
(234,251,222)
#F1FBE6
(241,251,230)
#F8FBEE
(248,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2FB9E; }

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

This text font color is #B2FB9E.


Background Color

.myBgColor { background-color: #B2FB9E; }

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

This div background color is #B2FB9E.


Border color

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

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

This div border color is #B2FB9E.


Opacity

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

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

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

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

This text has shadow with #B2FB9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2FB9E on black background.


Color preview on white background

This text has color #B2FB9E on white background.



Black color preview on #B2FB9E background

This text has black color on #B2FB9E background.


White color preview on #B2FB9E background

This text has white color on #B2FB9E background.