COLOR #B2E8BE

HEX: #B2E8BE
RGB: (178,232,190)

Color info

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

RGB color model

#B2E8BE color RGB value is (178,232,190).

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

RGB channels and saturation

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

178
232
190

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

Portions of RGB colors in percentages

R + G + B =
178 + 232 + 190 = 600 (100%)
R 178 of 600 ~ 29.67%
G 232 of 600 ~ 38.67%
B 190 of 600 ~ 31.67%

%29.67
%38.67
%31.67

CMYK color model

#B2E8BE color CMYK value is (23,0,18,9).

  • cyan value is 23.28%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 9.02%
CMYK:
(23,0,18,9)
C23M0Y18K9 
(23%,0%,18%,9%)
(0.23/0.00/0.18/0.09)	

CMYK percentages

%23.28
%0
%18.1
%9.02

Codes

Color #B2E8BE in popluar color models

B2E8BE
RGB178232190
HSL133°54.00%80.39%
HSB/HSV133°23.28%90.98%
CMYK23.28%0.00%18.10%
9.02%

Color #B2E8BE in popluar number systems.

HEXB2E8BE
Decimal178232190
Binary101100101110100010111110
Octal262350276

Shades and tints

Shades of #B2E8BE

#B2E8BE
(178,232,190)
#A2D3AD
(162,211,173)
#92BE9C
(146,190,156)
#82A98B
(130,169,139)
#72947A
(114,148,122)
#627F69
(98,127,105)
#526A58
(82,106,88)
#425547
(66,85,71)
#324036
(50,64,54)
#222B25
(34,43,37)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #B2E8BE

#B2E8BE
(178,232,190)
#B9EAC3
(185,234,195)
#C0ECC8
(192,236,200)
#C7EECD
(199,238,205)
#CEF0D2
(206,240,210)
#D5F2D7
(213,242,215)
#DCF4DC
(220,244,220)
#E3F6E1
(227,246,225)
#EAF8E6
(234,248,230)
#F1FAEB
(241,250,235)
#F8FCF0
(248,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2E8BE; }

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

This text font color is #B2E8BE.


Background Color

.myBgColor { background-color: #B2E8BE; }

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

This div background color is #B2E8BE.


Border color

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

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

This div border color is #B2E8BE.


Opacity

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

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

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

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

This text has shadow with #B2E8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E8BE on black background.


Color preview on white background

This text has color #B2E8BE on white background.



Black color preview on #B2E8BE background

This text has black color on #B2E8BE background.


White color preview on #B2E8BE background

This text has white color on #B2E8BE background.