COLOR #B0F197

HEX: #B0F197
RGB: (176,241,151)

Color info

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

RGB color model

#B0F197 color RGB value is (176,241,151).

  • red value is 176;
  • green value is 241;
  • blue value is 151.
RGB:
(176,241,151)
(69%,95%,59%)

RGB channels and saturation

R 176 of 255 = 69%
G 241 of 255 = 95%
B 151 of 255 = 59%

176
241
151

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

Portions of RGB colors in percentages

R + G + B =
176 + 241 + 151 = 568 (100%)
R 176 of 568 ~ 30.99%
G 241 of 568 ~ 42.43%
B 151 of 568 ~ 26.58%

%30.99
%42.43
%26.58

CMYK color model

#B0F197 color CMYK value is (27,0,37,5).

  • cyan value is 26.97%
  • magenta value is 0.00%
  • yellow value is 37.34%
  • key color value is 5.49%
CMYK:
(27,0,37,5)
C27M0Y37K5 
(27%,0%,37%,5%)
(0.27/0.00/0.37/0.05)	

CMYK percentages

%26.97
%0
%37.34
%5.49

Codes

Color #B0F197 in popluar color models

B0F197
RGB176241151
HSL103°76.27%76.86%
HSB/HSV103°37.34%94.51%
CMYK26.97%0.00%37.34%
5.49%

Color #B0F197 in popluar number systems.

HEXB0F197
Decimal176241151
Binary101100001111000110010111
Octal260361227

Shades and tints

Shades of #B0F197

#B0F197
(176,241,151)
#A0DC8A
(160,220,138)
#90C77D
(144,199,125)
#80B270
(128,178,112)
#709D63
(112,157,99)
#608856
(96,136,86)
#507349
(80,115,73)
#405E3C
(64,94,60)
#30492F
(48,73,47)
#203422
(32,52,34)
#101F15
(16,31,21)
#000000
(0,0,0)

Tints of #B0F197

#B0F197
(176,241,151)
#B7F2A0
(183,242,160)
#BEF3A9
(190,243,169)
#C5F4B2
(197,244,178)
#CCF5BB
(204,245,187)
#D3F6C4
(211,246,196)
#DAF7CD
(218,247,205)
#E1F8D6
(225,248,214)
#E8F9DF
(232,249,223)
#EFFAE8
(239,250,232)
#F6FBF1
(246,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F197 color. Also use rgb(176,241,151) instead hex code.

Text Font Color

.myTextColor { color: #B0F197; }

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

This text font color is #B0F197.


Background Color

.myBgColor { background-color: #B0F197; }

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

This div background color is #B0F197.


Border color

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

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

This div border color is #B0F197.


Opacity

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

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

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

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

This text has shadow with #B0F197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F197 on black background.


Color preview on white background

This text has color #B0F197 on white background.



Black color preview on #B0F197 background

This text has black color on #B0F197 background.


White color preview on #B0F197 background

This text has white color on #B0F197 background.