COLOR #B6F6B8

HEX: #B6F6B8
RGB: (182,246,184)

Color info

#B6F6B8 contains mainly green color. Web safe color of #B6F6B8 is #CCFFCC (or #CFC).

RGB color model

#B6F6B8 color RGB value is (182,246,184).

  • red value is 182;
  • green value is 246;
  • blue value is 184.
RGB:
(182,246,184)
(71%,96%,72%)

RGB channels and saturation

R 182 of 255 = 71%
G 246 of 255 = 96%
B 184 of 255 = 72%

182
246
184

R + G + B ~ 80%. #B6F6B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 246 + 184 = 612 (100%)
R 182 of 612 ~ 29.74%
G 246 of 612 ~ 40.2%
B 184 of 612 ~ 30.07%

%29.74
%40.2
%30.07

CMYK color model

#B6F6B8 color CMYK value is (26,0,25,4).

  • cyan value is 26.02%
  • magenta value is 0.00%
  • yellow value is 25.20%
  • key color value is 3.53%
CMYK:
(26,0,25,4)
C26M0Y25K4 
(26%,0%,25%,4%)
(0.26/0.00/0.25/0.04)	

CMYK percentages

%26.02
%0
%25.2
%3.53

Codes

Color #B6F6B8 in popluar color models

B6F6B8
RGB182246184
HSL122°78.05%83.92%
HSB/HSV122°26.02%96.47%
CMYK26.02%0.00%25.20%
3.53%

Color #B6F6B8 in popluar number systems.

HEXB6F6B8
Decimal182246184
Binary101101101111011010111000
Octal266366270

Shades and tints

Shades of #B6F6B8

#B6F6B8
(182,246,184)
#A6E0A8
(166,224,168)
#96CA98
(150,202,152)
#86B488
(134,180,136)
#769E78
(118,158,120)
#668868
(102,136,104)
#567258
(86,114,88)
#465C48
(70,92,72)
#364638
(54,70,56)
#263028
(38,48,40)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #B6F6B8

#B6F6B8
(182,246,184)
#BCF6BE
(188,246,190)
#C2F6C4
(194,246,196)
#C8F6CA
(200,246,202)
#CEF6D0
(206,246,208)
#D4F6D6
(212,246,214)
#DAF6DC
(218,246,220)
#E0F6E2
(224,246,226)
#E6F6E8
(230,246,232)
#ECF6EE
(236,246,238)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F6B8 color. Also use rgb(182,246,184) instead hex code.

Text Font Color

.myTextColor { color: #B6F6B8; }

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

This text font color is #B6F6B8.


Background Color

.myBgColor { background-color: #B6F6B8; }

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

This div background color is #B6F6B8.


Border color

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

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

This div border color is #B6F6B8.


Opacity

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

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

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

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

This text has shadow with #B6F6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6F6B8 on black background.


Color preview on white background

This text has color #B6F6B8 on white background.



Black color preview on #B6F6B8 background

This text has black color on #B6F6B8 background.


White color preview on #B6F6B8 background

This text has white color on #B6F6B8 background.