COLOR #B8F19D

HEX: #B8F19D
RGB: (184,241,157)

Color info

#B8F19D contains mainly red and green colors. Web safe color of #B8F19D is #CCFF99 (or #CF9).

RGB color model

#B8F19D color RGB value is (184,241,157).

  • red value is 184;
  • green value is 241;
  • blue value is 157.
RGB:
(184,241,157)
(72%,95%,62%)

RGB channels and saturation

R 184 of 255 = 72%
G 241 of 255 = 95%
B 157 of 255 = 62%

184
241
157

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

Portions of RGB colors in percentages

R + G + B =
184 + 241 + 157 = 582 (100%)
R 184 of 582 ~ 31.62%
G 241 of 582 ~ 41.41%
B 157 of 582 ~ 26.98%

%31.62
%41.41
%26.98

CMYK color model

#B8F19D color CMYK value is (24,0,35,5).

  • cyan value is 23.65%
  • magenta value is 0.00%
  • yellow value is 34.85%
  • key color value is 5.49%
CMYK:
(24,0,35,5)
C24M0Y35K5 
(24%,0%,35%,5%)
(0.24/0.00/0.35/0.05)	

CMYK percentages

%23.65
%0
%34.85
%5.49

Codes

Color #B8F19D in popluar color models

B8F19D
RGB184241157
HSL101°75.00%78.04%
HSB/HSV101°34.85%94.51%
CMYK23.65%0.00%34.85%
5.49%

Color #B8F19D in popluar number systems.

HEXB8F19D
Decimal184241157
Binary101110001111000110011101
Octal270361235

Shades and tints

Shades of #B8F19D

#B8F19D
(184,241,157)
#A8DC8F
(168,220,143)
#98C781
(152,199,129)
#88B273
(136,178,115)
#789D65
(120,157,101)
#688857
(104,136,87)
#587349
(88,115,73)
#485E3B
(72,94,59)
#38492D
(56,73,45)
#28341F
(40,52,31)
#181F11
(24,31,17)
#000000
(0,0,0)

Tints of #B8F19D

#B8F19D
(184,241,157)
#BEF2A5
(190,242,165)
#C4F3AD
(196,243,173)
#CAF4B5
(202,244,181)
#D0F5BD
(208,245,189)
#D6F6C5
(214,246,197)
#DCF7CD
(220,247,205)
#E2F8D5
(226,248,213)
#E8F9DD
(232,249,221)
#EEFAE5
(238,250,229)
#F4FBED
(244,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8F19D color. Also use rgb(184,241,157) instead hex code.

Text Font Color

.myTextColor { color: #B8F19D; }

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

This text font color is #B8F19D.


Background Color

.myBgColor { background-color: #B8F19D; }

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

This div background color is #B8F19D.


Border color

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

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

This div border color is #B8F19D.


Opacity

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

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

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

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

This text has shadow with #B8F19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8F19D on black background.


Color preview on white background

This text has color #B8F19D on white background.



Black color preview on #B8F19D background

This text has black color on #B8F19D background.


White color preview on #B8F19D background

This text has white color on #B8F19D background.