COLOR #B8F98D

HEX: #B8F98D
RGB: (184,249,141)

Color info

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

RGB color model

#B8F98D color RGB value is (184,249,141).

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

RGB channels and saturation

R 184 of 255 = 72%
G 249 of 255 = 98%
B 141 of 255 = 55%

184
249
141

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

Portions of RGB colors in percentages

R + G + B =
184 + 249 + 141 = 574 (100%)
R 184 of 574 ~ 32.06%
G 249 of 574 ~ 43.38%
B 141 of 574 ~ 24.56%

%32.06
%43.38
%24.56

CMYK color model

#B8F98D color CMYK value is (26,0,43,2).

  • cyan value is 26.10%
  • magenta value is 0.00%
  • yellow value is 43.37%
  • key color value is 2.35%
CMYK:
(26,0,43,2)
C26M0Y43K2 
(26%,0%,43%,2%)
(0.26/0.00/0.43/0.02)	

CMYK percentages

%26.1
%0
%43.37
%2.35

Codes

Color #B8F98D in popluar color models

B8F98D
RGB184249141
HSL96°90.00%76.47%
HSB/HSV96°43.37%97.65%
CMYK26.10%0.00%43.37%
2.35%

Color #B8F98D in popluar number systems.

HEXB8F98D
Decimal184249141
Binary101110001111100110001101
Octal270371215

Shades and tints

Shades of #B8F98D

#B8F98D
(184,249,141)
#A8E381
(168,227,129)
#98CD75
(152,205,117)
#88B769
(136,183,105)
#78A15D
(120,161,93)
#688B51
(104,139,81)
#587545
(88,117,69)
#485F39
(72,95,57)
#38492D
(56,73,45)
#283321
(40,51,33)
#181D15
(24,29,21)
#000000
(0,0,0)

Tints of #B8F98D

#B8F98D
(184,249,141)
#BEF997
(190,249,151)
#C4F9A1
(196,249,161)
#CAF9AB
(202,249,171)
#D0F9B5
(208,249,181)
#D6F9BF
(214,249,191)
#DCF9C9
(220,249,201)
#E2F9D3
(226,249,211)
#E8F9DD
(232,249,221)
#EEF9E7
(238,249,231)
#F4F9F1
(244,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8F98D; }

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

This text font color is #B8F98D.


Background Color

.myBgColor { background-color: #B8F98D; }

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

This div background color is #B8F98D.


Border color

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

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

This div border color is #B8F98D.


Opacity

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

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

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

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

This text has shadow with #B8F98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8F98D on black background.


Color preview on white background

This text has color #B8F98D on white background.



Black color preview on #B8F98D background

This text has black color on #B8F98D background.


White color preview on #B8F98D background

This text has white color on #B8F98D background.