COLOR #B8E396

HEX: #B8E396
RGB: (184,227,150)

Color info

#B8E396 contains mainly red and green colors. Web safe color of #B8E396 is #CCCC99 (or #CC9).

RGB color model

#B8E396 color RGB value is (184,227,150).

  • red value is 184;
  • green value is 227;
  • blue value is 150.
RGB:
(184,227,150)
(72%,89%,59%)

RGB channels and saturation

R 184 of 255 = 72%
G 227 of 255 = 89%
B 150 of 255 = 59%

184
227
150

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

Portions of RGB colors in percentages

R + G + B =
184 + 227 + 150 = 561 (100%)
R 184 of 561 ~ 32.8%
G 227 of 561 ~ 40.46%
B 150 of 561 ~ 26.74%

%32.8
%40.46
%26.74

CMYK color model

#B8E396 color CMYK value is (19,0,34,11).

  • cyan value is 18.94%
  • magenta value is 0.00%
  • yellow value is 33.92%
  • key color value is 10.98%
CMYK:
(19,0,34,11)
C19M0Y34K11 
(19%,0%,34%,11%)
(0.19/0.00/0.34/0.11)	

CMYK percentages

%18.94
%0
%33.92
%10.98

Codes

Color #B8E396 in popluar color models

B8E396
RGB184227150
HSL94°57.89%73.92%
HSB/HSV94°33.92%89.02%
CMYK18.94%0.00%33.92%
10.98%

Color #B8E396 in popluar number systems.

HEXB8E396
Decimal184227150
Binary101110001110001110010110
Octal270343226

Shades and tints

Shades of #B8E396

#B8E396
(184,227,150)
#A8CF89
(168,207,137)
#98BB7C
(152,187,124)
#88A76F
(136,167,111)
#789362
(120,147,98)
#687F55
(104,127,85)
#586B48
(88,107,72)
#48573B
(72,87,59)
#38432E
(56,67,46)
#282F21
(40,47,33)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #B8E396

#B8E396
(184,227,150)
#BEE59F
(190,229,159)
#C4E7A8
(196,231,168)
#CAE9B1
(202,233,177)
#D0EBBA
(208,235,186)
#D6EDC3
(214,237,195)
#DCEFCC
(220,239,204)
#E2F1D5
(226,241,213)
#E8F3DE
(232,243,222)
#EEF5E7
(238,245,231)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8E396 color. Also use rgb(184,227,150) instead hex code.

Text Font Color

.myTextColor { color: #B8E396; }

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

This text font color is #B8E396.


Background Color

.myBgColor { background-color: #B8E396; }

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

This div background color is #B8E396.


Border color

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

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

This div border color is #B8E396.


Opacity

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

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

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

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

This text has shadow with #B8E396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E396 on black background.


Color preview on white background

This text has color #B8E396 on white background.



Black color preview on #B8E396 background

This text has black color on #B8E396 background.


White color preview on #B8E396 background

This text has white color on #B8E396 background.