COLOR #B6F097

HEX: #B6F097
RGB: (182,240,151)

Color info

#B6F097 contains mainly red and green colors. Web safe color of #B6F097 is #CCFF99 (or #CF9).

RGB color model

#B6F097 color RGB value is (182,240,151).

  • red value is 182;
  • green value is 240;
  • blue value is 151.
RGB:
(182,240,151)
(71%,94%,59%)

RGB channels and saturation

R 182 of 255 = 71%
G 240 of 255 = 94%
B 151 of 255 = 59%

182
240
151

R + G + B ~ 75%. #B6F097 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 240 + 151 = 573 (100%)
R 182 of 573 ~ 31.76%
G 240 of 573 ~ 41.88%
B 151 of 573 ~ 26.35%

%31.76
%41.88
%26.35

CMYK color model

#B6F097 color CMYK value is (24,0,37,6).

  • cyan value is 24.17%
  • magenta value is 0.00%
  • yellow value is 37.08%
  • key color value is 5.88%
CMYK:
(24,0,37,6)
C24M0Y37K6 
(24%,0%,37%,6%)
(0.24/0.00/0.37/0.06)	

CMYK percentages

%24.17
%0
%37.08
%5.88

Codes

Color #B6F097 in popluar color models

B6F097
RGB182240151
HSL99°74.79%76.67%
HSB/HSV99°37.08%94.12%
CMYK24.17%0.00%37.08%
5.88%

Color #B6F097 in popluar number systems.

HEXB6F097
Decimal182240151
Binary101101101111000010010111
Octal266360227

Shades and tints

Shades of #B6F097

#B6F097
(182,240,151)
#A6DB8A
(166,219,138)
#96C67D
(150,198,125)
#86B170
(134,177,112)
#769C63
(118,156,99)
#668756
(102,135,86)
#567249
(86,114,73)
#465D3C
(70,93,60)
#36482F
(54,72,47)
#263322
(38,51,34)
#161E15
(22,30,21)
#000000
(0,0,0)

Tints of #B6F097

#B6F097
(182,240,151)
#BCF1A0
(188,241,160)
#C2F2A9
(194,242,169)
#C8F3B2
(200,243,178)
#CEF4BB
(206,244,187)
#D4F5C4
(212,245,196)
#DAF6CD
(218,246,205)
#E0F7D6
(224,247,214)
#E6F8DF
(230,248,223)
#ECF9E8
(236,249,232)
#F2FAF1
(242,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F097 color. Also use rgb(182,240,151) instead hex code.

Text Font Color

.myTextColor { color: #B6F097; }

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

This text font color is #B6F097.


Background Color

.myBgColor { background-color: #B6F097; }

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

This div background color is #B6F097.


Border color

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

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

This div border color is #B6F097.


Opacity

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

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

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

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

This text has shadow with #B6F097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6F097 on black background.


Color preview on white background

This text has color #B6F097 on white background.



Black color preview on #B6F097 background

This text has black color on #B6F097 background.


White color preview on #B6F097 background

This text has white color on #B6F097 background.