COLOR #B2E99F

HEX: #B2E99F RGB: (178,233,159)

Color info

#B2E99F contains mainly red and green colors. Web safe color of #B2E99F is #99FF99 (or #9F9).

RGB color model

#B2E99F color RGB value is (178,233,159).

RGB: (178,233,159) (70%, 91%, 62%)

RGB channels and saturation

R 178 of 255 = 70%
G 233 of 255 = 91%
B 159 of 255 = 62%

178
233
159

R + G + B ~ 74%. #B2E99F is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 233 + 159 = 570 (100%)
R 178 of 570 ~ 31.23%
G 233 of 570 ~ 40.88%
B 159 of 570 ~ 27.89'%

%31.23
%40.88
%27.89

CMYK color model

#B2E99F color CMYK value is (24,0,32,9).

  • cyan value is 23.61%
  • magenta value is 0.00%
  • yellow value is 31.76%
  • key color value is 8.63%

CMYK: (24,0,32,9)
C24M0Y32K9 (24%, 0%, 32%, 9%)
(0.24 / 0.00 / 0.32 / 0.09)

CMYK percentages

%23.61
%0
%31.76
%8.63

Codes

Color #B2E99F in popluar color models

B2 E9 9F
RGB 178 233 159
HSL 105° 62.71% 76.86%
HSB/HSV 105° 31.76% 91.37%
CMYK 23.61% 0.00% 31.76%
8.63%

Color #B2E99F in popluar number systems.

HEX B2 E9 9F
Decimal 178 233 159
Binary 10110010 11101001 10011111
Octal 262 351 237

Shades and tints

Shades of #B2E99F

#B2E99F
(178,233,159)
#A2D491
(162,212,145)
#92BF83
(146,191,131)
#82AA75
(130,170,117)
#729567
(114,149,103)
#628059
(98,128,89)
#526B4B
(82,107,75)
#42563D
(66,86,61)
#32412F
(50,65,47)
#222C21
(34,44,33)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #B2E99F

#B2E99F
(178,233,159)
#B9EBA7
(185,235,167)
#C0EDAF
(192,237,175)
#C7EFB7
(199,239,183)
#CEF1BF
(206,241,191)
#D5F3C7
(213,243,199)
#DCF5CF
(220,245,207)
#E3F7D7
(227,247,215)
#EAF9DF
(234,249,223)
#F1FBE7
(241,251,231)
#F8FDEF
(248,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2E99F; }

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

This text font color is #B2E99F.

Background Color

.myBgColor { background-color: #B2E99F; }

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

This div background color is #B2E99F.

Border color

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

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

This div border color is #B2E99F.

Opacity

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

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

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

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

This text has shadow with #B2E99F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2E99F.

Preview

Color preview on black background

This text has color #B2E99F on black background.


Color preview on white background

This text has color #B2E99F on white background.


Black color preview on #B2E99F background

This text has black color on #B2E99F background.


White color preview on #B2E99F background

This text has white color on #B2E99F background.


Related colors

Complementary color

Complementary color for #hex is #4D1660.


I love getcolorcode.com

Triadic colors

1 #9FB2E9 and #E99FB2 with #B2E99F are triadic colors.

2 #9FE9B2 and #E9B29F with #B2E99F are triadic colors.