COLOR #B6F8A0

HEX: #B6F8A0 RGB: (182,248,160)

Color info

#B6F8A0 contains mainly green color. Web safe color of #B6F8A0 is #CCFF99 (or #CF9).

RGB color model

#B6F8A0 color RGB value is (182,248,160).

RGB: (182,248,160) (71%, 97%, 63%)

RGB channels and saturation

R 182 of 255 = 71%
G 248 of 255 = 97%
B 160 of 255 = 63%

182
248
160

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

Portions of RGB colors in percentages

R + G + B = 182 + 248 + 160 = 590 (100%)
R 182 of 590 ~ 30.85%
G 248 of 590 ~ 42.03%
B 160 of 590 ~ 27.12'%

%30.85
%42.03
%27.12

CMYK color model

#B6F8A0 color CMYK value is (27,0,35,3).

  • cyan value is 26.61%
  • magenta value is 0.00%
  • yellow value is 35.48%
  • key color value is 2.75%

CMYK: (27,0,35,3)
C27M0Y35K3 (27%, 0%, 35%, 3%)
(0.27 / 0.00 / 0.35 / 0.03)

CMYK percentages

%26.61
%0
%35.48
%2.75

Codes

Color #B6F8A0 in popluar color models

B6 F8 A0
RGB 182 248 160
HSL 105° 86.27% 80.00%
HSB/HSV 105° 35.48% 97.25%
CMYK 26.61% 0.00% 35.48%
2.75%

Color #B6F8A0 in popluar number systems.

HEX B6 F8 A0
Decimal 182 248 160
Binary 10110110 11111000 10100000
Octal 266 370 240

Shades and tints

Shades of #B6F8A0

#B6F8A0
(182,248,160)
#A6E292
(166,226,146)
#96CC84
(150,204,132)
#86B676
(134,182,118)
#76A068
(118,160,104)
#668A5A
(102,138,90)
#56744C
(86,116,76)
#465E3E
(70,94,62)
#364830
(54,72,48)
#263222
(38,50,34)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #B6F8A0

#B6F8A0
(182,248,160)
#BCF8A8
(188,248,168)
#C2F8B0
(194,248,176)
#C8F8B8
(200,248,184)
#CEF8C0
(206,248,192)
#D4F8C8
(212,248,200)
#DAF8D0
(218,248,208)
#E0F8D8
(224,248,216)
#E6F8E0
(230,248,224)
#ECF8E8
(236,248,232)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F8A0 color. Also use rgb(182,248,160) instead hex code.

Text Font Color

.myTextColor { color: #B6F8A0; }

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

This text font color is #B6F8A0.

Background Color

.myBgColor { background-color: #B6F8A0; }

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

This div background color is #B6F8A0.

Border color

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

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

This div border color is #B6F8A0.

Opacity

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

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

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

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

This text has shadow with #B6F8A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6F8A0.

Preview

Color preview on black background

This text has color #B6F8A0 on black background.


Color preview on white background

This text has color #B6F8A0 on white background.


Black color preview on #B6F8A0 background

This text has black color on #B6F8A0 background.


White color preview on #B6F8A0 background

This text has white color on #B6F8A0 background.


Related colors

Complementary color

Complementary color for #hex is #49075F.


I love getcolorcode.com

Triadic colors

1 #A0B6F8 and #F8A0B6 with #B6F8A0 are triadic colors.

2 #A0F8B6 and #F8B6A0 with #B6F8A0 are triadic colors.