COLOR #B9FFD1

HEX: #B9FFD1
RGB: (185,255,209)

Color info

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

RGB color model

#B9FFD1 color RGB value is (185,255,209).

  • red value is 185;
  • green value is 255;
  • blue value is 209.
RGB:
(185,255,209)
(73%,100%,82%)

RGB channels and saturation

R 185 of 255 = 73%
G 255 of 255 = 100%
B 209 of 255 = 82%

185
255
209

R + G + B ~ 85%. #B9FFD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 255 + 209 = 649 (100%)
R 185 of 649 ~ 28.51%
G 255 of 649 ~ 39.29%
B 209 of 649 ~ 32.2%

%28.51
%39.29
%32.2

CMYK color model

#B9FFD1 color CMYK value is (27,0,18,0).

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 18.04%
  • key color value is 0.00%
CMYK:
(27,0,18,0)
C27M0Y18K0 
(27%,0%,18%,0%)
(0.27/0.00/0.18/0.00)	

CMYK percentages

%27.45
%0
%18.04
%0

Codes

Color #B9FFD1 in popluar color models

B9FFD1
RGB185255209
HSL141°100.00%86.27%
HSB/HSV141°27.45%100.00%
CMYK27.45%0.00%18.04%
0.00%

Color #B9FFD1 in popluar number systems.

HEXB9FFD1
Decimal185255209
Binary101110011111111111010001
Octal271377321

Shades and tints

Shades of #B9FFD1

#B9FFD1
(185,255,209)
#A9E8BE
(169,232,190)
#99D1AB
(153,209,171)
#89BA98
(137,186,152)
#79A385
(121,163,133)
#698C72
(105,140,114)
#59755F
(89,117,95)
#495E4C
(73,94,76)
#394739
(57,71,57)
#293026
(41,48,38)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #B9FFD1

#B9FFD1
(185,255,209)
#BFFFD5
(191,255,213)
#C5FFD9
(197,255,217)
#CBFFDD
(203,255,221)
#D1FFE1
(209,255,225)
#D7FFE5
(215,255,229)
#DDFFE9
(221,255,233)
#E3FFED
(227,255,237)
#E9FFF1
(233,255,241)
#EFFFF5
(239,255,245)
#F5FFF9
(245,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9FFD1 color. Also use rgb(185,255,209) instead hex code.

Text Font Color

.myTextColor { color: #B9FFD1; }

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

This text font color is #B9FFD1.


Background Color

.myBgColor { background-color: #B9FFD1; }

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

This div background color is #B9FFD1.


Border color

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

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

This div border color is #B9FFD1.


Opacity

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

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

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

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

This text has shadow with #B9FFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9FFD1 on black background.


Color preview on white background

This text has color #B9FFD1 on white background.



Black color preview on #B9FFD1 background

This text has black color on #B9FFD1 background.


White color preview on #B9FFD1 background

This text has white color on #B9FFD1 background.