COLOR #B8EB8D

HEX: #B8EB8D
RGB: (184,235,141)

Color info

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

RGB color model

#B8EB8D color RGB value is (184,235,141).

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

RGB channels and saturation

R 184 of 255 = 72%
G 235 of 255 = 92%
B 141 of 255 = 55%

184
235
141

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

Portions of RGB colors in percentages

R + G + B =
184 + 235 + 141 = 560 (100%)
R 184 of 560 ~ 32.86%
G 235 of 560 ~ 41.96%
B 141 of 560 ~ 25.18%

%32.86
%41.96
%25.18

CMYK color model

#B8EB8D color CMYK value is (22,0,40,8).

  • cyan value is 21.70%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 7.84%
CMYK:
(22,0,40,8)
C22M0Y40K8 
(22%,0%,40%,8%)
(0.22/0.00/0.40/0.08)	

CMYK percentages

%21.7
%0
%40
%7.84

Codes

Color #B8EB8D in popluar color models

B8EB8D
RGB184235141
HSL93°70.15%73.73%
HSB/HSV93°40.00%92.16%
CMYK21.70%0.00%40.00%
7.84%

Color #B8EB8D in popluar number systems.

HEXB8EB8D
Decimal184235141
Binary101110001110101110001101
Octal270353215

Shades and tints

Shades of #B8EB8D

#B8EB8D
(184,235,141)
#A8D681
(168,214,129)
#98C175
(152,193,117)
#88AC69
(136,172,105)
#78975D
(120,151,93)
#688251
(104,130,81)
#586D45
(88,109,69)
#485839
(72,88,57)
#38432D
(56,67,45)
#282E21
(40,46,33)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #B8EB8D

#B8EB8D
(184,235,141)
#BEEC97
(190,236,151)
#C4EDA1
(196,237,161)
#CAEEAB
(202,238,171)
#D0EFB5
(208,239,181)
#D6F0BF
(214,240,191)
#DCF1C9
(220,241,201)
#E2F2D3
(226,242,211)
#E8F3DD
(232,243,221)
#EEF4E7
(238,244,231)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8EB8D; }

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

This text font color is #B8EB8D.


Background Color

.myBgColor { background-color: #B8EB8D; }

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

This div background color is #B8EB8D.


Border color

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

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

This div border color is #B8EB8D.


Opacity

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

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

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

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

This text has shadow with #B8EB8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8EB8D on black background.


Color preview on white background

This text has color #B8EB8D on white background.



Black color preview on #B8EB8D background

This text has black color on #B8EB8D background.


White color preview on #B8EB8D background

This text has white color on #B8EB8D background.