COLOR #B0FFF4

HEX: #B0FFF4
RGB: (176,255,244)

Color info

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

RGB color model

#B0FFF4 color RGB value is (176,255,244).

  • red value is 176;
  • green value is 255;
  • blue value is 244.
RGB:
(176,255,244)
(69%,100%,96%)

RGB channels and saturation

R 176 of 255 = 69%
G 255 of 255 = 100%
B 244 of 255 = 96%

176
255
244

R + G + B ~ 88%. #B0FFF4 is light color.

Portions of RGB colors in percentages

R + G + B =
176 + 255 + 244 = 675 (100%)
R 176 of 675 ~ 26.07%
G 255 of 675 ~ 37.78%
B 244 of 675 ~ 36.15%

%26.07
%37.78
%36.15

CMYK color model

#B0FFF4 color CMYK value is (31,0,4,0).

  • cyan value is 30.98%
  • magenta value is 0.00%
  • yellow value is 4.31%
  • key color value is 0.00%
CMYK:
(31,0,4,0)
C31M0Y4K0 
(31%,0%,4%,0%)
(0.31/0.00/0.04/0.00)	

CMYK percentages

%30.98
%0
%4.31
%0

Codes

Color #B0FFF4 in popluar color models

B0FFF4
RGB176255244
HSL172°100.00%84.51%
HSB/HSV172°30.98%100.00%
CMYK30.98%0.00%4.31%
0.00%

Color #B0FFF4 in popluar number systems.

HEXB0FFF4
Decimal176255244
Binary101100001111111111110100
Octal260377364

Shades and tints

Shades of #B0FFF4

#B0FFF4
(176,255,244)
#A0E8DE
(160,232,222)
#90D1C8
(144,209,200)
#80BAB2
(128,186,178)
#70A39C
(112,163,156)
#608C86
(96,140,134)
#507570
(80,117,112)
#405E5A
(64,94,90)
#304744
(48,71,68)
#20302E
(32,48,46)
#101918
(16,25,24)
#000000
(0,0,0)

Tints of #B0FFF4

#B0FFF4
(176,255,244)
#B7FFF5
(183,255,245)
#BEFFF6
(190,255,246)
#C5FFF7
(197,255,247)
#CCFFF8
(204,255,248)
#D3FFF9
(211,255,249)
#DAFFFA
(218,255,250)
#E1FFFB
(225,255,251)
#E8FFFC
(232,255,252)
#EFFFFD
(239,255,253)
#F6FFFE
(246,255,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0FFF4 color. Also use rgb(176,255,244) instead hex code.

Text Font Color

.myTextColor { color: #B0FFF4; }

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

This text font color is #B0FFF4.


Background Color

.myBgColor { background-color: #B0FFF4; }

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

This div background color is #B0FFF4.


Border color

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

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

This div border color is #B0FFF4.


Opacity

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

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

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

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

This text has shadow with #B0FFF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0FFF4 on black background.


Color preview on white background

This text has color #B0FFF4 on white background.



Black color preview on #B0FFF4 background

This text has black color on #B0FFF4 background.


White color preview on #B0FFF4 background

This text has white color on #B0FFF4 background.