COLOR #B2E994

HEX: #B2E994
RGB: (178,233,148)

Color info

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

RGB color model

#B2E994 color RGB value is (178,233,148).

  • red value is 178;
  • green value is 233;
  • blue value is 148.
RGB:
(178,233,148)
(70%,91%,58%)

RGB channels and saturation

R 178 of 255 = 70%
G 233 of 255 = 91%
B 148 of 255 = 58%

178
233
148

R + G + B ~ 73%. #B2E994 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 233 + 148 = 559 (100%)
R 178 of 559 ~ 31.84%
G 233 of 559 ~ 41.68%
B 148 of 559 ~ 26.48%

%31.84
%41.68
%26.48

CMYK color model

#B2E994 color CMYK value is (24,0,36,9).

  • cyan value is 23.61%
  • magenta value is 0.00%
  • yellow value is 36.48%
  • key color value is 8.63%
CMYK:
(24,0,36,9)
C24M0Y36K9 
(24%,0%,36%,9%)
(0.24/0.00/0.36/0.09)	

CMYK percentages

%23.61
%0
%36.48
%8.63

Codes

Color #B2E994 in popluar color models

B2E994
RGB178233148
HSL99°65.89%74.71%
HSB/HSV99°36.48%91.37%
CMYK23.61%0.00%36.48%
8.63%

Color #B2E994 in popluar number systems.

HEXB2E994
Decimal178233148
Binary101100101110100110010100
Octal262351224

Shades and tints

Shades of #B2E994

#B2E994
(178,233,148)
#A2D487
(162,212,135)
#92BF7A
(146,191,122)
#82AA6D
(130,170,109)
#729560
(114,149,96)
#628053
(98,128,83)
#526B46
(82,107,70)
#425639
(66,86,57)
#32412C
(50,65,44)
#222C1F
(34,44,31)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #B2E994

#B2E994
(178,233,148)
#B9EB9D
(185,235,157)
#C0EDA6
(192,237,166)
#C7EFAF
(199,239,175)
#CEF1B8
(206,241,184)
#D5F3C1
(213,243,193)
#DCF5CA
(220,245,202)
#E3F7D3
(227,247,211)
#EAF9DC
(234,249,220)
#F1FBE5
(241,251,229)
#F8FDEE
(248,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2E994; }

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

This text font color is #B2E994.


Background Color

.myBgColor { background-color: #B2E994; }

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

This div background color is #B2E994.


Border color

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

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

This div border color is #B2E994.


Opacity

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

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

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

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

This text has shadow with #B2E994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E994 on black background.


Color preview on white background

This text has color #B2E994 on white background.



Black color preview on #B2E994 background

This text has black color on #B2E994 background.


White color preview on #B2E994 background

This text has white color on #B2E994 background.