COLOR #B9F8D1

HEX: #B9F8D1
RGB: (185,248,209)

Color info

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

RGB color model

#B9F8D1 color RGB value is (185,248,209).

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

RGB channels and saturation

R 185 of 255 = 73%
G 248 of 255 = 97%
B 209 of 255 = 82%

185
248
209

R + G + B ~ 84%. #B9F8D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 248 + 209 = 642 (100%)
R 185 of 642 ~ 28.82%
G 248 of 642 ~ 38.63%
B 209 of 642 ~ 32.55%

%28.82
%38.63
%32.55

CMYK color model

#B9F8D1 color CMYK value is (25,0,16,3).

  • cyan value is 25.40%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 2.75%
CMYK:
(25,0,16,3)
C25M0Y16K3 
(25%,0%,16%,3%)
(0.25/0.00/0.16/0.03)	

CMYK percentages

%25.4
%0
%15.73
%2.75

Codes

Color #B9F8D1 in popluar color models

B9F8D1
RGB185248209
HSL143°81.82%84.90%
HSB/HSV143°25.40%97.25%
CMYK25.40%0.00%15.73%
2.75%

Color #B9F8D1 in popluar number systems.

HEXB9F8D1
Decimal185248209
Binary101110011111100011010001
Octal271370321

Shades and tints

Shades of #B9F8D1

#B9F8D1
(185,248,209)
#A9E2BE
(169,226,190)
#99CCAB
(153,204,171)
#89B698
(137,182,152)
#79A085
(121,160,133)
#698A72
(105,138,114)
#59745F
(89,116,95)
#495E4C
(73,94,76)
#394839
(57,72,57)
#293226
(41,50,38)
#191C13
(25,28,19)
#000000
(0,0,0)

Tints of #B9F8D1

#B9F8D1
(185,248,209)
#BFF8D5
(191,248,213)
#C5F8D9
(197,248,217)
#CBF8DD
(203,248,221)
#D1F8E1
(209,248,225)
#D7F8E5
(215,248,229)
#DDF8E9
(221,248,233)
#E3F8ED
(227,248,237)
#E9F8F1
(233,248,241)
#EFF8F5
(239,248,245)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9F8D1; }

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

This text font color is #B9F8D1.


Background Color

.myBgColor { background-color: #B9F8D1; }

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

This div background color is #B9F8D1.


Border color

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

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

This div border color is #B9F8D1.


Opacity

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

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

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

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

This text has shadow with #B9F8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F8D1 on black background.


Color preview on white background

This text has color #B9F8D1 on white background.



Black color preview on #B9F8D1 background

This text has black color on #B9F8D1 background.


White color preview on #B9F8D1 background

This text has white color on #B9F8D1 background.