COLOR #B8FA9F

HEX: #B8FA9F
RGB: (184,250,159)

Color info

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

RGB color model

#B8FA9F color RGB value is (184,250,159).

  • red value is 184;
  • green value is 250;
  • blue value is 159.
RGB:
(184,250,159)
(72%,98%,62%)

RGB channels and saturation

R 184 of 255 = 72%
G 250 of 255 = 98%
B 159 of 255 = 62%

184
250
159

R + G + B ~ 77%. #B8FA9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 250 + 159 = 593 (100%)
R 184 of 593 ~ 31.03%
G 250 of 593 ~ 42.16%
B 159 of 593 ~ 26.81%

%31.03
%42.16
%26.81

CMYK color model

#B8FA9F color CMYK value is (26,0,36,2).

  • cyan value is 26.40%
  • magenta value is 0.00%
  • yellow value is 36.40%
  • key color value is 1.96%
CMYK:
(26,0,36,2)
C26M0Y36K2 
(26%,0%,36%,2%)
(0.26/0.00/0.36/0.02)	

CMYK percentages

%26.4
%0
%36.4
%1.96

Codes

Color #B8FA9F in popluar color models

B8FA9F
RGB184250159
HSL104°90.10%80.20%
HSB/HSV104°36.40%98.04%
CMYK26.40%0.00%36.40%
1.96%

Color #B8FA9F in popluar number systems.

HEXB8FA9F
Decimal184250159
Binary101110001111101010011111
Octal270372237

Shades and tints

Shades of #B8FA9F

#B8FA9F
(184,250,159)
#A8E491
(168,228,145)
#98CE83
(152,206,131)
#88B875
(136,184,117)
#78A267
(120,162,103)
#688C59
(104,140,89)
#58764B
(88,118,75)
#48603D
(72,96,61)
#384A2F
(56,74,47)
#283421
(40,52,33)
#181E13
(24,30,19)
#000000
(0,0,0)

Tints of #B8FA9F

#B8FA9F
(184,250,159)
#BEFAA7
(190,250,167)
#C4FAAF
(196,250,175)
#CAFAB7
(202,250,183)
#D0FABF
(208,250,191)
#D6FAC7
(214,250,199)
#DCFACF
(220,250,207)
#E2FAD7
(226,250,215)
#E8FADF
(232,250,223)
#EEFAE7
(238,250,231)
#F4FAEF
(244,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8FA9F color. Also use rgb(184,250,159) instead hex code.

Text Font Color

.myTextColor { color: #B8FA9F; }

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

This text font color is #B8FA9F.


Background Color

.myBgColor { background-color: #B8FA9F; }

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

This div background color is #B8FA9F.


Border color

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

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

This div border color is #B8FA9F.


Opacity

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

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

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

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

This text has shadow with #B8FA9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8FA9F on black background.


Color preview on white background

This text has color #B8FA9F on white background.



Black color preview on #B8FA9F background

This text has black color on #B8FA9F background.


White color preview on #B8FA9F background

This text has white color on #B8FA9F background.