COLOR #7BEE8E

HEX: #7BEE8E
RGB: (123,238,142)

Color info

#7BEE8E contains mainly green color. Web safe color of #7BEE8E is #66FF99 (or #6F9).

RGB color model

#7BEE8E color RGB value is (123,238,142).

  • red value is 123;
  • green value is 238;
  • blue value is 142.
RGB:
(123,238,142)
(48%,93%,56%)

RGB channels and saturation

R 123 of 255 = 48%
G 238 of 255 = 93%
B 142 of 255 = 56%

123
238
142

R + G + B ~ 66%. #7BEE8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 238 + 142 = 503 (100%)
R 123 of 503 ~ 24.45%
G 238 of 503 ~ 47.32%
B 142 of 503 ~ 28.23%

%24.45
%47.32
%28.23

CMYK color model

#7BEE8E color CMYK value is (48,0,40,7).

  • cyan value is 48.32%
  • magenta value is 0.00%
  • yellow value is 40.34%
  • key color value is 6.67%
CMYK:
(48,0,40,7)
C48M0Y40K7 
(48%,0%,40%,7%)
(0.48/0.00/0.40/0.07)	

CMYK percentages

%48.32
%0
%40.34
%6.67

Codes

Color #7BEE8E in popluar color models

7BEE8E
RGB123238142
HSL130°77.18%70.78%
HSB/HSV130°48.32%93.33%
CMYK48.32%0.00%40.34%
6.67%

Color #7BEE8E in popluar number systems.

HEX7BEE8E
Decimal123238142
Binary11110111110111010001110
Octal173356216

Shades and tints

Shades of #7BEE8E

#7BEE8E
(123,238,142)
#70D982
(112,217,130)
#65C476
(101,196,118)
#5AAF6A
(90,175,106)
#4F9A5E
(79,154,94)
#448552
(68,133,82)
#397046
(57,112,70)
#2E5B3A
(46,91,58)
#23462E
(35,70,46)
#183122
(24,49,34)
#0D1C16
(13,28,22)
#000000
(0,0,0)

Tints of #7BEE8E

#7BEE8E
(123,238,142)
#87EF98
(135,239,152)
#93F0A2
(147,240,162)
#9FF1AC
(159,241,172)
#ABF2B6
(171,242,182)
#B7F3C0
(183,243,192)
#C3F4CA
(195,244,202)
#CFF5D4
(207,245,212)
#DBF6DE
(219,246,222)
#E7F7E8
(231,247,232)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BEE8E color. Also use rgb(123,238,142) instead hex code.

Text Font Color

.myTextColor { color: #7BEE8E; }

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

This text font color is #7BEE8E.


Background Color

.myBgColor { background-color: #7BEE8E; }

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

This div background color is #7BEE8E.


Border color

.myBorderColor { border: 1px solid #7BEE8E; }

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

This div border color is #7BEE8E.


Opacity

.myOpacity80 { color: #7BEE8E; opacity: 0.8; }

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

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

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

This text has shadow with #7BEE8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BEE8E on black background.


Color preview on white background

This text has color #7BEE8E on white background.



Black color preview on #7BEE8E background

This text has black color on #7BEE8E background.


White color preview on #7BEE8E background

This text has white color on #7BEE8E background.