COLOR #B2F0E2

HEX: #B2F0E2
RGB: (178,240,226)

Color info

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

RGB color model

#B2F0E2 color RGB value is (178,240,226).

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

RGB channels and saturation

R 178 of 255 = 70%
G 240 of 255 = 94%
B 226 of 255 = 89%

178
240
226

R + G + B ~ 84%. #B2F0E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 240 + 226 = 644 (100%)
R 178 of 644 ~ 27.64%
G 240 of 644 ~ 37.27%
B 226 of 644 ~ 35.09%

%27.64
%37.27
%35.09

CMYK color model

#B2F0E2 color CMYK value is (26,0,6,6).

  • cyan value is 25.83%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 5.88%
CMYK:
(26,0,6,6)
C26M0Y6K6 
(26%,0%,6%,6%)
(0.26/0.00/0.06/0.06)	

CMYK percentages

%25.83
%0
%5.83
%5.88

Codes

Color #B2F0E2 in popluar color models

B2F0E2
RGB178240226
HSL166°67.39%81.96%
HSB/HSV166°25.83%94.12%
CMYK25.83%0.00%5.83%
5.88%

Color #B2F0E2 in popluar number systems.

HEXB2F0E2
Decimal178240226
Binary101100101111000011100010
Octal262360342

Shades and tints

Shades of #B2F0E2

#B2F0E2
(178,240,226)
#A2DBCE
(162,219,206)
#92C6BA
(146,198,186)
#82B1A6
(130,177,166)
#729C92
(114,156,146)
#62877E
(98,135,126)
#52726A
(82,114,106)
#425D56
(66,93,86)
#324842
(50,72,66)
#22332E
(34,51,46)
#121E1A
(18,30,26)
#000000
(0,0,0)

Tints of #B2F0E2

#B2F0E2
(178,240,226)
#B9F1E4
(185,241,228)
#C0F2E6
(192,242,230)
#C7F3E8
(199,243,232)
#CEF4EA
(206,244,234)
#D5F5EC
(213,245,236)
#DCF6EE
(220,246,238)
#E3F7F0
(227,247,240)
#EAF8F2
(234,248,242)
#F1F9F4
(241,249,244)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2F0E2; }

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

This text font color is #B2F0E2.


Background Color

.myBgColor { background-color: #B2F0E2; }

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

This div background color is #B2F0E2.


Border color

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

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

This div border color is #B2F0E2.


Opacity

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

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

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

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

This text has shadow with #B2F0E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2F0E2 on black background.


Color preview on white background

This text has color #B2F0E2 on white background.



Black color preview on #B2F0E2 background

This text has black color on #B2F0E2 background.


White color preview on #B2F0E2 background

This text has white color on #B2F0E2 background.