COLOR #B8ED6E

HEX: #B8ED6E
RGB: (184,237,110)

Color info

#B8ED6E contains mainly red and green colors. Web safe color of #B8ED6E is #CCFF66 (or #CF6).

RGB color model

#B8ED6E color RGB value is (184,237,110).

  • red value is 184;
  • green value is 237;
  • blue value is 110.
RGB:
(184,237,110)
(72%,93%,43%)

RGB channels and saturation

R 184 of 255 = 72%
G 237 of 255 = 93%
B 110 of 255 = 43%

184
237
110

R + G + B ~ 69%. #B8ED6E is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 237 + 110 = 531 (100%)
R 184 of 531 ~ 34.65%
G 237 of 531 ~ 44.63%
B 110 of 531 ~ 20.72%

%34.65
%44.63
%20.72

CMYK color model

#B8ED6E color CMYK value is (22,0,54,7).

  • cyan value is 22.36%
  • magenta value is 0.00%
  • yellow value is 53.59%
  • key color value is 7.06%
CMYK:
(22,0,54,7)
C22M0Y54K7 
(22%,0%,54%,7%)
(0.22/0.00/0.54/0.07)	

CMYK percentages

%22.36
%0
%53.59
%7.06

Codes

Color #B8ED6E in popluar color models

B8ED6E
RGB184237110
HSL85°77.91%68.04%
HSB/HSV85°53.59%92.94%
CMYK22.36%0.00%53.59%
7.06%

Color #B8ED6E in popluar number systems.

HEXB8ED6E
Decimal184237110
Binary10111000111011011101110
Octal270355156

Shades and tints

Shades of #B8ED6E

#B8ED6E
(184,237,110)
#A8D864
(168,216,100)
#98C35A
(152,195,90)
#88AE50
(136,174,80)
#789946
(120,153,70)
#68843C
(104,132,60)
#586F32
(88,111,50)
#485A28
(72,90,40)
#38451E
(56,69,30)
#283014
(40,48,20)
#181B0A
(24,27,10)
#000000
(0,0,0)

Tints of #B8ED6E

#B8ED6E
(184,237,110)
#BEEE7B
(190,238,123)
#C4EF88
(196,239,136)
#CAF095
(202,240,149)
#D0F1A2
(208,241,162)
#D6F2AF
(214,242,175)
#DCF3BC
(220,243,188)
#E2F4C9
(226,244,201)
#E8F5D6
(232,245,214)
#EEF6E3
(238,246,227)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8ED6E color. Also use rgb(184,237,110) instead hex code.

Text Font Color

.myTextColor { color: #B8ED6E; }

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

This text font color is #B8ED6E.


Background Color

.myBgColor { background-color: #B8ED6E; }

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

This div background color is #B8ED6E.


Border color

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

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

This div border color is #B8ED6E.


Opacity

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

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

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

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

This text has shadow with #B8ED6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8ED6E on black background.


Color preview on white background

This text has color #B8ED6E on white background.



Black color preview on #B8ED6E background

This text has black color on #B8ED6E background.


White color preview on #B8ED6E background

This text has white color on #B8ED6E background.