COLOR #B7E780

HEX: #B7E780
RGB: (183,231,128)

Color info

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

RGB color model

#B7E780 color RGB value is (183,231,128).

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

RGB channels and saturation

R 183 of 255 = 72%
G 231 of 255 = 91%
B 128 of 255 = 50%

183
231
128

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

Portions of RGB colors in percentages

R + G + B =
183 + 231 + 128 = 542 (100%)
R 183 of 542 ~ 33.76%
G 231 of 542 ~ 42.62%
B 128 of 542 ~ 23.62%

%33.76
%42.62
%23.62

CMYK color model

#B7E780 color CMYK value is (21,0,45,9).

  • cyan value is 20.78%
  • magenta value is 0.00%
  • yellow value is 44.59%
  • key color value is 9.41%
CMYK:
(21,0,45,9)
C21M0Y45K9 
(21%,0%,45%,9%)
(0.21/0.00/0.45/0.09)	

CMYK percentages

%20.78
%0
%44.59
%9.41

Codes

Color #B7E780 in popluar color models

B7E780
RGB183231128
HSL88°68.21%70.39%
HSB/HSV88°44.59%90.59%
CMYK20.78%0.00%44.59%
9.41%

Color #B7E780 in popluar number systems.

HEXB7E780
Decimal183231128
Binary101101111110011110000000
Octal267347200

Shades and tints

Shades of #B7E780

#B7E780
(183,231,128)
#A7D275
(167,210,117)
#97BD6A
(151,189,106)
#87A85F
(135,168,95)
#779354
(119,147,84)
#677E49
(103,126,73)
#57693E
(87,105,62)
#475433
(71,84,51)
#373F28
(55,63,40)
#272A1D
(39,42,29)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #B7E780

#B7E780
(183,231,128)
#BDE98B
(189,233,139)
#C3EB96
(195,235,150)
#C9EDA1
(201,237,161)
#CFEFAC
(207,239,172)
#D5F1B7
(213,241,183)
#DBF3C2
(219,243,194)
#E1F5CD
(225,245,205)
#E7F7D8
(231,247,216)
#EDF9E3
(237,249,227)
#F3FBEE
(243,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7E780; }

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

This text font color is #B7E780.


Background Color

.myBgColor { background-color: #B7E780; }

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

This div background color is #B7E780.


Border color

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

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

This div border color is #B7E780.


Opacity

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

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

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

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

This text has shadow with #B7E780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E780 on black background.


Color preview on white background

This text has color #B7E780 on white background.



Black color preview on #B7E780 background

This text has black color on #B7E780 background.


White color preview on #B7E780 background

This text has white color on #B7E780 background.