COLOR #7ECB9F

HEX: #7ECB9F RGB: (126,203,159)

Color info

#7ECB9F contains mainly green and blue colors. Web safe color of #7ECB9F is #66CC99 (or #6C9).

RGB color model

#7ECB9F color RGB value is (126,203,159).

RGB: (126,203,159) (49%, 80%, 62%)

RGB channels and saturation

R 126 of 255 = 49%
G 203 of 255 = 80%
B 159 of 255 = 62%

126
203
159

R + G + B ~ 64%. #7ECB9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 203 + 159 = 488 (100%)
R 126 of 488 ~ 25.82%
G 203 of 488 ~ 41.6%
B 159 of 488 ~ 32.58'%

%25.82
%41.6
%32.58

CMYK color model

#7ECB9F color CMYK value is (38,0,22,20).

  • cyan value is 37.93%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 20.39%

CMYK: (38,0,22,20)
C38M0Y22K20 (38%, 0%, 22%, 20%)
(0.38 / 0.00 / 0.22 / 0.20)

CMYK percentages

%37.93
%0
%21.67
%20.39

Codes

Color #7ECB9F in popluar color models

7E CB 9F
RGB 126 203 159
HSL 146° 42.54% 64.51%
HSB/HSV 146° 37.93% 79.61%
CMYK 37.93% 0.00% 21.67%
20.39%

Color #7ECB9F in popluar number systems.

HEX 7E CB 9F
Decimal 126 203 159
Binary 1111110 11001011 10011111
Octal 176 313 237

Shades and tints

Shades of #7ECB9F

#7ECB9F
(126,203,159)
#73B991
(115,185,145)
#68A783
(104,167,131)
#5D9575
(93,149,117)
#528367
(82,131,103)
#477159
(71,113,89)
#3C5F4B
(60,95,75)
#314D3D
(49,77,61)
#263B2F
(38,59,47)
#1B2921
(27,41,33)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #7ECB9F

#7ECB9F
(126,203,159)
#89CFA7
(137,207,167)
#94D3AF
(148,211,175)
#9FD7B7
(159,215,183)
#AADBBF
(170,219,191)
#B5DFC7
(181,223,199)
#C0E3CF
(192,227,207)
#CBE7D7
(203,231,215)
#D6EBDF
(214,235,223)
#E1EFE7
(225,239,231)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ECB9F color. Also use rgb(126,203,159) instead hex code.

Text Font Color

.myTextColor { color: #7ECB9F; }

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

This text font color is #7ECB9F.

Background Color

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

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

This div background color is #7ECB9F.

Border color

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

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

This div border color is #7ECB9F.

Opacity

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

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

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

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

This text has shadow with #7ECB9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ECB9F.

Preview

Color preview on black background

This text has color #7ECB9F on black background.


Color preview on white background

This text has color #7ECB9F on white background.


Black color preview on #7ECB9F background

This text has black color on #7ECB9F background.


White color preview on #7ECB9F background

This text has white color on #7ECB9F background.


Related colors

Complementary color

Complementary color for #hex is #813460.


I love getcolorcode.com

Triadic colors

1 #9F7ECB and #CB9F7E with #7ECB9F are triadic colors.

2 #9FCB7E and #CB7E9F with #7ECB9F are triadic colors.