COLOR #B0F2A4

HEX: #B0F2A4
RGB: (176,242,164)

Color info

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

RGB color model

#B0F2A4 color RGB value is (176,242,164).

  • red value is 176;
  • green value is 242;
  • blue value is 164.
RGB:
(176,242,164)
(69%,95%,64%)

RGB channels and saturation

R 176 of 255 = 69%
G 242 of 255 = 95%
B 164 of 255 = 64%

176
242
164

R + G + B ~ 76%. #B0F2A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 242 + 164 = 582 (100%)
R 176 of 582 ~ 30.24%
G 242 of 582 ~ 41.58%
B 164 of 582 ~ 28.18%

%30.24
%41.58
%28.18

CMYK color model

#B0F2A4 color CMYK value is (27,0,32,5).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 32.23%
  • key color value is 5.10%
CMYK:
(27,0,32,5)
C27M0Y32K5 
(27%,0%,32%,5%)
(0.27/0.00/0.32/0.05)	

CMYK percentages

%27.27
%0
%32.23
%5.1

Codes

Color #B0F2A4 in popluar color models

B0F2A4
RGB176242164
HSL111°75.00%79.61%
HSB/HSV111°32.23%94.90%
CMYK27.27%0.00%32.23%
5.10%

Color #B0F2A4 in popluar number systems.

HEXB0F2A4
Decimal176242164
Binary101100001111001010100100
Octal260362244

Shades and tints

Shades of #B0F2A4

#B0F2A4
(176,242,164)
#A0DC96
(160,220,150)
#90C688
(144,198,136)
#80B07A
(128,176,122)
#709A6C
(112,154,108)
#60845E
(96,132,94)
#506E50
(80,110,80)
#405842
(64,88,66)
#304234
(48,66,52)
#202C26
(32,44,38)
#101618
(16,22,24)
#000000
(0,0,0)

Tints of #B0F2A4

#B0F2A4
(176,242,164)
#B7F3AC
(183,243,172)
#BEF4B4
(190,244,180)
#C5F5BC
(197,245,188)
#CCF6C4
(204,246,196)
#D3F7CC
(211,247,204)
#DAF8D4
(218,248,212)
#E1F9DC
(225,249,220)
#E8FAE4
(232,250,228)
#EFFBEC
(239,251,236)
#F6FCF4
(246,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F2A4 color. Also use rgb(176,242,164) instead hex code.

Text Font Color

.myTextColor { color: #B0F2A4; }

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

This text font color is #B0F2A4.


Background Color

.myBgColor { background-color: #B0F2A4; }

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

This div background color is #B0F2A4.


Border color

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

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

This div border color is #B0F2A4.


Opacity

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

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

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

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

This text has shadow with #B0F2A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F2A4 on black background.


Color preview on white background

This text has color #B0F2A4 on white background.



Black color preview on #B0F2A4 background

This text has black color on #B0F2A4 background.


White color preview on #B0F2A4 background

This text has white color on #B0F2A4 background.