COLOR #B6F4B3

HEX: #B6F4B3
RGB: (182,244,179)

Color info

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

RGB color model

#B6F4B3 color RGB value is (182,244,179).

  • red value is 182;
  • green value is 244;
  • blue value is 179.
RGB:
(182,244,179)
(71%,96%,70%)

RGB channels and saturation

R 182 of 255 = 71%
G 244 of 255 = 96%
B 179 of 255 = 70%

182
244
179

R + G + B ~ 79%. #B6F4B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 244 + 179 = 605 (100%)
R 182 of 605 ~ 30.08%
G 244 of 605 ~ 40.33%
B 179 of 605 ~ 29.59%

%30.08
%40.33
%29.59

CMYK color model

#B6F4B3 color CMYK value is (25,0,27,4).

  • cyan value is 25.41%
  • magenta value is 0.00%
  • yellow value is 26.64%
  • key color value is 4.31%
CMYK:
(25,0,27,4)
C25M0Y27K4 
(25%,0%,27%,4%)
(0.25/0.00/0.27/0.04)	

CMYK percentages

%25.41
%0
%26.64
%4.31

Codes

Color #B6F4B3 in popluar color models

B6F4B3
RGB182244179
HSL117°74.71%82.94%
HSB/HSV117°26.64%95.69%
CMYK25.41%0.00%26.64%
4.31%

Color #B6F4B3 in popluar number systems.

HEXB6F4B3
Decimal182244179
Binary101101101111010010110011
Octal266364263

Shades and tints

Shades of #B6F4B3

#B6F4B3
(182,244,179)
#A6DEA3
(166,222,163)
#96C893
(150,200,147)
#86B283
(134,178,131)
#769C73
(118,156,115)
#668663
(102,134,99)
#567053
(86,112,83)
#465A43
(70,90,67)
#364433
(54,68,51)
#262E23
(38,46,35)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #B6F4B3

#B6F4B3
(182,244,179)
#BCF5B9
(188,245,185)
#C2F6BF
(194,246,191)
#C8F7C5
(200,247,197)
#CEF8CB
(206,248,203)
#D4F9D1
(212,249,209)
#DAFAD7
(218,250,215)
#E0FBDD
(224,251,221)
#E6FCE3
(230,252,227)
#ECFDE9
(236,253,233)
#F2FEEF
(242,254,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F4B3 color. Also use rgb(182,244,179) instead hex code.

Text Font Color

.myTextColor { color: #B6F4B3; }

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

This text font color is #B6F4B3.


Background Color

.myBgColor { background-color: #B6F4B3; }

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

This div background color is #B6F4B3.


Border color

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

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

This div border color is #B6F4B3.


Opacity

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

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

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

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

This text has shadow with #B6F4B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6F4B3 on black background.


Color preview on white background

This text has color #B6F4B3 on white background.



Black color preview on #B6F4B3 background

This text has black color on #B6F4B3 background.


White color preview on #B6F4B3 background

This text has white color on #B6F4B3 background.