COLOR #B6FDEF

HEX: #B6FDEF
RGB: (182,253,239)

Color info

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

RGB color model

#B6FDEF color RGB value is (182,253,239).

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

RGB channels and saturation

R 182 of 255 = 71%
G 253 of 255 = 99%
B 239 of 255 = 94%

182
253
239

R + G + B ~ 88%. #B6FDEF is light color.

Portions of RGB colors in percentages

R + G + B =
182 + 253 + 239 = 674 (100%)
R 182 of 674 ~ 27%
G 253 of 674 ~ 37.54%
B 239 of 674 ~ 35.46%

%27
%37.54
%35.46

CMYK color model

#B6FDEF color CMYK value is (28,0,6,1).

  • cyan value is 28.06%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 0.78%
CMYK:
(28,0,6,1)
C28M0Y6K1 
(28%,0%,6%,1%)
(0.28/0.00/0.06/0.01)	

CMYK percentages

%28.06
%0
%5.53
%0.78

Codes

Color #B6FDEF in popluar color models

B6FDEF
RGB182253239
HSL168°94.67%85.29%
HSB/HSV168°28.06%99.22%
CMYK28.06%0.00%5.53%
0.78%

Color #B6FDEF in popluar number systems.

HEXB6FDEF
Decimal182253239
Binary101101101111110111101111
Octal266375357

Shades and tints

Shades of #B6FDEF

#B6FDEF
(182,253,239)
#A6E6DA
(166,230,218)
#96CFC5
(150,207,197)
#86B8B0
(134,184,176)
#76A19B
(118,161,155)
#668A86
(102,138,134)
#567371
(86,115,113)
#465C5C
(70,92,92)
#364547
(54,69,71)
#262E32
(38,46,50)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #B6FDEF

#B6FDEF
(182,253,239)
#BCFDF0
(188,253,240)
#C2FDF1
(194,253,241)
#C8FDF2
(200,253,242)
#CEFDF3
(206,253,243)
#D4FDF4
(212,253,244)
#DAFDF5
(218,253,245)
#E0FDF6
(224,253,246)
#E6FDF7
(230,253,247)
#ECFDF8
(236,253,248)
#F2FDF9
(242,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6FDEF; }

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

This text font color is #B6FDEF.


Background Color

.myBgColor { background-color: #B6FDEF; }

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

This div background color is #B6FDEF.


Border color

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

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

This div border color is #B6FDEF.


Opacity

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

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

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

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

This text has shadow with #B6FDEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6FDEF on black background.


Color preview on white background

This text has color #B6FDEF on white background.



Black color preview on #B6FDEF background

This text has black color on #B6FDEF background.


White color preview on #B6FDEF background

This text has white color on #B6FDEF background.