COLOR #B0F7B9

HEX: #B0F7B9
RGB: (176,247,185)

Color info

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

RGB color model

#B0F7B9 color RGB value is (176,247,185).

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

RGB channels and saturation

R 176 of 255 = 69%
G 247 of 255 = 97%
B 185 of 255 = 73%

176
247
185

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

Portions of RGB colors in percentages

R + G + B =
176 + 247 + 185 = 608 (100%)
R 176 of 608 ~ 28.95%
G 247 of 608 ~ 40.63%
B 185 of 608 ~ 30.43%

%28.95
%40.63
%30.43

CMYK color model

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

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

CMYK percentages

%28.74
%0
%25.1
%3.14

Codes

Color #B0F7B9 in popluar color models

B0F7B9
RGB176247185
HSL128°81.61%82.94%
HSB/HSV128°28.74%96.86%
CMYK28.74%0.00%25.10%
3.14%

Color #B0F7B9 in popluar number systems.

HEXB0F7B9
Decimal176247185
Binary101100001111011110111001
Octal260367271

Shades and tints

Shades of #B0F7B9

#B0F7B9
(176,247,185)
#A0E1A9
(160,225,169)
#90CB99
(144,203,153)
#80B589
(128,181,137)
#709F79
(112,159,121)
#608969
(96,137,105)
#507359
(80,115,89)
#405D49
(64,93,73)
#304739
(48,71,57)
#203129
(32,49,41)
#101B19
(16,27,25)
#000000
(0,0,0)

Tints of #B0F7B9

#B0F7B9
(176,247,185)
#B7F7BF
(183,247,191)
#BEF7C5
(190,247,197)
#C5F7CB
(197,247,203)
#CCF7D1
(204,247,209)
#D3F7D7
(211,247,215)
#DAF7DD
(218,247,221)
#E1F7E3
(225,247,227)
#E8F7E9
(232,247,233)
#EFF7EF
(239,247,239)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F7B9 color. Also use rgb(176,247,185) instead hex code.

Text Font Color

.myTextColor { color: #B0F7B9; }

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

This text font color is #B0F7B9.


Background Color

.myBgColor { background-color: #B0F7B9; }

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

This div background color is #B0F7B9.


Border color

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

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

This div border color is #B0F7B9.


Opacity

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

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

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

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

This text has shadow with #B0F7B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F7B9 on black background.


Color preview on white background

This text has color #B0F7B9 on white background.



Black color preview on #B0F7B9 background

This text has black color on #B0F7B9 background.


White color preview on #B0F7B9 background

This text has white color on #B0F7B9 background.