COLOR #B9FD9C

HEX: #B9FD9C
RGB: (185,253,156)

Color info

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

RGB color model

#B9FD9C color RGB value is (185,253,156).

  • red value is 185;
  • green value is 253;
  • blue value is 156.
RGB:
(185,253,156)
(73%,99%,61%)

RGB channels and saturation

R 185 of 255 = 73%
G 253 of 255 = 99%
B 156 of 255 = 61%

185
253
156

R + G + B ~ 78%. #B9FD9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 253 + 156 = 594 (100%)
R 185 of 594 ~ 31.14%
G 253 of 594 ~ 42.59%
B 156 of 594 ~ 26.26%

%31.14
%42.59
%26.26

CMYK color model

#B9FD9C color CMYK value is (27,0,38,1).

  • cyan value is 26.88%
  • magenta value is 0.00%
  • yellow value is 38.34%
  • key color value is 0.78%
CMYK:
(27,0,38,1)
C27M0Y38K1 
(27%,0%,38%,1%)
(0.27/0.00/0.38/0.01)	

CMYK percentages

%26.88
%0
%38.34
%0.78

Codes

Color #B9FD9C in popluar color models

B9FD9C
RGB185253156
HSL102°96.04%80.20%
HSB/HSV102°38.34%99.22%
CMYK26.88%0.00%38.34%
0.78%

Color #B9FD9C in popluar number systems.

HEXB9FD9C
Decimal185253156
Binary101110011111110110011100
Octal271375234

Shades and tints

Shades of #B9FD9C

#B9FD9C
(185,253,156)
#A9E68E
(169,230,142)
#99CF80
(153,207,128)
#89B872
(137,184,114)
#79A164
(121,161,100)
#698A56
(105,138,86)
#597348
(89,115,72)
#495C3A
(73,92,58)
#39452C
(57,69,44)
#292E1E
(41,46,30)
#191710
(25,23,16)
#000000
(0,0,0)

Tints of #B9FD9C

#B9FD9C
(185,253,156)
#BFFDA5
(191,253,165)
#C5FDAE
(197,253,174)
#CBFDB7
(203,253,183)
#D1FDC0
(209,253,192)
#D7FDC9
(215,253,201)
#DDFDD2
(221,253,210)
#E3FDDB
(227,253,219)
#E9FDE4
(233,253,228)
#EFFDED
(239,253,237)
#F5FDF6
(245,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9FD9C color. Also use rgb(185,253,156) instead hex code.

Text Font Color

.myTextColor { color: #B9FD9C; }

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

This text font color is #B9FD9C.


Background Color

.myBgColor { background-color: #B9FD9C; }

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

This div background color is #B9FD9C.


Border color

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

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

This div border color is #B9FD9C.


Opacity

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

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

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

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

This text has shadow with #B9FD9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9FD9C on black background.


Color preview on white background

This text has color #B9FD9C on white background.



Black color preview on #B9FD9C background

This text has black color on #B9FD9C background.


White color preview on #B9FD9C background

This text has white color on #B9FD9C background.