COLOR #7ED7CE

HEX: #7ED7CE
RGB: (126,215,206)

Color info

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

RGB color model

#7ED7CE color RGB value is (126,215,206).

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

RGB channels and saturation

R 126 of 255 = 49%
G 215 of 255 = 84%
B 206 of 255 = 81%

126
215
206

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

Portions of RGB colors in percentages

R + G + B =
126 + 215 + 206 = 547 (100%)
R 126 of 547 ~ 23.03%
G 215 of 547 ~ 39.31%
B 206 of 547 ~ 37.66%

%23.03
%39.31
%37.66

CMYK color model

#7ED7CE color CMYK value is (41,0,4,16).

  • cyan value is 41.40%
  • magenta value is 0.00%
  • yellow value is 4.19%
  • key color value is 15.69%
CMYK:
(41,0,4,16)
C41M0Y4K16 
(41%,0%,4%,16%)
(0.41/0.00/0.04/0.16)	

CMYK percentages

%41.4
%0
%4.19
%15.69

Codes

Color #7ED7CE in popluar color models

7ED7CE
RGB126215206
HSL174°52.66%66.86%
HSB/HSV174°41.40%84.31%
CMYK41.40%0.00%4.19%
15.69%

Color #7ED7CE in popluar number systems.

HEX7ED7CE
Decimal126215206
Binary11111101101011111001110
Octal176327316

Shades and tints

Shades of #7ED7CE

#7ED7CE
(126,215,206)
#73C4BC
(115,196,188)
#68B1AA
(104,177,170)
#5D9E98
(93,158,152)
#528B86
(82,139,134)
#477874
(71,120,116)
#3C6562
(60,101,98)
#315250
(49,82,80)
#263F3E
(38,63,62)
#1B2C2C
(27,44,44)
#10191A
(16,25,26)
#000000
(0,0,0)

Tints of #7ED7CE

#7ED7CE
(126,215,206)
#89DAD2
(137,218,210)
#94DDD6
(148,221,214)
#9FE0DA
(159,224,218)
#AAE3DE
(170,227,222)
#B5E6E2
(181,230,226)
#C0E9E6
(192,233,230)
#CBECEA
(203,236,234)
#D6EFEE
(214,239,238)
#E1F2F2
(225,242,242)
#ECF5F6
(236,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ED7CE; }

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

This text font color is #7ED7CE.


Background Color

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

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

This div background color is #7ED7CE.


Border color

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

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

This div border color is #7ED7CE.


Opacity

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

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

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

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

This text has shadow with #7ED7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED7CE on black background.


Color preview on white background

This text has color #7ED7CE on white background.



Black color preview on #7ED7CE background

This text has black color on #7ED7CE background.


White color preview on #7ED7CE background

This text has white color on #7ED7CE background.