COLOR #B0F4D8

HEX: #B0F4D8
RGB: (176,244,216)

Color info

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

RGB color model

#B0F4D8 color RGB value is (176,244,216).

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

RGB channels and saturation

R 176 of 255 = 69%
G 244 of 255 = 96%
B 216 of 255 = 85%

176
244
216

R + G + B ~ 83%. #B0F4D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 244 + 216 = 636 (100%)
R 176 of 636 ~ 27.67%
G 244 of 636 ~ 38.36%
B 216 of 636 ~ 33.96%

%27.67
%38.36
%33.96

CMYK color model

#B0F4D8 color CMYK value is (28,0,11,4).

  • cyan value is 27.87%
  • magenta value is 0.00%
  • yellow value is 11.48%
  • key color value is 4.31%
CMYK:
(28,0,11,4)
C28M0Y11K4 
(28%,0%,11%,4%)
(0.28/0.00/0.11/0.04)	

CMYK percentages

%27.87
%0
%11.48
%4.31

Codes

Color #B0F4D8 in popluar color models

B0F4D8
RGB176244216
HSL155°75.56%82.35%
HSB/HSV155°27.87%95.69%
CMYK27.87%0.00%11.48%
4.31%

Color #B0F4D8 in popluar number systems.

HEXB0F4D8
Decimal176244216
Binary101100001111010011011000
Octal260364330

Shades and tints

Shades of #B0F4D8

#B0F4D8
(176,244,216)
#A0DEC5
(160,222,197)
#90C8B2
(144,200,178)
#80B29F
(128,178,159)
#709C8C
(112,156,140)
#608679
(96,134,121)
#507066
(80,112,102)
#405A53
(64,90,83)
#304440
(48,68,64)
#202E2D
(32,46,45)
#10181A
(16,24,26)
#000000
(0,0,0)

Tints of #B0F4D8

#B0F4D8
(176,244,216)
#B7F5DB
(183,245,219)
#BEF6DE
(190,246,222)
#C5F7E1
(197,247,225)
#CCF8E4
(204,248,228)
#D3F9E7
(211,249,231)
#DAFAEA
(218,250,234)
#E1FBED
(225,251,237)
#E8FCF0
(232,252,240)
#EFFDF3
(239,253,243)
#F6FEF6
(246,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0F4D8; }

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

This text font color is #B0F4D8.


Background Color

.myBgColor { background-color: #B0F4D8; }

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

This div background color is #B0F4D8.


Border color

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

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

This div border color is #B0F4D8.


Opacity

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

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

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

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

This text has shadow with #B0F4D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F4D8 on black background.


Color preview on white background

This text has color #B0F4D8 on white background.



Black color preview on #B0F4D8 background

This text has black color on #B0F4D8 background.


White color preview on #B0F4D8 background

This text has white color on #B0F4D8 background.