COLOR #B9F2C6

HEX: #B9F2C6
RGB: (185,242,198)

Color info

#B9F2C6 contains red, green and blue colors in about the same proportion. Web safe color of #B9F2C6 is #CCFFCC (or #CFC).

RGB color model

#B9F2C6 color RGB value is (185,242,198).

  • red value is 185;
  • green value is 242;
  • blue value is 198.
RGB:
(185,242,198)
(73%,95%,78%)

RGB channels and saturation

R 185 of 255 = 73%
G 242 of 255 = 95%
B 198 of 255 = 78%

185
242
198

R + G + B ~ 82%. #B9F2C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 242 + 198 = 625 (100%)
R 185 of 625 ~ 29.6%
G 242 of 625 ~ 38.72%
B 198 of 625 ~ 31.68%

%29.6
%38.72
%31.68

CMYK color model

#B9F2C6 color CMYK value is (24,0,18,5).

  • cyan value is 23.55%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 5.10%
CMYK:
(24,0,18,5)
C24M0Y18K5 
(24%,0%,18%,5%)
(0.24/0.00/0.18/0.05)	

CMYK percentages

%23.55
%0
%18.18
%5.1

Codes

Color #B9F2C6 in popluar color models

B9F2C6
RGB185242198
HSL134°68.67%83.73%
HSB/HSV134°23.55%94.90%
CMYK23.55%0.00%18.18%
5.10%

Color #B9F2C6 in popluar number systems.

HEXB9F2C6
Decimal185242198
Binary101110011111001011000110
Octal271362306

Shades and tints

Shades of #B9F2C6

#B9F2C6
(185,242,198)
#A9DCB4
(169,220,180)
#99C6A2
(153,198,162)
#89B090
(137,176,144)
#799A7E
(121,154,126)
#69846C
(105,132,108)
#596E5A
(89,110,90)
#495848
(73,88,72)
#394236
(57,66,54)
#292C24
(41,44,36)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #B9F2C6

#B9F2C6
(185,242,198)
#BFF3CB
(191,243,203)
#C5F4D0
(197,244,208)
#CBF5D5
(203,245,213)
#D1F6DA
(209,246,218)
#D7F7DF
(215,247,223)
#DDF8E4
(221,248,228)
#E3F9E9
(227,249,233)
#E9FAEE
(233,250,238)
#EFFBF3
(239,251,243)
#F5FCF8
(245,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9F2C6 color. Also use rgb(185,242,198) instead hex code.

Text Font Color

.myTextColor { color: #B9F2C6; }

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

This text font color is #B9F2C6.


Background Color

.myBgColor { background-color: #B9F2C6; }

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

This div background color is #B9F2C6.


Border color

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

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

This div border color is #B9F2C6.


Opacity

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

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

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

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

This text has shadow with #B9F2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F2C6 on black background.


Color preview on white background

This text has color #B9F2C6 on white background.



Black color preview on #B9F2C6 background

This text has black color on #B9F2C6 background.


White color preview on #B9F2C6 background

This text has white color on #B9F2C6 background.