COLOR #B6F0AC

HEX: #B6F0AC
RGB: (182,240,172)

Color info

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

RGB color model

#B6F0AC color RGB value is (182,240,172).

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

RGB channels and saturation

R 182 of 255 = 71%
G 240 of 255 = 94%
B 172 of 255 = 67%

182
240
172

R + G + B ~ 77%. #B6F0AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 240 + 172 = 594 (100%)
R 182 of 594 ~ 30.64%
G 240 of 594 ~ 40.4%
B 172 of 594 ~ 28.96%

%30.64
%40.4
%28.96

CMYK color model

#B6F0AC color CMYK value is (24,0,28,6).

  • cyan value is 24.17%
  • magenta value is 0.00%
  • yellow value is 28.33%
  • key color value is 5.88%
CMYK:
(24,0,28,6)
C24M0Y28K6 
(24%,0%,28%,6%)
(0.24/0.00/0.28/0.06)	

CMYK percentages

%24.17
%0
%28.33
%5.88

Codes

Color #B6F0AC in popluar color models

B6F0AC
RGB182240172
HSL111°69.39%80.78%
HSB/HSV111°28.33%94.12%
CMYK24.17%0.00%28.33%
5.88%

Color #B6F0AC in popluar number systems.

HEXB6F0AC
Decimal182240172
Binary101101101111000010101100
Octal266360254

Shades and tints

Shades of #B6F0AC

#B6F0AC
(182,240,172)
#A6DB9D
(166,219,157)
#96C68E
(150,198,142)
#86B17F
(134,177,127)
#769C70
(118,156,112)
#668761
(102,135,97)
#567252
(86,114,82)
#465D43
(70,93,67)
#364834
(54,72,52)
#263325
(38,51,37)
#161E16
(22,30,22)
#000000
(0,0,0)

Tints of #B6F0AC

#B6F0AC
(182,240,172)
#BCF1B3
(188,241,179)
#C2F2BA
(194,242,186)
#C8F3C1
(200,243,193)
#CEF4C8
(206,244,200)
#D4F5CF
(212,245,207)
#DAF6D6
(218,246,214)
#E0F7DD
(224,247,221)
#E6F8E4
(230,248,228)
#ECF9EB
(236,249,235)
#F2FAF2
(242,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6F0AC; }

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

This text font color is #B6F0AC.


Background Color

.myBgColor { background-color: #B6F0AC; }

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

This div background color is #B6F0AC.


Border color

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

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

This div border color is #B6F0AC.


Opacity

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

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

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

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

This text has shadow with #B6F0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6F0AC on black background.


Color preview on white background

This text has color #B6F0AC on white background.



Black color preview on #B6F0AC background

This text has black color on #B6F0AC background.


White color preview on #B6F0AC background

This text has white color on #B6F0AC background.