COLOR #B2F4E9

HEX: #B2F4E9
RGB: (178,244,233)

Color info

#B2F4E9 contains mainly green and blue colors. Web safe color of #B2F4E9 is #99FFFF (or #9FF).

RGB color model

#B2F4E9 color RGB value is (178,244,233).

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

RGB channels and saturation

R 178 of 255 = 70%
G 244 of 255 = 96%
B 233 of 255 = 91%

178
244
233

R + G + B ~ 86%. #B2F4E9 is light color.

Portions of RGB colors in percentages

R + G + B =
178 + 244 + 233 = 655 (100%)
R 178 of 655 ~ 27.18%
G 244 of 655 ~ 37.25%
B 233 of 655 ~ 35.57%

%27.18
%37.25
%35.57

CMYK color model

#B2F4E9 color CMYK value is (27,0,5,4).

  • cyan value is 27.05%
  • magenta value is 0.00%
  • yellow value is 4.51%
  • key color value is 4.31%
CMYK:
(27,0,5,4)
C27M0Y5K4 
(27%,0%,5%,4%)
(0.27/0.00/0.05/0.04)	

CMYK percentages

%27.05
%0
%4.51
%4.31

Codes

Color #B2F4E9 in popluar color models

B2F4E9
RGB178244233
HSL170°75.00%82.75%
HSB/HSV170°27.05%95.69%
CMYK27.05%0.00%4.51%
4.31%

Color #B2F4E9 in popluar number systems.

HEXB2F4E9
Decimal178244233
Binary101100101111010011101001
Octal262364351

Shades and tints

Shades of #B2F4E9

#B2F4E9
(178,244,233)
#A2DED4
(162,222,212)
#92C8BF
(146,200,191)
#82B2AA
(130,178,170)
#729C95
(114,156,149)
#628680
(98,134,128)
#52706B
(82,112,107)
#425A56
(66,90,86)
#324441
(50,68,65)
#222E2C
(34,46,44)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #B2F4E9

#B2F4E9
(178,244,233)
#B9F5EB
(185,245,235)
#C0F6ED
(192,246,237)
#C7F7EF
(199,247,239)
#CEF8F1
(206,248,241)
#D5F9F3
(213,249,243)
#DCFAF5
(220,250,245)
#E3FBF7
(227,251,247)
#EAFCF9
(234,252,249)
#F1FDFB
(241,253,251)
#F8FEFD
(248,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2F4E9; }

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

This text font color is #B2F4E9.


Background Color

.myBgColor { background-color: #B2F4E9; }

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

This div background color is #B2F4E9.


Border color

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

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

This div border color is #B2F4E9.


Opacity

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

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

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

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

This text has shadow with #B2F4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2F4E9 on black background.


Color preview on white background

This text has color #B2F4E9 on white background.



Black color preview on #B2F4E9 background

This text has black color on #B2F4E9 background.


White color preview on #B2F4E9 background

This text has white color on #B2F4E9 background.