COLOR #B9FBC5

HEX: #B9FBC5
RGB: (185,251,197)

Color info

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

RGB color model

#B9FBC5 color RGB value is (185,251,197).

  • red value is 185;
  • green value is 251;
  • blue value is 197.
RGB:
(185,251,197)
(73%,98%,77%)

RGB channels and saturation

R 185 of 255 = 73%
G 251 of 255 = 98%
B 197 of 255 = 77%

185
251
197

R + G + B ~ 83%. #B9FBC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 251 + 197 = 633 (100%)
R 185 of 633 ~ 29.23%
G 251 of 633 ~ 39.65%
B 197 of 633 ~ 31.12%

%29.23
%39.65
%31.12

CMYK color model

#B9FBC5 color CMYK value is (26,0,22,2).

  • cyan value is 26.29%
  • magenta value is 0.00%
  • yellow value is 21.51%
  • key color value is 1.57%
CMYK:
(26,0,22,2)
C26M0Y22K2 
(26%,0%,22%,2%)
(0.26/0.00/0.22/0.02)	

CMYK percentages

%26.29
%0
%21.51
%1.57

Codes

Color #B9FBC5 in popluar color models

B9FBC5
RGB185251197
HSL131°89.19%85.49%
HSB/HSV131°26.29%98.43%
CMYK26.29%0.00%21.51%
1.57%

Color #B9FBC5 in popluar number systems.

HEXB9FBC5
Decimal185251197
Binary101110011111101111000101
Octal271373305

Shades and tints

Shades of #B9FBC5

#B9FBC5
(185,251,197)
#A9E5B4
(169,229,180)
#99CFA3
(153,207,163)
#89B992
(137,185,146)
#79A381
(121,163,129)
#698D70
(105,141,112)
#59775F
(89,119,95)
#49614E
(73,97,78)
#394B3D
(57,75,61)
#29352C
(41,53,44)
#191F1B
(25,31,27)
#000000
(0,0,0)

Tints of #B9FBC5

#B9FBC5
(185,251,197)
#BFFBCA
(191,251,202)
#C5FBCF
(197,251,207)
#CBFBD4
(203,251,212)
#D1FBD9
(209,251,217)
#D7FBDE
(215,251,222)
#DDFBE3
(221,251,227)
#E3FBE8
(227,251,232)
#E9FBED
(233,251,237)
#EFFBF2
(239,251,242)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9FBC5 color. Also use rgb(185,251,197) instead hex code.

Text Font Color

.myTextColor { color: #B9FBC5; }

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

This text font color is #B9FBC5.


Background Color

.myBgColor { background-color: #B9FBC5; }

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

This div background color is #B9FBC5.


Border color

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

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

This div border color is #B9FBC5.


Opacity

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

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

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

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

This text has shadow with #B9FBC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9FBC5 on black background.


Color preview on white background

This text has color #B9FBC5 on white background.



Black color preview on #B9FBC5 background

This text has black color on #B9FBC5 background.


White color preview on #B9FBC5 background

This text has white color on #B9FBC5 background.