COLOR #7ED3CE

HEX: #7ED3CE
RGB: (126,211,206)

Color info

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

RGB color model

#7ED3CE color RGB value is (126,211,206).

  • red value is 126;
  • green value is 211;
  • blue value is 206.
RGB:
(126,211,206)
(49%,83%,81%)

RGB channels and saturation

R 126 of 255 = 49%
G 211 of 255 = 83%
B 206 of 255 = 81%

126
211
206

R + G + B ~ 71%. #7ED3CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 211 + 206 = 543 (100%)
R 126 of 543 ~ 23.2%
G 211 of 543 ~ 38.86%
B 206 of 543 ~ 37.94%

%23.2
%38.86
%37.94

CMYK color model

#7ED3CE color CMYK value is (40,0,2,17).

  • cyan value is 40.28%
  • magenta value is 0.00%
  • yellow value is 2.37%
  • key color value is 17.25%
CMYK:
(40,0,2,17)
C40M0Y2K17 
(40%,0%,2%,17%)
(0.40/0.00/0.02/0.17)	

CMYK percentages

%40.28
%0
%2.37
%17.25

Codes

Color #7ED3CE in popluar color models

7ED3CE
RGB126211206
HSL176°49.13%66.08%
HSB/HSV176°40.28%82.75%
CMYK40.28%0.00%2.37%
17.25%

Color #7ED3CE in popluar number systems.

HEX7ED3CE
Decimal126211206
Binary11111101101001111001110
Octal176323316

Shades and tints

Shades of #7ED3CE

#7ED3CE
(126,211,206)
#73C0BC
(115,192,188)
#68ADAA
(104,173,170)
#5D9A98
(93,154,152)
#528786
(82,135,134)
#477474
(71,116,116)
#3C6162
(60,97,98)
#314E50
(49,78,80)
#263B3E
(38,59,62)
#1B282C
(27,40,44)
#10151A
(16,21,26)
#000000
(0,0,0)

Tints of #7ED3CE

#7ED3CE
(126,211,206)
#89D7D2
(137,215,210)
#94DBD6
(148,219,214)
#9FDFDA
(159,223,218)
#AAE3DE
(170,227,222)
#B5E7E2
(181,231,226)
#C0EBE6
(192,235,230)
#CBEFEA
(203,239,234)
#D6F3EE
(214,243,238)
#E1F7F2
(225,247,242)
#ECFBF6
(236,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ED3CE; }

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

This text font color is #7ED3CE.


Background Color

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

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

This div background color is #7ED3CE.


Border color

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

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

This div border color is #7ED3CE.


Opacity

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

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

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

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

This text has shadow with #7ED3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED3CE on black background.


Color preview on white background

This text has color #7ED3CE on white background.



Black color preview on #7ED3CE background

This text has black color on #7ED3CE background.


White color preview on #7ED3CE background

This text has white color on #7ED3CE background.