COLOR #B2E9BE

HEX: #B2E9BE
RGB: (178,233,190)

Color info

#B2E9BE contains red, green and blue colors in about the same proportion. Web safe color of #B2E9BE is #99FFCC (or #9FC).

RGB color model

#B2E9BE color RGB value is (178,233,190).

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

RGB channels and saturation

R 178 of 255 = 70%
G 233 of 255 = 91%
B 190 of 255 = 75%

178
233
190

R + G + B ~ 79%. #B2E9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 233 + 190 = 601 (100%)
R 178 of 601 ~ 29.62%
G 233 of 601 ~ 38.77%
B 190 of 601 ~ 31.61%

%29.62
%38.77
%31.61

CMYK color model

#B2E9BE color CMYK value is (24,0,18,9).

  • cyan value is 23.61%
  • magenta value is 0.00%
  • yellow value is 18.45%
  • key color value is 8.63%
CMYK:
(24,0,18,9)
C24M0Y18K9 
(24%,0%,18%,9%)
(0.24/0.00/0.18/0.09)	

CMYK percentages

%23.61
%0
%18.45
%8.63

Codes

Color #B2E9BE in popluar color models

B2E9BE
RGB178233190
HSL133°55.56%80.59%
HSB/HSV133°23.61%91.37%
CMYK23.61%0.00%18.45%
8.63%

Color #B2E9BE in popluar number systems.

HEXB2E9BE
Decimal178233190
Binary101100101110100110111110
Octal262351276

Shades and tints

Shades of #B2E9BE

#B2E9BE
(178,233,190)
#A2D4AD
(162,212,173)
#92BF9C
(146,191,156)
#82AA8B
(130,170,139)
#72957A
(114,149,122)
#628069
(98,128,105)
#526B58
(82,107,88)
#425647
(66,86,71)
#324136
(50,65,54)
#222C25
(34,44,37)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #B2E9BE

#B2E9BE
(178,233,190)
#B9EBC3
(185,235,195)
#C0EDC8
(192,237,200)
#C7EFCD
(199,239,205)
#CEF1D2
(206,241,210)
#D5F3D7
(213,243,215)
#DCF5DC
(220,245,220)
#E3F7E1
(227,247,225)
#EAF9E6
(234,249,230)
#F1FBEB
(241,251,235)
#F8FDF0
(248,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2E9BE; }

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

This text font color is #B2E9BE.


Background Color

.myBgColor { background-color: #B2E9BE; }

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

This div background color is #B2E9BE.


Border color

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

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

This div border color is #B2E9BE.


Opacity

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

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

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

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

This text has shadow with #B2E9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E9BE on black background.


Color preview on white background

This text has color #B2E9BE on white background.



Black color preview on #B2E9BE background

This text has black color on #B2E9BE background.


White color preview on #B2E9BE background

This text has white color on #B2E9BE background.