COLOR #B2EBA4

HEX: #B2EBA4
RGB: (178,235,164)

Color info

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

RGB color model

#B2EBA4 color RGB value is (178,235,164).

  • red value is 178;
  • green value is 235;
  • blue value is 164.
RGB:
(178,235,164)
(70%,92%,64%)

RGB channels and saturation

R 178 of 255 = 70%
G 235 of 255 = 92%
B 164 of 255 = 64%

178
235
164

R + G + B ~ 75%. #B2EBA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 235 + 164 = 577 (100%)
R 178 of 577 ~ 30.85%
G 235 of 577 ~ 40.73%
B 164 of 577 ~ 28.42%

%30.85
%40.73
%28.42

CMYK color model

#B2EBA4 color CMYK value is (24,0,30,8).

  • cyan value is 24.26%
  • magenta value is 0.00%
  • yellow value is 30.21%
  • key color value is 7.84%
CMYK:
(24,0,30,8)
C24M0Y30K8 
(24%,0%,30%,8%)
(0.24/0.00/0.30/0.08)	

CMYK percentages

%24.26
%0
%30.21
%7.84

Codes

Color #B2EBA4 in popluar color models

B2EBA4
RGB178235164
HSL108°63.96%78.24%
HSB/HSV108°30.21%92.16%
CMYK24.26%0.00%30.21%
7.84%

Color #B2EBA4 in popluar number systems.

HEXB2EBA4
Decimal178235164
Binary101100101110101110100100
Octal262353244

Shades and tints

Shades of #B2EBA4

#B2EBA4
(178,235,164)
#A2D696
(162,214,150)
#92C188
(146,193,136)
#82AC7A
(130,172,122)
#72976C
(114,151,108)
#62825E
(98,130,94)
#526D50
(82,109,80)
#425842
(66,88,66)
#324334
(50,67,52)
#222E26
(34,46,38)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #B2EBA4

#B2EBA4
(178,235,164)
#B9ECAC
(185,236,172)
#C0EDB4
(192,237,180)
#C7EEBC
(199,238,188)
#CEEFC4
(206,239,196)
#D5F0CC
(213,240,204)
#DCF1D4
(220,241,212)
#E3F2DC
(227,242,220)
#EAF3E4
(234,243,228)
#F1F4EC
(241,244,236)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2EBA4; }

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

This text font color is #B2EBA4.


Background Color

.myBgColor { background-color: #B2EBA4; }

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

This div background color is #B2EBA4.


Border color

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

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

This div border color is #B2EBA4.


Opacity

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

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

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

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

This text has shadow with #B2EBA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2EBA4 on black background.


Color preview on white background

This text has color #B2EBA4 on white background.



Black color preview on #B2EBA4 background

This text has black color on #B2EBA4 background.


White color preview on #B2EBA4 background

This text has white color on #B2EBA4 background.