COLOR #B2E8AC

HEX: #B2E8AC
RGB: (178,232,172)

Color info

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

RGB color model

#B2E8AC color RGB value is (178,232,172).

  • red value is 178;
  • green value is 232;
  • blue value is 172.
RGB:
(178,232,172)
(70%,91%,67%)

RGB channels and saturation

R 178 of 255 = 70%
G 232 of 255 = 91%
B 172 of 255 = 67%

178
232
172

R + G + B ~ 76%. #B2E8AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 232 + 172 = 582 (100%)
R 178 of 582 ~ 30.58%
G 232 of 582 ~ 39.86%
B 172 of 582 ~ 29.55%

%30.58
%39.86
%29.55

CMYK color model

#B2E8AC color CMYK value is (23,0,26,9).

  • cyan value is 23.28%
  • magenta value is 0.00%
  • yellow value is 25.86%
  • key color value is 9.02%
CMYK:
(23,0,26,9)
C23M0Y26K9 
(23%,0%,26%,9%)
(0.23/0.00/0.26/0.09)	

CMYK percentages

%23.28
%0
%25.86
%9.02

Codes

Color #B2E8AC in popluar color models

B2E8AC
RGB178232172
HSL114°56.60%79.22%
HSB/HSV114°25.86%90.98%
CMYK23.28%0.00%25.86%
9.02%

Color #B2E8AC in popluar number systems.

HEXB2E8AC
Decimal178232172
Binary101100101110100010101100
Octal262350254

Shades and tints

Shades of #B2E8AC

#B2E8AC
(178,232,172)
#A2D39D
(162,211,157)
#92BE8E
(146,190,142)
#82A97F
(130,169,127)
#729470
(114,148,112)
#627F61
(98,127,97)
#526A52
(82,106,82)
#425543
(66,85,67)
#324034
(50,64,52)
#222B25
(34,43,37)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #B2E8AC

#B2E8AC
(178,232,172)
#B9EAB3
(185,234,179)
#C0ECBA
(192,236,186)
#C7EEC1
(199,238,193)
#CEF0C8
(206,240,200)
#D5F2CF
(213,242,207)
#DCF4D6
(220,244,214)
#E3F6DD
(227,246,221)
#EAF8E4
(234,248,228)
#F1FAEB
(241,250,235)
#F8FCF2
(248,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2E8AC; }

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

This text font color is #B2E8AC.


Background Color

.myBgColor { background-color: #B2E8AC; }

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

This div background color is #B2E8AC.


Border color

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

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

This div border color is #B2E8AC.


Opacity

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

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

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

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

This text has shadow with #B2E8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E8AC on black background.


Color preview on white background

This text has color #B2E8AC on white background.



Black color preview on #B2E8AC background

This text has black color on #B2E8AC background.


White color preview on #B2E8AC background

This text has white color on #B2E8AC background.