COLOR #B6FDE9

HEX: #B6FDE9
RGB: (182,253,233)

Color info

#B6FDE9 contains mainly green and blue colors. Web safe color of #B6FDE9 is #CCFFFF (or #CFF).

RGB color model

#B6FDE9 color RGB value is (182,253,233).

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

RGB channels and saturation

R 182 of 255 = 71%
G 253 of 255 = 99%
B 233 of 255 = 91%

182
253
233

R + G + B ~ 87%. #B6FDE9 is light color.

Portions of RGB colors in percentages

R + G + B =
182 + 253 + 233 = 668 (100%)
R 182 of 668 ~ 27.25%
G 253 of 668 ~ 37.87%
B 233 of 668 ~ 34.88%

%27.25
%37.87
%34.88

CMYK color model

#B6FDE9 color CMYK value is (28,0,8,1).

  • cyan value is 28.06%
  • magenta value is 0.00%
  • yellow value is 7.91%
  • key color value is 0.78%
CMYK:
(28,0,8,1)
C28M0Y8K1 
(28%,0%,8%,1%)
(0.28/0.00/0.08/0.01)	

CMYK percentages

%28.06
%0
%7.91
%0.78

Codes

Color #B6FDE9 in popluar color models

B6FDE9
RGB182253233
HSL163°94.67%85.29%
HSB/HSV163°28.06%99.22%
CMYK28.06%0.00%7.91%
0.78%

Color #B6FDE9 in popluar number systems.

HEXB6FDE9
Decimal182253233
Binary101101101111110111101001
Octal266375351

Shades and tints

Shades of #B6FDE9

#B6FDE9
(182,253,233)
#A6E6D4
(166,230,212)
#96CFBF
(150,207,191)
#86B8AA
(134,184,170)
#76A195
(118,161,149)
#668A80
(102,138,128)
#56736B
(86,115,107)
#465C56
(70,92,86)
#364541
(54,69,65)
#262E2C
(38,46,44)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #B6FDE9

#B6FDE9
(182,253,233)
#BCFDEB
(188,253,235)
#C2FDED
(194,253,237)
#C8FDEF
(200,253,239)
#CEFDF1
(206,253,241)
#D4FDF3
(212,253,243)
#DAFDF5
(218,253,245)
#E0FDF7
(224,253,247)
#E6FDF9
(230,253,249)
#ECFDFB
(236,253,251)
#F2FDFD
(242,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6FDE9; }

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

This text font color is #B6FDE9.


Background Color

.myBgColor { background-color: #B6FDE9; }

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

This div background color is #B6FDE9.


Border color

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

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

This div border color is #B6FDE9.


Opacity

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

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

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

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

This text has shadow with #B6FDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6FDE9 on black background.


Color preview on white background

This text has color #B6FDE9 on white background.



Black color preview on #B6FDE9 background

This text has black color on #B6FDE9 background.


White color preview on #B6FDE9 background

This text has white color on #B6FDE9 background.