COLOR #B8E994

HEX: #B8E994
RGB: (184,233,148)

Color info

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

RGB color model

#B8E994 color RGB value is (184,233,148).

  • red value is 184;
  • green value is 233;
  • blue value is 148.
RGB:
(184,233,148)
(72%,91%,58%)

RGB channels and saturation

R 184 of 255 = 72%
G 233 of 255 = 91%
B 148 of 255 = 58%

184
233
148

R + G + B ~ 74%. #B8E994 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 233 + 148 = 565 (100%)
R 184 of 565 ~ 32.57%
G 233 of 565 ~ 41.24%
B 148 of 565 ~ 26.19%

%32.57
%41.24
%26.19

CMYK color model

#B8E994 color CMYK value is (21,0,36,9).

  • cyan value is 21.03%
  • magenta value is 0.00%
  • yellow value is 36.48%
  • key color value is 8.63%
CMYK:
(21,0,36,9)
C21M0Y36K9 
(21%,0%,36%,9%)
(0.21/0.00/0.36/0.09)	

CMYK percentages

%21.03
%0
%36.48
%8.63

Codes

Color #B8E994 in popluar color models

B8E994
RGB184233148
HSL95°65.89%74.71%
HSB/HSV95°36.48%91.37%
CMYK21.03%0.00%36.48%
8.63%

Color #B8E994 in popluar number systems.

HEXB8E994
Decimal184233148
Binary101110001110100110010100
Octal270351224

Shades and tints

Shades of #B8E994

#B8E994
(184,233,148)
#A8D487
(168,212,135)
#98BF7A
(152,191,122)
#88AA6D
(136,170,109)
#789560
(120,149,96)
#688053
(104,128,83)
#586B46
(88,107,70)
#485639
(72,86,57)
#38412C
(56,65,44)
#282C1F
(40,44,31)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #B8E994

#B8E994
(184,233,148)
#BEEB9D
(190,235,157)
#C4EDA6
(196,237,166)
#CAEFAF
(202,239,175)
#D0F1B8
(208,241,184)
#D6F3C1
(214,243,193)
#DCF5CA
(220,245,202)
#E2F7D3
(226,247,211)
#E8F9DC
(232,249,220)
#EEFBE5
(238,251,229)
#F4FDEE
(244,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8E994 color. Also use rgb(184,233,148) instead hex code.

Text Font Color

.myTextColor { color: #B8E994; }

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

This text font color is #B8E994.


Background Color

.myBgColor { background-color: #B8E994; }

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

This div background color is #B8E994.


Border color

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

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

This div border color is #B8E994.


Opacity

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

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

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

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

This text has shadow with #B8E994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E994 on black background.


Color preview on white background

This text has color #B8E994 on white background.



Black color preview on #B8E994 background

This text has black color on #B8E994 background.


White color preview on #B8E994 background

This text has white color on #B8E994 background.