COLOR #B2E4BF

HEX: #B2E4BF
RGB: (178,228,191)

Color info

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

RGB color model

#B2E4BF color RGB value is (178,228,191).

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

RGB channels and saturation

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

178
228
191

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

Portions of RGB colors in percentages

R + G + B =
178 + 228 + 191 = 597 (100%)
R 178 of 597 ~ 29.82%
G 228 of 597 ~ 38.19%
B 191 of 597 ~ 31.99%

%29.82
%38.19
%31.99

CMYK color model

#B2E4BF color CMYK value is (22,0,16,11).

  • cyan value is 21.93%
  • magenta value is 0.00%
  • yellow value is 16.23%
  • key color value is 10.59%
CMYK: (22,0,16,11) C22M0Y16K11 (22%,0%,16%,11%) (0.22/0.00/0.16/0.11)

CMYK percentages

%21.93
%0
%16.23
%10.59

Codes

Color #B2E4BF in popluar color models

B2E4BF
RGB178228191
HSL136°48.08%79.61%
HSB/HSV136°21.93%89.41%
CMYK21.93%0.00%16.23%
10.59%

Color #B2E4BF in popluar number systems.

HEXB2E4BF
Decimal178228191
Binary101100101110010010111111
Octal262344277

Shades and tints

Shades of #B2E4BF

#B2E4BF
(178,228,191)
#A2D0AE
(162,208,174)
#92BC9D
(146,188,157)
#82A88C
(130,168,140)
#72947B
(114,148,123)
#62806A
(98,128,106)
#526C59
(82,108,89)
#425848
(66,88,72)
#324437
(50,68,55)
#223026
(34,48,38)
#121C15
(18,28,21)
#000000
(0,0,0)

Tints of #B2E4BF

#B2E4BF
(178,228,191)
#B9E6C4
(185,230,196)
#C0E8C9
(192,232,201)
#C7EACE
(199,234,206)
#CEECD3
(206,236,211)
#D5EED8
(213,238,216)
#DCF0DD
(220,240,221)
#E3F2E2
(227,242,226)
#EAF4E7
(234,244,231)
#F1F6EC
(241,246,236)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2E4BF; }

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

This text font color is #B2E4BF.


Background Color

.myBgColor { background-color: #B2E4BF; }

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

This div background color is #B2E4BF.


Border color

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

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

This div border color is #B2E4BF.


Opacity

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

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

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

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

This text has shadow with #B2E4BF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B2E4BF on black background.


Color preview on white background

This text has color #B2E4BF on white background.



Black color preview on #B2E4BF background

This text has black color on #B2E4BF background.


White color preview on #B2E4BF background

This text has white color on #B2E4BF background.