COLOR #7ECE91

HEX: #7ECE91 RGB: (126,206,145)

Color info

#7ECE91 contains mainly green color. Web safe color of #7ECE91 is #66CC99 (or #6C9).

RGB color model

#7ECE91 color RGB value is (126,206,145).

RGB: (126,206,145) (49%, 81%, 57%)

RGB channels and saturation

R 126 of 255 = 49%
G 206 of 255 = 81%
B 145 of 255 = 57%

126
206
145

R + G + B ~ 62%. #7ECE91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 206 + 145 = 477 (100%)
R 126 of 477 ~ 26.42%
G 206 of 477 ~ 43.19%
B 145 of 477 ~ 30.4'%

%26.42
%43.19
%30.4

CMYK color model

#7ECE91 color CMYK value is (39,0,30,19).

  • cyan value is 38.83%
  • magenta value is 0.00%
  • yellow value is 29.61%
  • key color value is 19.22%

CMYK: (39,0,30,19)
C39M0Y30K19 (39%, 0%, 30%, 19%)
(0.39 / 0.00 / 0.30 / 0.19)

CMYK percentages

%38.83
%0
%29.61
%19.22

Codes

Color #7ECE91 in popluar color models

7E CE 91
RGB 126 206 145
HSL 134° 44.94% 65.10%
HSB/HSV 134° 38.83% 80.78%
CMYK 38.83% 0.00% 29.61%
19.22%

Color #7ECE91 in popluar number systems.

HEX 7E CE 91
Decimal 126 206 145
Binary 1111110 11001110 10010001
Octal 176 316 221

Shades and tints

Shades of #7ECE91

#7ECE91
(126,206,145)
#73BC84
(115,188,132)
#68AA77
(104,170,119)
#5D986A
(93,152,106)
#52865D
(82,134,93)
#477450
(71,116,80)
#3C6243
(60,98,67)
#315036
(49,80,54)
#263E29
(38,62,41)
#1B2C1C
(27,44,28)
#101A0F
(16,26,15)
#000000
(0,0,0)

Tints of #7ECE91

#7ECE91
(126,206,145)
#89D29B
(137,210,155)
#94D6A5
(148,214,165)
#9FDAAF
(159,218,175)
#AADEB9
(170,222,185)
#B5E2C3
(181,226,195)
#C0E6CD
(192,230,205)
#CBEAD7
(203,234,215)
#D6EEE1
(214,238,225)
#E1F2EB
(225,242,235)
#ECF6F5
(236,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ECE91 color. Also use rgb(126,206,145) instead hex code.

Text Font Color

.myTextColor { color: #7ECE91; }

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

This text font color is #7ECE91.

Background Color

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

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

This div background color is #7ECE91.

Border color

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

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

This div border color is #7ECE91.

Opacity

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

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

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

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

This text has shadow with #7ECE91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ECE91.

Preview

Color preview on black background

This text has color #7ECE91 on black background.


Color preview on white background

This text has color #7ECE91 on white background.


Black color preview on #7ECE91 background

This text has black color on #7ECE91 background.


White color preview on #7ECE91 background

This text has white color on #7ECE91 background.


Related colors

Complementary color

Complementary color for #hex is #81316E.


I love getcolorcode.com

Triadic colors

1 #917ECE and #CE917E with #7ECE91 are triadic colors.

2 #91CE7E and #CE7E91 with #7ECE91 are triadic colors.