COLOR #B9F6D4

HEX: #B9F6D4
RGB: (185,246,212)

Color info

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

RGB color model

#B9F6D4 color RGB value is (185,246,212).

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

RGB channels and saturation

R 185 of 255 = 73%
G 246 of 255 = 96%
B 212 of 255 = 83%

185
246
212

R + G + B ~ 84%. #B9F6D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 246 + 212 = 643 (100%)
R 185 of 643 ~ 28.77%
G 246 of 643 ~ 38.26%
B 212 of 643 ~ 32.97%

%28.77
%38.26
%32.97

CMYK color model

#B9F6D4 color CMYK value is (25,0,14,4).

  • cyan value is 24.80%
  • magenta value is 0.00%
  • yellow value is 13.82%
  • key color value is 3.53%
CMYK:
(25,0,14,4)
C25M0Y14K4 
(25%,0%,14%,4%)
(0.25/0.00/0.14/0.04)	

CMYK percentages

%24.8
%0
%13.82
%3.53

Codes

Color #B9F6D4 in popluar color models

B9F6D4
RGB185246212
HSL147°77.22%84.51%
HSB/HSV147°24.80%96.47%
CMYK24.80%0.00%13.82%
3.53%

Color #B9F6D4 in popluar number systems.

HEXB9F6D4
Decimal185246212
Binary101110011111011011010100
Octal271366324

Shades and tints

Shades of #B9F6D4

#B9F6D4
(185,246,212)
#A9E0C1
(169,224,193)
#99CAAE
(153,202,174)
#89B49B
(137,180,155)
#799E88
(121,158,136)
#698875
(105,136,117)
#597262
(89,114,98)
#495C4F
(73,92,79)
#39463C
(57,70,60)
#293029
(41,48,41)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #B9F6D4

#B9F6D4
(185,246,212)
#BFF6D7
(191,246,215)
#C5F6DA
(197,246,218)
#CBF6DD
(203,246,221)
#D1F6E0
(209,246,224)
#D7F6E3
(215,246,227)
#DDF6E6
(221,246,230)
#E3F6E9
(227,246,233)
#E9F6EC
(233,246,236)
#EFF6EF
(239,246,239)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9F6D4; }

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

This text font color is #B9F6D4.


Background Color

.myBgColor { background-color: #B9F6D4; }

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

This div background color is #B9F6D4.


Border color

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

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

This div border color is #B9F6D4.


Opacity

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

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

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

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

This text has shadow with #B9F6D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F6D4 on black background.


Color preview on white background

This text has color #B9F6D4 on white background.



Black color preview on #B9F6D4 background

This text has black color on #B9F6D4 background.


White color preview on #B9F6D4 background

This text has white color on #B9F6D4 background.