COLOR #B8F2B6

HEX: #B8F2B6
RGB: (184,242,182)

Color info

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

RGB color model

#B8F2B6 color RGB value is (184,242,182).

  • red value is 184;
  • green value is 242;
  • blue value is 182.
RGB:
(184,242,182)
(72%,95%,71%)

RGB channels and saturation

R 184 of 255 = 72%
G 242 of 255 = 95%
B 182 of 255 = 71%

184
242
182

R + G + B ~ 79%. #B8F2B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 242 + 182 = 608 (100%)
R 184 of 608 ~ 30.26%
G 242 of 608 ~ 39.8%
B 182 of 608 ~ 29.93%

%30.26
%39.8
%29.93

CMYK color model

#B8F2B6 color CMYK value is (24,0,25,5).

  • cyan value is 23.97%
  • magenta value is 0.00%
  • yellow value is 24.79%
  • key color value is 5.10%
CMYK:
(24,0,25,5)
C24M0Y25K5 
(24%,0%,25%,5%)
(0.24/0.00/0.25/0.05)	

CMYK percentages

%23.97
%0
%24.79
%5.1

Codes

Color #B8F2B6 in popluar color models

B8F2B6
RGB184242182
HSL118°69.77%83.14%
HSB/HSV118°24.79%94.90%
CMYK23.97%0.00%24.79%
5.10%

Color #B8F2B6 in popluar number systems.

HEXB8F2B6
Decimal184242182
Binary101110001111001010110110
Octal270362266

Shades and tints

Shades of #B8F2B6

#B8F2B6
(184,242,182)
#A8DCA6
(168,220,166)
#98C696
(152,198,150)
#88B086
(136,176,134)
#789A76
(120,154,118)
#688466
(104,132,102)
#586E56
(88,110,86)
#485846
(72,88,70)
#384236
(56,66,54)
#282C26
(40,44,38)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #B8F2B6

#B8F2B6
(184,242,182)
#BEF3BC
(190,243,188)
#C4F4C2
(196,244,194)
#CAF5C8
(202,245,200)
#D0F6CE
(208,246,206)
#D6F7D4
(214,247,212)
#DCF8DA
(220,248,218)
#E2F9E0
(226,249,224)
#E8FAE6
(232,250,230)
#EEFBEC
(238,251,236)
#F4FCF2
(244,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8F2B6 color. Also use rgb(184,242,182) instead hex code.

Text Font Color

.myTextColor { color: #B8F2B6; }

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

This text font color is #B8F2B6.


Background Color

.myBgColor { background-color: #B8F2B6; }

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

This div background color is #B8F2B6.


Border color

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

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

This div border color is #B8F2B6.


Opacity

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

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

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

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

This text has shadow with #B8F2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8F2B6 on black background.


Color preview on white background

This text has color #B8F2B6 on white background.



Black color preview on #B8F2B6 background

This text has black color on #B8F2B6 background.


White color preview on #B8F2B6 background

This text has white color on #B8F2B6 background.