COLOR #B9FFDA

HEX: #B9FFDA
RGB: (185,255,218)

Color info

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

RGB color model

#B9FFDA color RGB value is (185,255,218).

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

RGB channels and saturation

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

185
255
218

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

Portions of RGB colors in percentages

R + G + B =
185 + 255 + 218 = 658 (100%)
R 185 of 658 ~ 28.12%
G 255 of 658 ~ 38.75%
B 218 of 658 ~ 33.13%

%28.12
%38.75
%33.13

CMYK color model

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

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 14.51%
  • 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.51
%0

Codes

Color #B9FFDA in popluar color models

B9FFDA
RGB185255218
HSL148°100.00%86.27%
HSB/HSV148°27.45%100.00%
CMYK27.45%0.00%14.51%
0.00%

Color #B9FFDA in popluar number systems.

HEXB9FFDA
Decimal185255218
Binary101110011111111111011010
Octal271377332

Shades and tints

Shades of #B9FFDA

#B9FFDA
(185,255,218)
#A9E8C7
(169,232,199)
#99D1B4
(153,209,180)
#89BAA1
(137,186,161)
#79A38E
(121,163,142)
#698C7B
(105,140,123)
#597568
(89,117,104)
#495E55
(73,94,85)
#394742
(57,71,66)
#29302F
(41,48,47)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #B9FFDA

#B9FFDA
(185,255,218)
#BFFFDD
(191,255,221)
#C5FFE0
(197,255,224)
#CBFFE3
(203,255,227)
#D1FFE6
(209,255,230)
#D7FFE9
(215,255,233)
#DDFFEC
(221,255,236)
#E3FFEF
(227,255,239)
#E9FFF2
(233,255,242)
#EFFFF5
(239,255,245)
#F5FFF8
(245,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9FFDA; }

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

This text font color is #B9FFDA.


Background Color

.myBgColor { background-color: #B9FFDA; }

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

This div background color is #B9FFDA.


Border color

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

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

This div border color is #B9FFDA.


Opacity

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

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

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

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

This text has shadow with #B9FFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9FFDA on black background.


Color preview on white background

This text has color #B9FFDA on white background.



Black color preview on #B9FFDA background

This text has black color on #B9FFDA background.


White color preview on #B9FFDA background

This text has white color on #B9FFDA background.