COLOR #B2FFF9

HEX: #B2FFF9
RGB: (178,255,249)

Color info

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

RGB color model

#B2FFF9 color RGB value is (178,255,249).

  • red value is 178;
  • green value is 255;
  • blue value is 249.
RGB:
(178,255,249)
(70%,100%,98%)

RGB channels and saturation

R 178 of 255 = 70%
G 255 of 255 = 100%
B 249 of 255 = 98%

178
255
249

R + G + B ~ 89%. #B2FFF9 is light color.

Portions of RGB colors in percentages

R + G + B =
178 + 255 + 249 = 682 (100%)
R 178 of 682 ~ 26.1%
G 255 of 682 ~ 37.39%
B 249 of 682 ~ 36.51%

%26.1
%37.39
%36.51

CMYK color model

#B2FFF9 color CMYK value is (30,0,2,0).

  • cyan value is 30.20%
  • magenta value is 0.00%
  • yellow value is 2.35%
  • key color value is 0.00%
CMYK:
(30,0,2,0)
C30M0Y2K0 
(30%,0%,2%,0%)
(0.30/0.00/0.02/0.00)	

CMYK percentages

%30.2
%0
%2.35
%0

Codes

Color #B2FFF9 in popluar color models

B2FFF9
RGB178255249
HSL175°100.00%84.90%
HSB/HSV175°30.20%100.00%
CMYK30.20%0.00%2.35%
0.00%

Color #B2FFF9 in popluar number systems.

HEXB2FFF9
Decimal178255249
Binary101100101111111111111001
Octal262377371

Shades and tints

Shades of #B2FFF9

#B2FFF9
(178,255,249)
#A2E8E3
(162,232,227)
#92D1CD
(146,209,205)
#82BAB7
(130,186,183)
#72A3A1
(114,163,161)
#628C8B
(98,140,139)
#527575
(82,117,117)
#425E5F
(66,94,95)
#324749
(50,71,73)
#223033
(34,48,51)
#12191D
(18,25,29)
#000000
(0,0,0)

Tints of #B2FFF9

#B2FFF9
(178,255,249)
#B9FFF9
(185,255,249)
#C0FFF9
(192,255,249)
#C7FFF9
(199,255,249)
#CEFFF9
(206,255,249)
#D5FFF9
(213,255,249)
#DCFFF9
(220,255,249)
#E3FFF9
(227,255,249)
#EAFFF9
(234,255,249)
#F1FFF9
(241,255,249)
#F8FFF9
(248,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2FFF9 color. Also use rgb(178,255,249) instead hex code.

Text Font Color

.myTextColor { color: #B2FFF9; }

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

This text font color is #B2FFF9.


Background Color

.myBgColor { background-color: #B2FFF9; }

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

This div background color is #B2FFF9.


Border color

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

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

This div border color is #B2FFF9.


Opacity

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

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

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

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

This text has shadow with #B2FFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2FFF9 on black background.


Color preview on white background

This text has color #B2FFF9 on white background.



Black color preview on #B2FFF9 background

This text has black color on #B2FFF9 background.


White color preview on #B2FFF9 background

This text has white color on #B2FFF9 background.