COLOR #7BD67E

HEX: #7BD67E
RGB: (123,214,126)

Color info

#7BD67E contains mainly green color. Web safe color of #7BD67E is #66CC66 (or #6C6).

RGB color model

#7BD67E color RGB value is (123,214,126).

  • red value is 123;
  • green value is 214;
  • blue value is 126.
RGB:
(123,214,126)
(48%,84%,49%)

RGB channels and saturation

R 123 of 255 = 48%
G 214 of 255 = 84%
B 126 of 255 = 49%

123
214
126

R + G + B ~ 60%. #7BD67E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
123 + 214 + 126 = 463 (100%)
R 123 of 463 ~ 26.57%
G 214 of 463 ~ 46.22%
B 126 of 463 ~ 27.21%

%26.57
%46.22
%27.21

CMYK color model

#7BD67E color CMYK value is (43,0,41,16).

  • cyan value is 42.52%
  • magenta value is 0.00%
  • yellow value is 41.12%
  • key color value is 16.08%
CMYK:
(43,0,41,16)
C43M0Y41K16 
(43%,0%,41%,16%)
(0.43/0.00/0.41/0.16)	

CMYK percentages

%42.52
%0
%41.12
%16.08

Codes

Color #7BD67E in popluar color models

7BD67E
RGB123214126
HSL122°52.60%66.08%
HSB/HSV122°42.52%83.92%
CMYK42.52%0.00%41.12%
16.08%

Color #7BD67E in popluar number systems.

HEX7BD67E
Decimal123214126
Binary1111011110101101111110
Octal173326176

Shades and tints

Shades of #7BD67E

#7BD67E
(123,214,126)
#70C373
(112,195,115)
#65B068
(101,176,104)
#5A9D5D
(90,157,93)
#4F8A52
(79,138,82)
#447747
(68,119,71)
#39643C
(57,100,60)
#2E5131
(46,81,49)
#233E26
(35,62,38)
#182B1B
(24,43,27)
#0D1810
(13,24,16)
#000000
(0,0,0)

Tints of #7BD67E

#7BD67E
(123,214,126)
#87D989
(135,217,137)
#93DC94
(147,220,148)
#9FDF9F
(159,223,159)
#ABE2AA
(171,226,170)
#B7E5B5
(183,229,181)
#C3E8C0
(195,232,192)
#CFEBCB
(207,235,203)
#DBEED6
(219,238,214)
#E7F1E1
(231,241,225)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BD67E color. Also use rgb(123,214,126) instead hex code.

Text Font Color

.myTextColor { color: #7BD67E; }

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

This text font color is #7BD67E.


Background Color

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

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

This div background color is #7BD67E.


Border color

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

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

This div border color is #7BD67E.


Opacity

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

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

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

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

This text has shadow with #7BD67E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BD67E on black background.


Color preview on white background

This text has color #7BD67E on white background.



Black color preview on #7BD67E background

This text has black color on #7BD67E background.


White color preview on #7BD67E background

This text has white color on #7BD67E background.