COLOR #B9F6C0

HEX: #B9F6C0
RGB: (185,246,192)

Color info

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

RGB color model

#B9F6C0 color RGB value is (185,246,192).

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

RGB channels and saturation

R 185 of 255 = 73%
G 246 of 255 = 96%
B 192 of 255 = 75%

185
246
192

R + G + B ~ 81%. #B9F6C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 246 + 192 = 623 (100%)
R 185 of 623 ~ 29.7%
G 246 of 623 ~ 39.49%
B 192 of 623 ~ 30.82%

%29.7
%39.49
%30.82

CMYK color model

#B9F6C0 color CMYK value is (25,0,22,4).

  • cyan value is 24.80%
  • magenta value is 0.00%
  • yellow value is 21.95%
  • key color value is 3.53%
CMYK:
(25,0,22,4)
C25M0Y22K4 
(25%,0%,22%,4%)
(0.25/0.00/0.22/0.04)	

CMYK percentages

%24.8
%0
%21.95
%3.53

Codes

Color #B9F6C0 in popluar color models

B9F6C0
RGB185246192
HSL127°77.22%84.51%
HSB/HSV127°24.80%96.47%
CMYK24.80%0.00%21.95%
3.53%

Color #B9F6C0 in popluar number systems.

HEXB9F6C0
Decimal185246192
Binary101110011111011011000000
Octal271366300

Shades and tints

Shades of #B9F6C0

#B9F6C0
(185,246,192)
#A9E0AF
(169,224,175)
#99CA9E
(153,202,158)
#89B48D
(137,180,141)
#799E7C
(121,158,124)
#69886B
(105,136,107)
#59725A
(89,114,90)
#495C49
(73,92,73)
#394638
(57,70,56)
#293027
(41,48,39)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #B9F6C0

#B9F6C0
(185,246,192)
#BFF6C5
(191,246,197)
#C5F6CA
(197,246,202)
#CBF6CF
(203,246,207)
#D1F6D4
(209,246,212)
#D7F6D9
(215,246,217)
#DDF6DE
(221,246,222)
#E3F6E3
(227,246,227)
#E9F6E8
(233,246,232)
#EFF6ED
(239,246,237)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9F6C0; }

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

This text font color is #B9F6C0.


Background Color

.myBgColor { background-color: #B9F6C0; }

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

This div background color is #B9F6C0.


Border color

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

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

This div border color is #B9F6C0.


Opacity

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

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

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

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

This text has shadow with #B9F6C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F6C0 on black background.


Color preview on white background

This text has color #B9F6C0 on white background.



Black color preview on #B9F6C0 background

This text has black color on #B9F6C0 background.


White color preview on #B9F6C0 background

This text has white color on #B9F6C0 background.