COLOR #B7EA80

HEX: #B7EA80
RGB: (183,234,128)

Color info

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

RGB color model

#B7EA80 color RGB value is (183,234,128).

  • red value is 183;
  • green value is 234;
  • blue value is 128.
RGB:
(183,234,128)
(72%,92%,50%)

RGB channels and saturation

R 183 of 255 = 72%
G 234 of 255 = 92%
B 128 of 255 = 50%

183
234
128

R + G + B ~ 71%. #B7EA80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 234 + 128 = 545 (100%)
R 183 of 545 ~ 33.58%
G 234 of 545 ~ 42.94%
B 128 of 545 ~ 23.49%

%33.58
%42.94
%23.49

CMYK color model

#B7EA80 color CMYK value is (22,0,45,8).

  • cyan value is 21.79%
  • magenta value is 0.00%
  • yellow value is 45.30%
  • key color value is 8.24%
CMYK:
(22,0,45,8)
C22M0Y45K8 
(22%,0%,45%,8%)
(0.22/0.00/0.45/0.08)	

CMYK percentages

%21.79
%0
%45.3
%8.24

Codes

Color #B7EA80 in popluar color models

B7EA80
RGB183234128
HSL89°71.62%70.98%
HSB/HSV89°45.30%91.76%
CMYK21.79%0.00%45.30%
8.24%

Color #B7EA80 in popluar number systems.

HEXB7EA80
Decimal183234128
Binary101101111110101010000000
Octal267352200

Shades and tints

Shades of #B7EA80

#B7EA80
(183,234,128)
#A7D575
(167,213,117)
#97C06A
(151,192,106)
#87AB5F
(135,171,95)
#779654
(119,150,84)
#678149
(103,129,73)
#576C3E
(87,108,62)
#475733
(71,87,51)
#374228
(55,66,40)
#272D1D
(39,45,29)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #B7EA80

#B7EA80
(183,234,128)
#BDEB8B
(189,235,139)
#C3EC96
(195,236,150)
#C9EDA1
(201,237,161)
#CFEEAC
(207,238,172)
#D5EFB7
(213,239,183)
#DBF0C2
(219,240,194)
#E1F1CD
(225,241,205)
#E7F2D8
(231,242,216)
#EDF3E3
(237,243,227)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7EA80 color. Also use rgb(183,234,128) instead hex code.

Text Font Color

.myTextColor { color: #B7EA80; }

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

This text font color is #B7EA80.


Background Color

.myBgColor { background-color: #B7EA80; }

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

This div background color is #B7EA80.


Border color

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

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

This div border color is #B7EA80.


Opacity

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

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

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

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

This text has shadow with #B7EA80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7EA80 on black background.


Color preview on white background

This text has color #B7EA80 on white background.



Black color preview on #B7EA80 background

This text has black color on #B7EA80 background.


White color preview on #B7EA80 background

This text has white color on #B7EA80 background.