COLOR #B0FBD6

HEX: #B0FBD6
RGB: (176,251,214)

Color info

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

RGB color model

#B0FBD6 color RGB value is (176,251,214).

  • red value is 176;
  • green value is 251;
  • blue value is 214.
RGB:
(176,251,214)
(69%,98%,84%)

RGB channels and saturation

R 176 of 255 = 69%
G 251 of 255 = 98%
B 214 of 255 = 84%

176
251
214

R + G + B ~ 84%. #B0FBD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 251 + 214 = 641 (100%)
R 176 of 641 ~ 27.46%
G 251 of 641 ~ 39.16%
B 214 of 641 ~ 33.39%

%27.46
%39.16
%33.39

CMYK color model

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

  • cyan value is 29.88%
  • magenta value is 0.00%
  • yellow value is 14.74%
  • key color value is 1.57%
CMYK:
(30,0,15,2)
C30M0Y15K2 
(30%,0%,15%,2%)
(0.30/0.00/0.15/0.02)	

CMYK percentages

%29.88
%0
%14.74
%1.57

Codes

Color #B0FBD6 in popluar color models

B0FBD6
RGB176251214
HSL150°90.36%83.73%
HSB/HSV150°29.88%98.43%
CMYK29.88%0.00%14.74%
1.57%

Color #B0FBD6 in popluar number systems.

HEXB0FBD6
Decimal176251214
Binary101100001111101111010110
Octal260373326

Shades and tints

Shades of #B0FBD6

#B0FBD6
(176,251,214)
#A0E5C3
(160,229,195)
#90CFB0
(144,207,176)
#80B99D
(128,185,157)
#70A38A
(112,163,138)
#608D77
(96,141,119)
#507764
(80,119,100)
#406151
(64,97,81)
#304B3E
(48,75,62)
#20352B
(32,53,43)
#101F18
(16,31,24)
#000000
(0,0,0)

Tints of #B0FBD6

#B0FBD6
(176,251,214)
#B7FBD9
(183,251,217)
#BEFBDC
(190,251,220)
#C5FBDF
(197,251,223)
#CCFBE2
(204,251,226)
#D3FBE5
(211,251,229)
#DAFBE8
(218,251,232)
#E1FBEB
(225,251,235)
#E8FBEE
(232,251,238)
#EFFBF1
(239,251,241)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0FBD6 color. Also use rgb(176,251,214) instead hex code.

Text Font Color

.myTextColor { color: #B0FBD6; }

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

This text font color is #B0FBD6.


Background Color

.myBgColor { background-color: #B0FBD6; }

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

This div background color is #B0FBD6.


Border color

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

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

This div border color is #B0FBD6.


Opacity

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

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

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

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

This text has shadow with #B0FBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0FBD6 on black background.


Color preview on white background

This text has color #B0FBD6 on white background.



Black color preview on #B0FBD6 background

This text has black color on #B0FBD6 background.


White color preview on #B0FBD6 background

This text has white color on #B0FBD6 background.