COLOR #B2F8E5

HEX: #B2F8E5
RGB: (178,248,229)

Color info

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

RGB color model

#B2F8E5 color RGB value is (178,248,229).

  • red value is 178;
  • green value is 248;
  • blue value is 229.
RGB:
(178,248,229)
(70%,97%,90%)

RGB channels and saturation

R 178 of 255 = 70%
G 248 of 255 = 97%
B 229 of 255 = 90%

178
248
229

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

Portions of RGB colors in percentages

R + G + B =
178 + 248 + 229 = 655 (100%)
R 178 of 655 ~ 27.18%
G 248 of 655 ~ 37.86%
B 229 of 655 ~ 34.96%

%27.18
%37.86
%34.96

CMYK color model

#B2F8E5 color CMYK value is (28,0,8,3).

  • cyan value is 28.23%
  • magenta value is 0.00%
  • yellow value is 7.66%
  • key color value is 2.75%
CMYK:
(28,0,8,3)
C28M0Y8K3 
(28%,0%,8%,3%)
(0.28/0.00/0.08/0.03)	

CMYK percentages

%28.23
%0
%7.66
%2.75

Codes

Color #B2F8E5 in popluar color models

B2F8E5
RGB178248229
HSL164°83.33%83.53%
HSB/HSV164°28.23%97.25%
CMYK28.23%0.00%7.66%
2.75%

Color #B2F8E5 in popluar number systems.

HEXB2F8E5
Decimal178248229
Binary101100101111100011100101
Octal262370345

Shades and tints

Shades of #B2F8E5

#B2F8E5
(178,248,229)
#A2E2D1
(162,226,209)
#92CCBD
(146,204,189)
#82B6A9
(130,182,169)
#72A095
(114,160,149)
#628A81
(98,138,129)
#52746D
(82,116,109)
#425E59
(66,94,89)
#324845
(50,72,69)
#223231
(34,50,49)
#121C1D
(18,28,29)
#000000
(0,0,0)

Tints of #B2F8E5

#B2F8E5
(178,248,229)
#B9F8E7
(185,248,231)
#C0F8E9
(192,248,233)
#C7F8EB
(199,248,235)
#CEF8ED
(206,248,237)
#D5F8EF
(213,248,239)
#DCF8F1
(220,248,241)
#E3F8F3
(227,248,243)
#EAF8F5
(234,248,245)
#F1F8F7
(241,248,247)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2F8E5 color. Also use rgb(178,248,229) instead hex code.

Text Font Color

.myTextColor { color: #B2F8E5; }

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

This text font color is #B2F8E5.


Background Color

.myBgColor { background-color: #B2F8E5; }

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

This div background color is #B2F8E5.


Border color

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

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

This div border color is #B2F8E5.


Opacity

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

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

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

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

This text has shadow with #B2F8E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2F8E5 on black background.


Color preview on white background

This text has color #B2F8E5 on white background.



Black color preview on #B2F8E5 background

This text has black color on #B2F8E5 background.


White color preview on #B2F8E5 background

This text has white color on #B2F8E5 background.