COLOR #B8F97B

HEX: #B8F97B
RGB: (184,249,123)

Color info

#B8F97B contains mainly green color. Web safe color of #B8F97B is #CCFF66 (or #CF6).

RGB color model

#B8F97B color RGB value is (184,249,123).

  • red value is 184;
  • green value is 249;
  • blue value is 123.
RGB:
(184,249,123)
(72%,98%,48%)

RGB channels and saturation

R 184 of 255 = 72%
G 249 of 255 = 98%
B 123 of 255 = 48%

184
249
123

R + G + B ~ 73%. #B8F97B is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 249 + 123 = 556 (100%)
R 184 of 556 ~ 33.09%
G 249 of 556 ~ 44.78%
B 123 of 556 ~ 22.12%

%33.09
%44.78
%22.12

CMYK color model

#B8F97B color CMYK value is (26,0,51,2).

  • cyan value is 26.10%
  • magenta value is 0.00%
  • yellow value is 50.60%
  • key color value is 2.35%
CMYK:
(26,0,51,2)
C26M0Y51K2 
(26%,0%,51%,2%)
(0.26/0.00/0.51/0.02)	

CMYK percentages

%26.1
%0
%50.6
%2.35

Codes

Color #B8F97B in popluar color models

B8F97B
RGB184249123
HSL91°91.30%72.94%
HSB/HSV91°50.60%97.65%
CMYK26.10%0.00%50.60%
2.35%

Color #B8F97B in popluar number systems.

HEXB8F97B
Decimal184249123
Binary10111000111110011111011
Octal270371173

Shades and tints

Shades of #B8F97B

#B8F97B
(184,249,123)
#A8E370
(168,227,112)
#98CD65
(152,205,101)
#88B75A
(136,183,90)
#78A14F
(120,161,79)
#688B44
(104,139,68)
#587539
(88,117,57)
#485F2E
(72,95,46)
#384923
(56,73,35)
#283318
(40,51,24)
#181D0D
(24,29,13)
#000000
(0,0,0)

Tints of #B8F97B

#B8F97B
(184,249,123)
#BEF987
(190,249,135)
#C4F993
(196,249,147)
#CAF99F
(202,249,159)
#D0F9AB
(208,249,171)
#D6F9B7
(214,249,183)
#DCF9C3
(220,249,195)
#E2F9CF
(226,249,207)
#E8F9DB
(232,249,219)
#EEF9E7
(238,249,231)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8F97B color. Also use rgb(184,249,123) instead hex code.

Text Font Color

.myTextColor { color: #B8F97B; }

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

This text font color is #B8F97B.


Background Color

.myBgColor { background-color: #B8F97B; }

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

This div background color is #B8F97B.


Border color

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

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

This div border color is #B8F97B.


Opacity

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

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

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

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

This text has shadow with #B8F97B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8F97B on black background.


Color preview on white background

This text has color #B8F97B on white background.



Black color preview on #B8F97B background

This text has black color on #B8F97B background.


White color preview on #B8F97B background

This text has white color on #B8F97B background.