COLOR #B9F8D0

HEX: #B9F8D0
RGB: (185,248,208)

Color info

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

RGB color model

#B9F8D0 color RGB value is (185,248,208).

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

RGB channels and saturation

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

185
248
208

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

Portions of RGB colors in percentages

R + G + B =
185 + 248 + 208 = 641 (100%)
R 185 of 641 ~ 28.86%
G 248 of 641 ~ 38.69%
B 208 of 641 ~ 32.45%

%28.86
%38.69
%32.45

CMYK color model

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

  • cyan value is 25.40%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • 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
%16.13
%2.75

Codes

Color #B9F8D0 in popluar color models

B9F8D0
RGB185248208
HSL142°81.82%84.90%
HSB/HSV142°25.40%97.25%
CMYK25.40%0.00%16.13%
2.75%

Color #B9F8D0 in popluar number systems.

HEXB9F8D0
Decimal185248208
Binary101110011111100011010000
Octal271370320

Shades and tints

Shades of #B9F8D0

#B9F8D0
(185,248,208)
#A9E2BE
(169,226,190)
#99CCAC
(153,204,172)
#89B69A
(137,182,154)
#79A088
(121,160,136)
#698A76
(105,138,118)
#597464
(89,116,100)
#495E52
(73,94,82)
#394840
(57,72,64)
#29322E
(41,50,46)
#191C1C
(25,28,28)
#000000
(0,0,0)

Tints of #B9F8D0

#B9F8D0
(185,248,208)
#BFF8D4
(191,248,212)
#C5F8D8
(197,248,216)
#CBF8DC
(203,248,220)
#D1F8E0
(209,248,224)
#D7F8E4
(215,248,228)
#DDF8E8
(221,248,232)
#E3F8EC
(227,248,236)
#E9F8F0
(233,248,240)
#EFF8F4
(239,248,244)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9F8D0; }

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

This text font color is #B9F8D0.


Background Color

.myBgColor { background-color: #B9F8D0; }

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

This div background color is #B9F8D0.


Border color

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

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

This div border color is #B9F8D0.


Opacity

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

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

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

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

This text has shadow with #B9F8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F8D0 on black background.


Color preview on white background

This text has color #B9F8D0 on white background.



Black color preview on #B9F8D0 background

This text has black color on #B9F8D0 background.


White color preview on #B9F8D0 background

This text has white color on #B9F8D0 background.