COLOR #B6FBE8

HEX: #B6FBE8
RGB: (182,251,232)

Color info

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

RGB color model

#B6FBE8 color RGB value is (182,251,232).

  • red value is 182;
  • green value is 251;
  • blue value is 232.
RGB:
(182,251,232)
(71%,98%,91%)

RGB channels and saturation

R 182 of 255 = 71%
G 251 of 255 = 98%
B 232 of 255 = 91%

182
251
232

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

Portions of RGB colors in percentages

R + G + B =
182 + 251 + 232 = 665 (100%)
R 182 of 665 ~ 27.37%
G 251 of 665 ~ 37.74%
B 232 of 665 ~ 34.89%

%27.37
%37.74
%34.89

CMYK color model

#B6FBE8 color CMYK value is (27,0,8,2).

  • cyan value is 27.49%
  • magenta value is 0.00%
  • yellow value is 7.57%
  • key color value is 1.57%
CMYK:
(27,0,8,2)
C27M0Y8K2 
(27%,0%,8%,2%)
(0.27/0.00/0.08/0.02)	

CMYK percentages

%27.49
%0
%7.57
%1.57

Codes

Color #B6FBE8 in popluar color models

B6FBE8
RGB182251232
HSL163°89.61%84.90%
HSB/HSV163°27.49%98.43%
CMYK27.49%0.00%7.57%
1.57%

Color #B6FBE8 in popluar number systems.

HEXB6FBE8
Decimal182251232
Binary101101101111101111101000
Octal266373350

Shades and tints

Shades of #B6FBE8

#B6FBE8
(182,251,232)
#A6E5D3
(166,229,211)
#96CFBE
(150,207,190)
#86B9A9
(134,185,169)
#76A394
(118,163,148)
#668D7F
(102,141,127)
#56776A
(86,119,106)
#466155
(70,97,85)
#364B40
(54,75,64)
#26352B
(38,53,43)
#161F16
(22,31,22)
#000000
(0,0,0)

Tints of #B6FBE8

#B6FBE8
(182,251,232)
#BCFBEA
(188,251,234)
#C2FBEC
(194,251,236)
#C8FBEE
(200,251,238)
#CEFBF0
(206,251,240)
#D4FBF2
(212,251,242)
#DAFBF4
(218,251,244)
#E0FBF6
(224,251,246)
#E6FBF8
(230,251,248)
#ECFBFA
(236,251,250)
#F2FBFC
(242,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6FBE8 color. Also use rgb(182,251,232) instead hex code.

Text Font Color

.myTextColor { color: #B6FBE8; }

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

This text font color is #B6FBE8.


Background Color

.myBgColor { background-color: #B6FBE8; }

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

This div background color is #B6FBE8.


Border color

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

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

This div border color is #B6FBE8.


Opacity

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

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

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

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

This text has shadow with #B6FBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6FBE8 on black background.


Color preview on white background

This text has color #B6FBE8 on white background.



Black color preview on #B6FBE8 background

This text has black color on #B6FBE8 background.


White color preview on #B6FBE8 background

This text has white color on #B6FBE8 background.