COLOR #B8EC9F

HEX: #B8EC9F
RGB: (184,236,159)

Color info

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

RGB color model

#B8EC9F color RGB value is (184,236,159).

  • red value is 184;
  • green value is 236;
  • blue value is 159.
RGB:
(184,236,159)
(72%,93%,62%)

RGB channels and saturation

R 184 of 255 = 72%
G 236 of 255 = 93%
B 159 of 255 = 62%

184
236
159

R + G + B ~ 76%. #B8EC9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 236 + 159 = 579 (100%)
R 184 of 579 ~ 31.78%
G 236 of 579 ~ 40.76%
B 159 of 579 ~ 27.46%

%31.78
%40.76
%27.46

CMYK color model

#B8EC9F color CMYK value is (22,0,33,7).

  • cyan value is 22.03%
  • magenta value is 0.00%
  • yellow value is 32.63%
  • key color value is 7.45%
CMYK:
(22,0,33,7)
C22M0Y33K7 
(22%,0%,33%,7%)
(0.22/0.00/0.33/0.07)	

CMYK percentages

%22.03
%0
%32.63
%7.45

Codes

Color #B8EC9F in popluar color models

B8EC9F
RGB184236159
HSL101°66.96%77.45%
HSB/HSV101°32.63%92.55%
CMYK22.03%0.00%32.63%
7.45%

Color #B8EC9F in popluar number systems.

HEXB8EC9F
Decimal184236159
Binary101110001110110010011111
Octal270354237

Shades and tints

Shades of #B8EC9F

#B8EC9F
(184,236,159)
#A8D791
(168,215,145)
#98C283
(152,194,131)
#88AD75
(136,173,117)
#789867
(120,152,103)
#688359
(104,131,89)
#586E4B
(88,110,75)
#48593D
(72,89,61)
#38442F
(56,68,47)
#282F21
(40,47,33)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #B8EC9F

#B8EC9F
(184,236,159)
#BEEDA7
(190,237,167)
#C4EEAF
(196,238,175)
#CAEFB7
(202,239,183)
#D0F0BF
(208,240,191)
#D6F1C7
(214,241,199)
#DCF2CF
(220,242,207)
#E2F3D7
(226,243,215)
#E8F4DF
(232,244,223)
#EEF5E7
(238,245,231)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8EC9F color. Also use rgb(184,236,159) instead hex code.

Text Font Color

.myTextColor { color: #B8EC9F; }

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

This text font color is #B8EC9F.


Background Color

.myBgColor { background-color: #B8EC9F; }

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

This div background color is #B8EC9F.


Border color

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

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

This div border color is #B8EC9F.


Opacity

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

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

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

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

This text has shadow with #B8EC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8EC9F on black background.


Color preview on white background

This text has color #B8EC9F on white background.



Black color preview on #B8EC9F background

This text has black color on #B8EC9F background.


White color preview on #B8EC9F background

This text has white color on #B8EC9F background.