COLOR #B0F8BA

HEX: #B0F8BA
RGB: (176,248,186)

Color info

#B0F8BA contains mainly green color. Web safe color of #B0F8BA is #99FFCC (or #9FC).

RGB color model

#B0F8BA color RGB value is (176,248,186).

  • red value is 176;
  • green value is 248;
  • blue value is 186.
RGB:
(176,248,186)
(69%,97%,73%)

RGB channels and saturation

R 176 of 255 = 69%
G 248 of 255 = 97%
B 186 of 255 = 73%

176
248
186

R + G + B ~ 80%. #B0F8BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 248 + 186 = 610 (100%)
R 176 of 610 ~ 28.85%
G 248 of 610 ~ 40.66%
B 186 of 610 ~ 30.49%

%28.85
%40.66
%30.49

CMYK color model

#B0F8BA color CMYK value is (29,0,25,3).

  • cyan value is 29.03%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 2.75%
CMYK:
(29,0,25,3)
C29M0Y25K3 
(29%,0%,25%,3%)
(0.29/0.00/0.25/0.03)	

CMYK percentages

%29.03
%0
%25
%2.75

Codes

Color #B0F8BA in popluar color models

B0F8BA
RGB176248186
HSL128°83.72%83.14%
HSB/HSV128°29.03%97.25%
CMYK29.03%0.00%25.00%
2.75%

Color #B0F8BA in popluar number systems.

HEXB0F8BA
Decimal176248186
Binary101100001111100010111010
Octal260370272

Shades and tints

Shades of #B0F8BA

#B0F8BA
(176,248,186)
#A0E2AA
(160,226,170)
#90CC9A
(144,204,154)
#80B68A
(128,182,138)
#70A07A
(112,160,122)
#608A6A
(96,138,106)
#50745A
(80,116,90)
#405E4A
(64,94,74)
#30483A
(48,72,58)
#20322A
(32,50,42)
#101C1A
(16,28,26)
#000000
(0,0,0)

Tints of #B0F8BA

#B0F8BA
(176,248,186)
#B7F8C0
(183,248,192)
#BEF8C6
(190,248,198)
#C5F8CC
(197,248,204)
#CCF8D2
(204,248,210)
#D3F8D8
(211,248,216)
#DAF8DE
(218,248,222)
#E1F8E4
(225,248,228)
#E8F8EA
(232,248,234)
#EFF8F0
(239,248,240)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F8BA color. Also use rgb(176,248,186) instead hex code.

Text Font Color

.myTextColor { color: #B0F8BA; }

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

This text font color is #B0F8BA.


Background Color

.myBgColor { background-color: #B0F8BA; }

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

This div background color is #B0F8BA.


Border color

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

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

This div border color is #B0F8BA.


Opacity

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

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

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

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

This text has shadow with #B0F8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F8BA on black background.


Color preview on white background

This text has color #B0F8BA on white background.



Black color preview on #B0F8BA background

This text has black color on #B0F8BA background.


White color preview on #B0F8BA background

This text has white color on #B0F8BA background.