COLOR #B8ED6B

HEX: #B8ED6B
RGB: (184,237,107)

Color info

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

RGB color model

#B8ED6B color RGB value is (184,237,107).

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

RGB channels and saturation

R 184 of 255 = 72%
G 237 of 255 = 93%
B 107 of 255 = 42%

184
237
107

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

Portions of RGB colors in percentages

R + G + B =
184 + 237 + 107 = 528 (100%)
R 184 of 528 ~ 34.85%
G 237 of 528 ~ 44.89%
B 107 of 528 ~ 20.27%

%34.85
%44.89
%20.27

CMYK color model

#B8ED6B color CMYK value is (22,0,55,7).

  • cyan value is 22.36%
  • magenta value is 0.00%
  • yellow value is 54.85%
  • key color value is 7.06%
CMYK:
(22,0,55,7)
C22M0Y55K7 
(22%,0%,55%,7%)
(0.22/0.00/0.55/0.07)	

CMYK percentages

%22.36
%0
%54.85
%7.06

Codes

Color #B8ED6B in popluar color models

B8ED6B
RGB184237107
HSL84°78.31%67.45%
HSB/HSV84°54.85%92.94%
CMYK22.36%0.00%54.85%
7.06%

Color #B8ED6B in popluar number systems.

HEXB8ED6B
Decimal184237107
Binary10111000111011011101011
Octal270355153

Shades and tints

Shades of #B8ED6B

#B8ED6B
(184,237,107)
#A8D862
(168,216,98)
#98C359
(152,195,89)
#88AE50
(136,174,80)
#789947
(120,153,71)
#68843E
(104,132,62)
#586F35
(88,111,53)
#485A2C
(72,90,44)
#384523
(56,69,35)
#28301A
(40,48,26)
#181B11
(24,27,17)
#000000
(0,0,0)

Tints of #B8ED6B

#B8ED6B
(184,237,107)
#BEEE78
(190,238,120)
#C4EF85
(196,239,133)
#CAF092
(202,240,146)
#D0F19F
(208,241,159)
#D6F2AC
(214,242,172)
#DCF3B9
(220,243,185)
#E2F4C6
(226,244,198)
#E8F5D3
(232,245,211)
#EEF6E0
(238,246,224)
#F4F7ED
(244,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8ED6B; }

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

This text font color is #B8ED6B.


Background Color

.myBgColor { background-color: #B8ED6B; }

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

This div background color is #B8ED6B.


Border color

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

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

This div border color is #B8ED6B.


Opacity

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

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

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

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

This text has shadow with #B8ED6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8ED6B on black background.


Color preview on white background

This text has color #B8ED6B on white background.



Black color preview on #B8ED6B background

This text has black color on #B8ED6B background.


White color preview on #B8ED6B background

This text has white color on #B8ED6B background.