COLOR #B6FEE9

HEX: #B6FEE9
RGB: (182,254,233)

Color info

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

RGB color model

#B6FEE9 color RGB value is (182,254,233).

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

RGB channels and saturation

R 182 of 255 = 71%
G 254 of 255 = 100%
B 233 of 255 = 91%

182
254
233

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

Portions of RGB colors in percentages

R + G + B =
182 + 254 + 233 = 669 (100%)
R 182 of 669 ~ 27.2%
G 254 of 669 ~ 37.97%
B 233 of 669 ~ 34.83%

%27.2
%37.97
%34.83

CMYK color model

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

  • cyan value is 28.35%
  • magenta value is 0.00%
  • yellow value is 8.27%
  • key color value is 0.39%
CMYK:
(28,0,8,0)
C28M0Y8K0 
(28%,0%,8%,0%)
(0.28/0.00/0.08/0.00)	

CMYK percentages

%28.35
%0
%8.27
%0.39

Codes

Color #B6FEE9 in popluar color models

B6FEE9
RGB182254233
HSL163°97.30%85.49%
HSB/HSV163°28.35%99.61%
CMYK28.35%0.00%8.27%
0.39%

Color #B6FEE9 in popluar number systems.

HEXB6FEE9
Decimal182254233
Binary101101101111111011101001
Octal266376351

Shades and tints

Shades of #B6FEE9

#B6FEE9
(182,254,233)
#A6E7D4
(166,231,212)
#96D0BF
(150,208,191)
#86B9AA
(134,185,170)
#76A295
(118,162,149)
#668B80
(102,139,128)
#56746B
(86,116,107)
#465D56
(70,93,86)
#364641
(54,70,65)
#262F2C
(38,47,44)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #B6FEE9

#B6FEE9
(182,254,233)
#BCFEEB
(188,254,235)
#C2FEED
(194,254,237)
#C8FEEF
(200,254,239)
#CEFEF1
(206,254,241)
#D4FEF3
(212,254,243)
#DAFEF5
(218,254,245)
#E0FEF7
(224,254,247)
#E6FEF9
(230,254,249)
#ECFEFB
(236,254,251)
#F2FEFD
(242,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6FEE9; }

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

This text font color is #B6FEE9.


Background Color

.myBgColor { background-color: #B6FEE9; }

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

This div background color is #B6FEE9.


Border color

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

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

This div border color is #B6FEE9.


Opacity

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

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

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

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

This text has shadow with #B6FEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6FEE9 on black background.


Color preview on white background

This text has color #B6FEE9 on white background.



Black color preview on #B6FEE9 background

This text has black color on #B6FEE9 background.


White color preview on #B6FEE9 background

This text has white color on #B6FEE9 background.