COLOR #7ED6D2

HEX: #7ED6D2
RGB: (126,214,210)

Color info

#7ED6D2 contains mainly green and blue colors. Web safe color of #7ED6D2 is #66CCCC (or #6CC).

RGB color model

#7ED6D2 color RGB value is (126,214,210).

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

RGB channels and saturation

R 126 of 255 = 49%
G 214 of 255 = 84%
B 210 of 255 = 82%

126
214
210

R + G + B ~ 72%. #7ED6D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 214 + 210 = 550 (100%)
R 126 of 550 ~ 22.91%
G 214 of 550 ~ 38.91%
B 210 of 550 ~ 38.18%

%22.91
%38.91
%38.18

CMYK color model

#7ED6D2 color CMYK value is (41,0,2,16).

  • cyan value is 41.12%
  • magenta value is 0.00%
  • yellow value is 1.87%
  • key color value is 16.08%
CMYK:
(41,0,2,16)
C41M0Y2K16 
(41%,0%,2%,16%)
(0.41/0.00/0.02/0.16)	

CMYK percentages

%41.12
%0
%1.87
%16.08

Codes

Color #7ED6D2 in popluar color models

7ED6D2
RGB126214210
HSL177°51.76%66.67%
HSB/HSV177°41.12%83.92%
CMYK41.12%0.00%1.87%
16.08%

Color #7ED6D2 in popluar number systems.

HEX7ED6D2
Decimal126214210
Binary11111101101011011010010
Octal176326322

Shades and tints

Shades of #7ED6D2

#7ED6D2
(126,214,210)
#73C3BF
(115,195,191)
#68B0AC
(104,176,172)
#5D9D99
(93,157,153)
#528A86
(82,138,134)
#477773
(71,119,115)
#3C6460
(60,100,96)
#31514D
(49,81,77)
#263E3A
(38,62,58)
#1B2B27
(27,43,39)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #7ED6D2

#7ED6D2
(126,214,210)
#89D9D6
(137,217,214)
#94DCDA
(148,220,218)
#9FDFDE
(159,223,222)
#AAE2E2
(170,226,226)
#B5E5E6
(181,229,230)
#C0E8EA
(192,232,234)
#CBEBEE
(203,235,238)
#D6EEF2
(214,238,242)
#E1F1F6
(225,241,246)
#ECF4FA
(236,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ED6D2; }

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

This text font color is #7ED6D2.


Background Color

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

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

This div background color is #7ED6D2.


Border color

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

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

This div border color is #7ED6D2.


Opacity

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

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

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

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

This text has shadow with #7ED6D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED6D2 on black background.


Color preview on white background

This text has color #7ED6D2 on white background.



Black color preview on #7ED6D2 background

This text has black color on #7ED6D2 background.


White color preview on #7ED6D2 background

This text has white color on #7ED6D2 background.