COLOR #B8F88C

HEX: #B8F88C
RGB: (184,248,140)

Color info

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

RGB color model

#B8F88C color RGB value is (184,248,140).

  • red value is 184;
  • green value is 248;
  • blue value is 140.
RGB:
(184,248,140)
(72%,97%,55%)

RGB channels and saturation

R 184 of 255 = 72%
G 248 of 255 = 97%
B 140 of 255 = 55%

184
248
140

R + G + B ~ 75%. #B8F88C is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 248 + 140 = 572 (100%)
R 184 of 572 ~ 32.17%
G 248 of 572 ~ 43.36%
B 140 of 572 ~ 24.48%

%32.17
%43.36
%24.48

CMYK color model

#B8F88C color CMYK value is (26,0,44,3).

  • cyan value is 25.81%
  • magenta value is 0.00%
  • yellow value is 43.55%
  • key color value is 2.75%
CMYK:
(26,0,44,3)
C26M0Y44K3 
(26%,0%,44%,3%)
(0.26/0.00/0.44/0.03)	

CMYK percentages

%25.81
%0
%43.55
%2.75

Codes

Color #B8F88C in popluar color models

B8F88C
RGB184248140
HSL96°88.52%76.08%
HSB/HSV96°43.55%97.25%
CMYK25.81%0.00%43.55%
2.75%

Color #B8F88C in popluar number systems.

HEXB8F88C
Decimal184248140
Binary101110001111100010001100
Octal270370214

Shades and tints

Shades of #B8F88C

#B8F88C
(184,248,140)
#A8E280
(168,226,128)
#98CC74
(152,204,116)
#88B668
(136,182,104)
#78A05C
(120,160,92)
#688A50
(104,138,80)
#587444
(88,116,68)
#485E38
(72,94,56)
#38482C
(56,72,44)
#283220
(40,50,32)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #B8F88C

#B8F88C
(184,248,140)
#BEF896
(190,248,150)
#C4F8A0
(196,248,160)
#CAF8AA
(202,248,170)
#D0F8B4
(208,248,180)
#D6F8BE
(214,248,190)
#DCF8C8
(220,248,200)
#E2F8D2
(226,248,210)
#E8F8DC
(232,248,220)
#EEF8E6
(238,248,230)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8F88C color. Also use rgb(184,248,140) instead hex code.

Text Font Color

.myTextColor { color: #B8F88C; }

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

This text font color is #B8F88C.


Background Color

.myBgColor { background-color: #B8F88C; }

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

This div background color is #B8F88C.


Border color

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

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

This div border color is #B8F88C.


Opacity

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

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

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

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

This text has shadow with #B8F88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8F88C on black background.


Color preview on white background

This text has color #B8F88C on white background.



Black color preview on #B8F88C background

This text has black color on #B8F88C background.


White color preview on #B8F88C background

This text has white color on #B8F88C background.