COLOR #B9FFD9

HEX: #B9FFD9
RGB: (185,255,217)

Color info

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

RGB color model

#B9FFD9 color RGB value is (185,255,217).

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

RGB channels and saturation

R 185 of 255 = 73%
G 255 of 255 = 100%
B 217 of 255 = 85%

185
255
217

R + G + B ~ 86%. #B9FFD9 is light color.

Portions of RGB colors in percentages

R + G + B =
185 + 255 + 217 = 657 (100%)
R 185 of 657 ~ 28.16%
G 255 of 657 ~ 38.81%
B 217 of 657 ~ 33.03%

%28.16
%38.81
%33.03

CMYK color model

#B9FFD9 color CMYK value is (27,0,15,0).

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 14.90%
  • key color value is 0.00%
CMYK:
(27,0,15,0)
C27M0Y15K0 
(27%,0%,15%,0%)
(0.27/0.00/0.15/0.00)	

CMYK percentages

%27.45
%0
%14.9
%0

Codes

Color #B9FFD9 in popluar color models

B9FFD9
RGB185255217
HSL147°100.00%86.27%
HSB/HSV147°27.45%100.00%
CMYK27.45%0.00%14.90%
0.00%

Color #B9FFD9 in popluar number systems.

HEXB9FFD9
Decimal185255217
Binary101110011111111111011001
Octal271377331

Shades and tints

Shades of #B9FFD9

#B9FFD9
(185,255,217)
#A9E8C6
(169,232,198)
#99D1B3
(153,209,179)
#89BAA0
(137,186,160)
#79A38D
(121,163,141)
#698C7A
(105,140,122)
#597567
(89,117,103)
#495E54
(73,94,84)
#394741
(57,71,65)
#29302E
(41,48,46)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #B9FFD9

#B9FFD9
(185,255,217)
#BFFFDC
(191,255,220)
#C5FFDF
(197,255,223)
#CBFFE2
(203,255,226)
#D1FFE5
(209,255,229)
#D7FFE8
(215,255,232)
#DDFFEB
(221,255,235)
#E3FFEE
(227,255,238)
#E9FFF1
(233,255,241)
#EFFFF4
(239,255,244)
#F5FFF7
(245,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9FFD9; }

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

This text font color is #B9FFD9.


Background Color

.myBgColor { background-color: #B9FFD9; }

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

This div background color is #B9FFD9.


Border color

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

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

This div border color is #B9FFD9.


Opacity

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

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

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

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

This text has shadow with #B9FFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9FFD9 on black background.


Color preview on white background

This text has color #B9FFD9 on white background.



Black color preview on #B9FFD9 background

This text has black color on #B9FFD9 background.


White color preview on #B9FFD9 background

This text has white color on #B9FFD9 background.