COLOR #B8F49C

HEX: #B8F49C
RGB: (184,244,156)

Color info

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

RGB color model

#B8F49C color RGB value is (184,244,156).

  • red value is 184;
  • green value is 244;
  • blue value is 156.
RGB:
(184,244,156)
(72%,96%,61%)

RGB channels and saturation

R 184 of 255 = 72%
G 244 of 255 = 96%
B 156 of 255 = 61%

184
244
156

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

Portions of RGB colors in percentages

R + G + B =
184 + 244 + 156 = 584 (100%)
R 184 of 584 ~ 31.51%
G 244 of 584 ~ 41.78%
B 156 of 584 ~ 26.71%

%31.51
%41.78
%26.71

CMYK color model

#B8F49C color CMYK value is (25,0,36,4).

  • cyan value is 24.59%
  • magenta value is 0.00%
  • yellow value is 36.07%
  • key color value is 4.31%
CMYK:
(25,0,36,4)
C25M0Y36K4 
(25%,0%,36%,4%)
(0.25/0.00/0.36/0.04)	

CMYK percentages

%24.59
%0
%36.07
%4.31

Codes

Color #B8F49C in popluar color models

B8F49C
RGB184244156
HSL101°80.00%78.43%
HSB/HSV101°36.07%95.69%
CMYK24.59%0.00%36.07%
4.31%

Color #B8F49C in popluar number systems.

HEXB8F49C
Decimal184244156
Binary101110001111010010011100
Octal270364234

Shades and tints

Shades of #B8F49C

#B8F49C
(184,244,156)
#A8DE8E
(168,222,142)
#98C880
(152,200,128)
#88B272
(136,178,114)
#789C64
(120,156,100)
#688656
(104,134,86)
#587048
(88,112,72)
#485A3A
(72,90,58)
#38442C
(56,68,44)
#282E1E
(40,46,30)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #B8F49C

#B8F49C
(184,244,156)
#BEF5A5
(190,245,165)
#C4F6AE
(196,246,174)
#CAF7B7
(202,247,183)
#D0F8C0
(208,248,192)
#D6F9C9
(214,249,201)
#DCFAD2
(220,250,210)
#E2FBDB
(226,251,219)
#E8FCE4
(232,252,228)
#EEFDED
(238,253,237)
#F4FEF6
(244,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8F49C color. Also use rgb(184,244,156) instead hex code.

Text Font Color

.myTextColor { color: #B8F49C; }

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

This text font color is #B8F49C.


Background Color

.myBgColor { background-color: #B8F49C; }

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

This div background color is #B8F49C.


Border color

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

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

This div border color is #B8F49C.


Opacity

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

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

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

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

This text has shadow with #B8F49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8F49C on black background.


Color preview on white background

This text has color #B8F49C on white background.



Black color preview on #B8F49C background

This text has black color on #B8F49C background.


White color preview on #B8F49C background

This text has white color on #B8F49C background.