COLOR #B2E2BF

HEX: #B2E2BF
RGB: (178,226,191)

Color info

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

RGB color model

#B2E2BF color RGB value is (178,226,191).

  • red value is 178;
  • green value is 226;
  • blue value is 191.
RGB:
(178,226,191)
(70%,89%,75%)

RGB channels and saturation

R 178 of 255 = 70%
G 226 of 255 = 89%
B 191 of 255 = 75%

178
226
191

R + G + B ~ 78%. #B2E2BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 226 + 191 = 595 (100%)
R 178 of 595 ~ 29.92%
G 226 of 595 ~ 37.98%
B 191 of 595 ~ 32.1%

%29.92
%37.98
%32.1

CMYK color model

#B2E2BF color CMYK value is (21,0,15,11).

  • cyan value is 21.24%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 11.37%
CMYK:
(21,0,15,11)
C21M0Y15K11 
(21%,0%,15%,11%)
(0.21/0.00/0.15/0.11)	

CMYK percentages

%21.24
%0
%15.49
%11.37

Codes

Color #B2E2BF in popluar color models

B2E2BF
RGB178226191
HSL136°45.28%79.22%
HSB/HSV136°21.24%88.63%
CMYK21.24%0.00%15.49%
11.37%

Color #B2E2BF in popluar number systems.

HEXB2E2BF
Decimal178226191
Binary101100101110001010111111
Octal262342277

Shades and tints

Shades of #B2E2BF

#B2E2BF
(178,226,191)
#A2CEAE
(162,206,174)
#92BA9D
(146,186,157)
#82A68C
(130,166,140)
#72927B
(114,146,123)
#627E6A
(98,126,106)
#526A59
(82,106,89)
#425648
(66,86,72)
#324237
(50,66,55)
#222E26
(34,46,38)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #B2E2BF

#B2E2BF
(178,226,191)
#B9E4C4
(185,228,196)
#C0E6C9
(192,230,201)
#C7E8CE
(199,232,206)
#CEEAD3
(206,234,211)
#D5ECD8
(213,236,216)
#DCEEDD
(220,238,221)
#E3F0E2
(227,240,226)
#EAF2E7
(234,242,231)
#F1F4EC
(241,244,236)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2E2BF color. Also use rgb(178,226,191) instead hex code.

Text Font Color

.myTextColor { color: #B2E2BF; }

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

This text font color is #B2E2BF.


Background Color

.myBgColor { background-color: #B2E2BF; }

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

This div background color is #B2E2BF.


Border color

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

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

This div border color is #B2E2BF.


Opacity

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

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

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

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

This text has shadow with #B2E2BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E2BF on black background.


Color preview on white background

This text has color #B2E2BF on white background.



Black color preview on #B2E2BF background

This text has black color on #B2E2BF background.


White color preview on #B2E2BF background

This text has white color on #B2E2BF background.