COLOR #B9F6B2

HEX: #B9F6B2
RGB: (185,246,178)

Color info

#B9F6B2 contains mainly green color. Web safe color of #B9F6B2 is #CCFF99 (or #CF9).

RGB color model

#B9F6B2 color RGB value is (185,246,178).

  • red value is 185;
  • green value is 246;
  • blue value is 178.
RGB:
(185,246,178)
(73%,96%,70%)

RGB channels and saturation

R 185 of 255 = 73%
G 246 of 255 = 96%
B 178 of 255 = 70%

185
246
178

R + G + B ~ 80%. #B9F6B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 246 + 178 = 609 (100%)
R 185 of 609 ~ 30.38%
G 246 of 609 ~ 40.39%
B 178 of 609 ~ 29.23%

%30.38
%40.39
%29.23

CMYK color model

#B9F6B2 color CMYK value is (25,0,28,4).

  • cyan value is 24.80%
  • magenta value is 0.00%
  • yellow value is 27.64%
  • key color value is 3.53%
CMYK:
(25,0,28,4)
C25M0Y28K4 
(25%,0%,28%,4%)
(0.25/0.00/0.28/0.04)	

CMYK percentages

%24.8
%0
%27.64
%3.53

Codes

Color #B9F6B2 in popluar color models

B9F6B2
RGB185246178
HSL114°79.07%83.14%
HSB/HSV114°27.64%96.47%
CMYK24.80%0.00%27.64%
3.53%

Color #B9F6B2 in popluar number systems.

HEXB9F6B2
Decimal185246178
Binary101110011111011010110010
Octal271366262

Shades and tints

Shades of #B9F6B2

#B9F6B2
(185,246,178)
#A9E0A2
(169,224,162)
#99CA92
(153,202,146)
#89B482
(137,180,130)
#799E72
(121,158,114)
#698862
(105,136,98)
#597252
(89,114,82)
#495C42
(73,92,66)
#394632
(57,70,50)
#293022
(41,48,34)
#191A12
(25,26,18)
#000000
(0,0,0)

Tints of #B9F6B2

#B9F6B2
(185,246,178)
#BFF6B9
(191,246,185)
#C5F6C0
(197,246,192)
#CBF6C7
(203,246,199)
#D1F6CE
(209,246,206)
#D7F6D5
(215,246,213)
#DDF6DC
(221,246,220)
#E3F6E3
(227,246,227)
#E9F6EA
(233,246,234)
#EFF6F1
(239,246,241)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9F6B2 color. Also use rgb(185,246,178) instead hex code.

Text Font Color

.myTextColor { color: #B9F6B2; }

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

This text font color is #B9F6B2.


Background Color

.myBgColor { background-color: #B9F6B2; }

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

This div background color is #B9F6B2.


Border color

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

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

This div border color is #B9F6B2.


Opacity

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

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

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

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

This text has shadow with #B9F6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F6B2 on black background.


Color preview on white background

This text has color #B9F6B2 on white background.



Black color preview on #B9F6B2 background

This text has black color on #B9F6B2 background.


White color preview on #B9F6B2 background

This text has white color on #B9F6B2 background.