COLOR #B2FBF0

HEX: #B2FBF0
RGB: (178,251,240)

Color info

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

RGB color model

#B2FBF0 color RGB value is (178,251,240).

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

RGB channels and saturation

R 178 of 255 = 70%
G 251 of 255 = 98%
B 240 of 255 = 94%

178
251
240

R + G + B ~ 87%. #B2FBF0 is light color.

Portions of RGB colors in percentages

R + G + B =
178 + 251 + 240 = 669 (100%)
R 178 of 669 ~ 26.61%
G 251 of 669 ~ 37.52%
B 240 of 669 ~ 35.87%

%26.61
%37.52
%35.87

CMYK color model

#B2FBF0 color CMYK value is (29,0,4,2).

  • cyan value is 29.08%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • key color value is 1.57%
CMYK:
(29,0,4,2)
C29M0Y4K2 
(29%,0%,4%,2%)
(0.29/0.00/0.04/0.02)	

CMYK percentages

%29.08
%0
%4.38
%1.57

Codes

Color #B2FBF0 in popluar color models

B2FBF0
RGB178251240
HSL171°90.12%84.12%
HSB/HSV171°29.08%98.43%
CMYK29.08%0.00%4.38%
1.57%

Color #B2FBF0 in popluar number systems.

HEXB2FBF0
Decimal178251240
Binary101100101111101111110000
Octal262373360

Shades and tints

Shades of #B2FBF0

#B2FBF0
(178,251,240)
#A2E5DB
(162,229,219)
#92CFC6
(146,207,198)
#82B9B1
(130,185,177)
#72A39C
(114,163,156)
#628D87
(98,141,135)
#527772
(82,119,114)
#42615D
(66,97,93)
#324B48
(50,75,72)
#223533
(34,53,51)
#121F1E
(18,31,30)
#000000
(0,0,0)

Tints of #B2FBF0

#B2FBF0
(178,251,240)
#B9FBF1
(185,251,241)
#C0FBF2
(192,251,242)
#C7FBF3
(199,251,243)
#CEFBF4
(206,251,244)
#D5FBF5
(213,251,245)
#DCFBF6
(220,251,246)
#E3FBF7
(227,251,247)
#EAFBF8
(234,251,248)
#F1FBF9
(241,251,249)
#F8FBFA
(248,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2FBF0; }

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

This text font color is #B2FBF0.


Background Color

.myBgColor { background-color: #B2FBF0; }

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

This div background color is #B2FBF0.


Border color

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

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

This div border color is #B2FBF0.


Opacity

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

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

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

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

This text has shadow with #B2FBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2FBF0 on black background.


Color preview on white background

This text has color #B2FBF0 on white background.



Black color preview on #B2FBF0 background

This text has black color on #B2FBF0 background.


White color preview on #B2FBF0 background

This text has white color on #B2FBF0 background.