COLOR #B6FDBF

HEX: #B6FDBF
RGB: (182,253,191)

Color info

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

RGB color model

#B6FDBF color RGB value is (182,253,191).

  • red value is 182;
  • green value is 253;
  • blue value is 191.
RGB:
(182,253,191)
(71%,99%,75%)

RGB channels and saturation

R 182 of 255 = 71%
G 253 of 255 = 99%
B 191 of 255 = 75%

182
253
191

R + G + B ~ 82%. #B6FDBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 253 + 191 = 626 (100%)
R 182 of 626 ~ 29.07%
G 253 of 626 ~ 40.42%
B 191 of 626 ~ 30.51%

%29.07
%40.42
%30.51

CMYK color model

#B6FDBF color CMYK value is (28,0,25,1).

  • cyan value is 28.06%
  • magenta value is 0.00%
  • yellow value is 24.51%
  • key color value is 0.78%
CMYK:
(28,0,25,1)
C28M0Y25K1 
(28%,0%,25%,1%)
(0.28/0.00/0.25/0.01)	

CMYK percentages

%28.06
%0
%24.51
%0.78

Codes

Color #B6FDBF in popluar color models

B6FDBF
RGB182253191
HSL128°94.67%85.29%
HSB/HSV128°28.06%99.22%
CMYK28.06%0.00%24.51%
0.78%

Color #B6FDBF in popluar number systems.

HEXB6FDBF
Decimal182253191
Binary101101101111110110111111
Octal266375277

Shades and tints

Shades of #B6FDBF

#B6FDBF
(182,253,191)
#A6E6AE
(166,230,174)
#96CF9D
(150,207,157)
#86B88C
(134,184,140)
#76A17B
(118,161,123)
#668A6A
(102,138,106)
#567359
(86,115,89)
#465C48
(70,92,72)
#364537
(54,69,55)
#262E26
(38,46,38)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #B6FDBF

#B6FDBF
(182,253,191)
#BCFDC4
(188,253,196)
#C2FDC9
(194,253,201)
#C8FDCE
(200,253,206)
#CEFDD3
(206,253,211)
#D4FDD8
(212,253,216)
#DAFDDD
(218,253,221)
#E0FDE2
(224,253,226)
#E6FDE7
(230,253,231)
#ECFDEC
(236,253,236)
#F2FDF1
(242,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6FDBF color. Also use rgb(182,253,191) instead hex code.

Text Font Color

.myTextColor { color: #B6FDBF; }

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

This text font color is #B6FDBF.


Background Color

.myBgColor { background-color: #B6FDBF; }

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

This div background color is #B6FDBF.


Border color

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

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

This div border color is #B6FDBF.


Opacity

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

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

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

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

This text has shadow with #B6FDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6FDBF on black background.


Color preview on white background

This text has color #B6FDBF on white background.



Black color preview on #B6FDBF background

This text has black color on #B6FDBF background.


White color preview on #B6FDBF background

This text has white color on #B6FDBF background.