COLOR #B2F6E3

HEX: #B2F6E3
RGB: (178,246,227)

Color info

#B2F6E3 contains mainly green and blue colors. Web safe color of #B2F6E3 is #99FFCC (or #9FC).

RGB color model

#B2F6E3 color RGB value is (178,246,227).

  • red value is 178;
  • green value is 246;
  • blue value is 227.
RGB:
(178,246,227)
(70%,96%,89%)

RGB channels and saturation

R 178 of 255 = 70%
G 246 of 255 = 96%
B 227 of 255 = 89%

178
246
227

R + G + B ~ 85%. #B2F6E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 246 + 227 = 651 (100%)
R 178 of 651 ~ 27.34%
G 246 of 651 ~ 37.79%
B 227 of 651 ~ 34.87%

%27.34
%37.79
%34.87

CMYK color model

#B2F6E3 color CMYK value is (28,0,8,4).

  • cyan value is 27.64%
  • magenta value is 0.00%
  • yellow value is 7.72%
  • key color value is 3.53%
CMYK:
(28,0,8,4)
C28M0Y8K4 
(28%,0%,8%,4%)
(0.28/0.00/0.08/0.04)	

CMYK percentages

%27.64
%0
%7.72
%3.53

Codes

Color #B2F6E3 in popluar color models

B2F6E3
RGB178246227
HSL163°79.07%83.14%
HSB/HSV163°27.64%96.47%
CMYK27.64%0.00%7.72%
3.53%

Color #B2F6E3 in popluar number systems.

HEXB2F6E3
Decimal178246227
Binary101100101111011011100011
Octal262366343

Shades and tints

Shades of #B2F6E3

#B2F6E3
(178,246,227)
#A2E0CF
(162,224,207)
#92CABB
(146,202,187)
#82B4A7
(130,180,167)
#729E93
(114,158,147)
#62887F
(98,136,127)
#52726B
(82,114,107)
#425C57
(66,92,87)
#324643
(50,70,67)
#22302F
(34,48,47)
#121A1B
(18,26,27)
#000000
(0,0,0)

Tints of #B2F6E3

#B2F6E3
(178,246,227)
#B9F6E5
(185,246,229)
#C0F6E7
(192,246,231)
#C7F6E9
(199,246,233)
#CEF6EB
(206,246,235)
#D5F6ED
(213,246,237)
#DCF6EF
(220,246,239)
#E3F6F1
(227,246,241)
#EAF6F3
(234,246,243)
#F1F6F5
(241,246,245)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2F6E3 color. Also use rgb(178,246,227) instead hex code.

Text Font Color

.myTextColor { color: #B2F6E3; }

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

This text font color is #B2F6E3.


Background Color

.myBgColor { background-color: #B2F6E3; }

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

This div background color is #B2F6E3.


Border color

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

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

This div border color is #B2F6E3.


Opacity

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

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

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

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

This text has shadow with #B2F6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2F6E3 on black background.


Color preview on white background

This text has color #B2F6E3 on white background.



Black color preview on #B2F6E3 background

This text has black color on #B2F6E3 background.


White color preview on #B2F6E3 background

This text has white color on #B2F6E3 background.