COLOR #B8EB9C

HEX: #B8EB9C
RGB: (184,235,156)

Color info

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

RGB color model

#B8EB9C color RGB value is (184,235,156).

  • red value is 184;
  • green value is 235;
  • blue value is 156.
RGB:
(184,235,156)
(72%,92%,61%)

RGB channels and saturation

R 184 of 255 = 72%
G 235 of 255 = 92%
B 156 of 255 = 61%

184
235
156

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

Portions of RGB colors in percentages

R + G + B =
184 + 235 + 156 = 575 (100%)
R 184 of 575 ~ 32%
G 235 of 575 ~ 40.87%
B 156 of 575 ~ 27.13%

%32
%40.87
%27.13

CMYK color model

#B8EB9C color CMYK value is (22,0,34,8).

  • cyan value is 21.70%
  • magenta value is 0.00%
  • yellow value is 33.62%
  • key color value is 7.84%
CMYK:
(22,0,34,8)
C22M0Y34K8 
(22%,0%,34%,8%)
(0.22/0.00/0.34/0.08)	

CMYK percentages

%21.7
%0
%33.62
%7.84

Codes

Color #B8EB9C in popluar color models

B8EB9C
RGB184235156
HSL99°66.39%76.67%
HSB/HSV99°33.62%92.16%
CMYK21.70%0.00%33.62%
7.84%

Color #B8EB9C in popluar number systems.

HEXB8EB9C
Decimal184235156
Binary101110001110101110011100
Octal270353234

Shades and tints

Shades of #B8EB9C

#B8EB9C
(184,235,156)
#A8D68E
(168,214,142)
#98C180
(152,193,128)
#88AC72
(136,172,114)
#789764
(120,151,100)
#688256
(104,130,86)
#586D48
(88,109,72)
#48583A
(72,88,58)
#38432C
(56,67,44)
#282E1E
(40,46,30)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #B8EB9C

#B8EB9C
(184,235,156)
#BEECA5
(190,236,165)
#C4EDAE
(196,237,174)
#CAEEB7
(202,238,183)
#D0EFC0
(208,239,192)
#D6F0C9
(214,240,201)
#DCF1D2
(220,241,210)
#E2F2DB
(226,242,219)
#E8F3E4
(232,243,228)
#EEF4ED
(238,244,237)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8EB9C color. Also use rgb(184,235,156) instead hex code.

Text Font Color

.myTextColor { color: #B8EB9C; }

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

This text font color is #B8EB9C.


Background Color

.myBgColor { background-color: #B8EB9C; }

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

This div background color is #B8EB9C.


Border color

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

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

This div border color is #B8EB9C.


Opacity

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

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

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

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

This text has shadow with #B8EB9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8EB9C on black background.


Color preview on white background

This text has color #B8EB9C on white background.



Black color preview on #B8EB9C background

This text has black color on #B8EB9C background.


White color preview on #B8EB9C background

This text has white color on #B8EB9C background.