COLOR #7ECDA7

HEX: #7ECDA7
RGB: (126,205,167)

Color info

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

RGB color model

#7ECDA7 color RGB value is (126,205,167).

  • red value is 126;
  • green value is 205;
  • blue value is 167.
RGB:
(126,205,167)
(49%,80%,65%)

RGB channels and saturation

R 126 of 255 = 49%
G 205 of 255 = 80%
B 167 of 255 = 65%

126
205
167

R + G + B ~ 65%. #7ECDA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 205 + 167 = 498 (100%)
R 126 of 498 ~ 25.3%
G 205 of 498 ~ 41.16%
B 167 of 498 ~ 33.53%

%25.3
%41.16
%33.53

CMYK color model

#7ECDA7 color CMYK value is (39,0,19,20).

  • cyan value is 38.54%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 19.61%
CMYK:
(39,0,19,20)
C39M0Y19K20 
(39%,0%,19%,20%)
(0.39/0.00/0.19/0.20)	

CMYK percentages

%38.54
%0
%18.54
%19.61

Codes

Color #7ECDA7 in popluar color models

7ECDA7
RGB126205167
HSL151°44.13%64.90%
HSB/HSV151°38.54%80.39%
CMYK38.54%0.00%18.54%
19.61%

Color #7ECDA7 in popluar number systems.

HEX7ECDA7
Decimal126205167
Binary11111101100110110100111
Octal176315247

Shades and tints

Shades of #7ECDA7

#7ECDA7
(126,205,167)
#73BB98
(115,187,152)
#68A989
(104,169,137)
#5D977A
(93,151,122)
#52856B
(82,133,107)
#47735C
(71,115,92)
#3C614D
(60,97,77)
#314F3E
(49,79,62)
#263D2F
(38,61,47)
#1B2B20
(27,43,32)
#101911
(16,25,17)
#000000
(0,0,0)

Tints of #7ECDA7

#7ECDA7
(126,205,167)
#89D1AF
(137,209,175)
#94D5B7
(148,213,183)
#9FD9BF
(159,217,191)
#AADDC7
(170,221,199)
#B5E1CF
(181,225,207)
#C0E5D7
(192,229,215)
#CBE9DF
(203,233,223)
#D6EDE7
(214,237,231)
#E1F1EF
(225,241,239)
#ECF5F7
(236,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ECDA7 color. Also use rgb(126,205,167) instead hex code.

Text Font Color

.myTextColor { color: #7ECDA7; }

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

This text font color is #7ECDA7.


Background Color

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

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

This div background color is #7ECDA7.


Border color

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

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

This div border color is #7ECDA7.


Opacity

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

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

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

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

This text has shadow with #7ECDA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ECDA7 on black background.


Color preview on white background

This text has color #7ECDA7 on white background.



Black color preview on #7ECDA7 background

This text has black color on #7ECDA7 background.


White color preview on #7ECDA7 background

This text has white color on #7ECDA7 background.