COLOR #B6F8E1

HEX: #B6F8E1
RGB: (182,248,225)

Color info

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

RGB color model

#B6F8E1 color RGB value is (182,248,225).

  • red value is 182;
  • green value is 248;
  • blue value is 225.
RGB:
(182,248,225)
(71%,97%,88%)

RGB channels and saturation

R 182 of 255 = 71%
G 248 of 255 = 97%
B 225 of 255 = 88%

182
248
225

R + G + B ~ 85%. #B6F8E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 248 + 225 = 655 (100%)
R 182 of 655 ~ 27.79%
G 248 of 655 ~ 37.86%
B 225 of 655 ~ 34.35%

%27.79
%37.86
%34.35

CMYK color model

#B6F8E1 color CMYK value is (27,0,9,3).

  • cyan value is 26.61%
  • magenta value is 0.00%
  • yellow value is 9.27%
  • key color value is 2.75%
CMYK:
(27,0,9,3)
C27M0Y9K3 
(27%,0%,9%,3%)
(0.27/0.00/0.09/0.03)	

CMYK percentages

%26.61
%0
%9.27
%2.75

Codes

Color #B6F8E1 in popluar color models

B6F8E1
RGB182248225
HSL159°82.50%84.31%
HSB/HSV159°26.61%97.25%
CMYK26.61%0.00%9.27%
2.75%

Color #B6F8E1 in popluar number systems.

HEXB6F8E1
Decimal182248225
Binary101101101111100011100001
Octal266370341

Shades and tints

Shades of #B6F8E1

#B6F8E1
(182,248,225)
#A6E2CD
(166,226,205)
#96CCB9
(150,204,185)
#86B6A5
(134,182,165)
#76A091
(118,160,145)
#668A7D
(102,138,125)
#567469
(86,116,105)
#465E55
(70,94,85)
#364841
(54,72,65)
#26322D
(38,50,45)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #B6F8E1

#B6F8E1
(182,248,225)
#BCF8E3
(188,248,227)
#C2F8E5
(194,248,229)
#C8F8E7
(200,248,231)
#CEF8E9
(206,248,233)
#D4F8EB
(212,248,235)
#DAF8ED
(218,248,237)
#E0F8EF
(224,248,239)
#E6F8F1
(230,248,241)
#ECF8F3
(236,248,243)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F8E1 color. Also use rgb(182,248,225) instead hex code.

Text Font Color

.myTextColor { color: #B6F8E1; }

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

This text font color is #B6F8E1.


Background Color

.myBgColor { background-color: #B6F8E1; }

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

This div background color is #B6F8E1.


Border color

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

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

This div border color is #B6F8E1.


Opacity

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

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

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

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

This text has shadow with #B6F8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6F8E1 on black background.


Color preview on white background

This text has color #B6F8E1 on white background.



Black color preview on #B6F8E1 background

This text has black color on #B6F8E1 background.


White color preview on #B6F8E1 background

This text has white color on #B6F8E1 background.