COLOR #B8FB97

HEX: #B8FB97
RGB: (184,251,151)

Color info

#B8FB97 contains mainly green color. Web safe color of #B8FB97 is #CCFF99 (or #CF9).

RGB color model

#B8FB97 color RGB value is (184,251,151).

  • red value is 184;
  • green value is 251;
  • blue value is 151.
RGB:
(184,251,151)
(72%,98%,59%)

RGB channels and saturation

R 184 of 255 = 72%
G 251 of 255 = 98%
B 151 of 255 = 59%

184
251
151

R + G + B ~ 76%. #B8FB97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 251 + 151 = 586 (100%)
R 184 of 586 ~ 31.4%
G 251 of 586 ~ 42.83%
B 151 of 586 ~ 25.77%

%31.4
%42.83
%25.77

CMYK color model

#B8FB97 color CMYK value is (27,0,40,2).

  • cyan value is 26.69%
  • magenta value is 0.00%
  • yellow value is 39.84%
  • key color value is 1.57%
CMYK:
(27,0,40,2)
C27M0Y40K2 
(27%,0%,40%,2%)
(0.27/0.00/0.40/0.02)	

CMYK percentages

%26.69
%0
%39.84
%1.57

Codes

Color #B8FB97 in popluar color models

B8FB97
RGB184251151
HSL100°92.59%78.82%
HSB/HSV100°39.84%98.43%
CMYK26.69%0.00%39.84%
1.57%

Color #B8FB97 in popluar number systems.

HEXB8FB97
Decimal184251151
Binary101110001111101110010111
Octal270373227

Shades and tints

Shades of #B8FB97

#B8FB97
(184,251,151)
#A8E58A
(168,229,138)
#98CF7D
(152,207,125)
#88B970
(136,185,112)
#78A363
(120,163,99)
#688D56
(104,141,86)
#587749
(88,119,73)
#48613C
(72,97,60)
#384B2F
(56,75,47)
#283522
(40,53,34)
#181F15
(24,31,21)
#000000
(0,0,0)

Tints of #B8FB97

#B8FB97
(184,251,151)
#BEFBA0
(190,251,160)
#C4FBA9
(196,251,169)
#CAFBB2
(202,251,178)
#D0FBBB
(208,251,187)
#D6FBC4
(214,251,196)
#DCFBCD
(220,251,205)
#E2FBD6
(226,251,214)
#E8FBDF
(232,251,223)
#EEFBE8
(238,251,232)
#F4FBF1
(244,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8FB97 color. Also use rgb(184,251,151) instead hex code.

Text Font Color

.myTextColor { color: #B8FB97; }

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

This text font color is #B8FB97.


Background Color

.myBgColor { background-color: #B8FB97; }

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

This div background color is #B8FB97.


Border color

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

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

This div border color is #B8FB97.


Opacity

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

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

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

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

This text has shadow with #B8FB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8FB97 on black background.


Color preview on white background

This text has color #B8FB97 on white background.



Black color preview on #B8FB97 background

This text has black color on #B8FB97 background.


White color preview on #B8FB97 background

This text has white color on #B8FB97 background.