COLOR #B0F792

HEX: #B0F792
RGB: (176,247,146)

Color info

#B0F792 contains mainly green color. Web safe color of #B0F792 is #99FF99 (or #9F9).

RGB color model

#B0F792 color RGB value is (176,247,146).

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

RGB channels and saturation

R 176 of 255 = 69%
G 247 of 255 = 97%
B 146 of 255 = 57%

176
247
146

R + G + B ~ 74%. #B0F792 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 247 + 146 = 569 (100%)
R 176 of 569 ~ 30.93%
G 247 of 569 ~ 43.41%
B 146 of 569 ~ 25.66%

%30.93
%43.41
%25.66

CMYK color model

#B0F792 color CMYK value is (29,0,41,3).

  • cyan value is 28.74%
  • magenta value is 0.00%
  • yellow value is 40.89%
  • key color value is 3.14%
CMYK:
(29,0,41,3)
C29M0Y41K3 
(29%,0%,41%,3%)
(0.29/0.00/0.41/0.03)	

CMYK percentages

%28.74
%0
%40.89
%3.14

Codes

Color #B0F792 in popluar color models

B0F792
RGB176247146
HSL102°86.32%77.06%
HSB/HSV102°40.89%96.86%
CMYK28.74%0.00%40.89%
3.14%

Color #B0F792 in popluar number systems.

HEXB0F792
Decimal176247146
Binary101100001111011110010010
Octal260367222

Shades and tints

Shades of #B0F792

#B0F792
(176,247,146)
#A0E185
(160,225,133)
#90CB78
(144,203,120)
#80B56B
(128,181,107)
#709F5E
(112,159,94)
#608951
(96,137,81)
#507344
(80,115,68)
#405D37
(64,93,55)
#30472A
(48,71,42)
#20311D
(32,49,29)
#101B10
(16,27,16)
#000000
(0,0,0)

Tints of #B0F792

#B0F792
(176,247,146)
#B7F79B
(183,247,155)
#BEF7A4
(190,247,164)
#C5F7AD
(197,247,173)
#CCF7B6
(204,247,182)
#D3F7BF
(211,247,191)
#DAF7C8
(218,247,200)
#E1F7D1
(225,247,209)
#E8F7DA
(232,247,218)
#EFF7E3
(239,247,227)
#F6F7EC
(246,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0F792; }

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

This text font color is #B0F792.


Background Color

.myBgColor { background-color: #B0F792; }

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

This div background color is #B0F792.


Border color

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

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

This div border color is #B0F792.


Opacity

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

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

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

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

This text has shadow with #B0F792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F792 on black background.


Color preview on white background

This text has color #B0F792 on white background.



Black color preview on #B0F792 background

This text has black color on #B0F792 background.


White color preview on #B0F792 background

This text has white color on #B0F792 background.