COLOR #7ED6AF

HEX: #7ED6AF
RGB: (126,214,175)

Color info

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

RGB color model

#7ED6AF color RGB value is (126,214,175).

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

RGB channels and saturation

R 126 of 255 = 49%
G 214 of 255 = 84%
B 175 of 255 = 69%

126
214
175

R + G + B ~ 67%. #7ED6AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 214 + 175 = 515 (100%)
R 126 of 515 ~ 24.47%
G 214 of 515 ~ 41.55%
B 175 of 515 ~ 33.98%

%24.47
%41.55
%33.98

CMYK color model

#7ED6AF color CMYK value is (41,0,18,16).

  • cyan value is 41.12%
  • magenta value is 0.00%
  • yellow value is 18.22%
  • key color value is 16.08%
CMYK:
(41,0,18,16)
C41M0Y18K16 
(41%,0%,18%,16%)
(0.41/0.00/0.18/0.16)	

CMYK percentages

%41.12
%0
%18.22
%16.08

Codes

Color #7ED6AF in popluar color models

7ED6AF
RGB126214175
HSL153°51.76%66.67%
HSB/HSV153°41.12%83.92%
CMYK41.12%0.00%18.22%
16.08%

Color #7ED6AF in popluar number systems.

HEX7ED6AF
Decimal126214175
Binary11111101101011010101111
Octal176326257

Shades and tints

Shades of #7ED6AF

#7ED6AF
(126,214,175)
#73C3A0
(115,195,160)
#68B091
(104,176,145)
#5D9D82
(93,157,130)
#528A73
(82,138,115)
#477764
(71,119,100)
#3C6455
(60,100,85)
#315146
(49,81,70)
#263E37
(38,62,55)
#1B2B28
(27,43,40)
#101819
(16,24,25)
#000000
(0,0,0)

Tints of #7ED6AF

#7ED6AF
(126,214,175)
#89D9B6
(137,217,182)
#94DCBD
(148,220,189)
#9FDFC4
(159,223,196)
#AAE2CB
(170,226,203)
#B5E5D2
(181,229,210)
#C0E8D9
(192,232,217)
#CBEBE0
(203,235,224)
#D6EEE7
(214,238,231)
#E1F1EE
(225,241,238)
#ECF4F5
(236,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ED6AF; }

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

This text font color is #7ED6AF.


Background Color

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

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

This div background color is #7ED6AF.


Border color

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

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

This div border color is #7ED6AF.


Opacity

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

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

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

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

This text has shadow with #7ED6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED6AF on black background.


Color preview on white background

This text has color #7ED6AF on white background.



Black color preview on #7ED6AF background

This text has black color on #7ED6AF background.


White color preview on #7ED6AF background

This text has white color on #7ED6AF background.