COLOR #B6F6DA

HEX: #B6F6DA
RGB: (182,246,218)

Color info

#B6F6DA contains mainly green and blue colors. Web safe color of #B6F6DA is #CCFFCC (or #CFC).

RGB color model

#B6F6DA color RGB value is (182,246,218).

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

RGB channels and saturation

R 182 of 255 = 71%
G 246 of 255 = 96%
B 218 of 255 = 85%

182
246
218

R + G + B ~ 84%. #B6F6DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 246 + 218 = 646 (100%)
R 182 of 646 ~ 28.17%
G 246 of 646 ~ 38.08%
B 218 of 646 ~ 33.75%

%28.17
%38.08
%33.75

CMYK color model

#B6F6DA color CMYK value is (26,0,11,4).

  • cyan value is 26.02%
  • magenta value is 0.00%
  • yellow value is 11.38%
  • key color value is 3.53%
CMYK:
(26,0,11,4)
C26M0Y11K4 
(26%,0%,11%,4%)
(0.26/0.00/0.11/0.04)	

CMYK percentages

%26.02
%0
%11.38
%3.53

Codes

Color #B6F6DA in popluar color models

B6F6DA
RGB182246218
HSL154°78.05%83.92%
HSB/HSV154°26.02%96.47%
CMYK26.02%0.00%11.38%
3.53%

Color #B6F6DA in popluar number systems.

HEXB6F6DA
Decimal182246218
Binary101101101111011011011010
Octal266366332

Shades and tints

Shades of #B6F6DA

#B6F6DA
(182,246,218)
#A6E0C7
(166,224,199)
#96CAB4
(150,202,180)
#86B4A1
(134,180,161)
#769E8E
(118,158,142)
#66887B
(102,136,123)
#567268
(86,114,104)
#465C55
(70,92,85)
#364642
(54,70,66)
#26302F
(38,48,47)
#161A1C
(22,26,28)
#000000
(0,0,0)

Tints of #B6F6DA

#B6F6DA
(182,246,218)
#BCF6DD
(188,246,221)
#C2F6E0
(194,246,224)
#C8F6E3
(200,246,227)
#CEF6E6
(206,246,230)
#D4F6E9
(212,246,233)
#DAF6EC
(218,246,236)
#E0F6EF
(224,246,239)
#E6F6F2
(230,246,242)
#ECF6F5
(236,246,245)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6F6DA; }

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

This text font color is #B6F6DA.


Background Color

.myBgColor { background-color: #B6F6DA; }

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

This div background color is #B6F6DA.


Border color

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

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

This div border color is #B6F6DA.


Opacity

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

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

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

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

This text has shadow with #B6F6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6F6DA on black background.


Color preview on white background

This text has color #B6F6DA on white background.



Black color preview on #B6F6DA background

This text has black color on #B6F6DA background.


White color preview on #B6F6DA background

This text has white color on #B6F6DA background.