COLOR #7ED1C3

HEX: #7ED1C3
RGB: (126,209,195)

Color info

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

RGB color model

#7ED1C3 color RGB value is (126,209,195).

  • red value is 126;
  • green value is 209;
  • blue value is 195.
RGB:
(126,209,195)
(49%,82%,76%)

RGB channels and saturation

R 126 of 255 = 49%
G 209 of 255 = 82%
B 195 of 255 = 76%

126
209
195

R + G + B ~ 69%. #7ED1C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 209 + 195 = 530 (100%)
R 126 of 530 ~ 23.77%
G 209 of 530 ~ 39.43%
B 195 of 530 ~ 36.79%

%23.77
%39.43
%36.79

CMYK color model

#7ED1C3 color CMYK value is (40,0,7,18).

  • cyan value is 39.71%
  • magenta value is 0.00%
  • yellow value is 6.70%
  • key color value is 18.04%
CMYK:
(40,0,7,18)
C40M0Y7K18 
(40%,0%,7%,18%)
(0.40/0.00/0.07/0.18)	

CMYK percentages

%39.71
%0
%6.7
%18.04

Codes

Color #7ED1C3 in popluar color models

7ED1C3
RGB126209195
HSL170°47.43%65.69%
HSB/HSV170°39.71%81.96%
CMYK39.71%0.00%6.70%
18.04%

Color #7ED1C3 in popluar number systems.

HEX7ED1C3
Decimal126209195
Binary11111101101000111000011
Octal176321303

Shades and tints

Shades of #7ED1C3

#7ED1C3
(126,209,195)
#73BEB2
(115,190,178)
#68ABA1
(104,171,161)
#5D9890
(93,152,144)
#52857F
(82,133,127)
#47726E
(71,114,110)
#3C5F5D
(60,95,93)
#314C4C
(49,76,76)
#26393B
(38,57,59)
#1B262A
(27,38,42)
#101319
(16,19,25)
#000000
(0,0,0)

Tints of #7ED1C3

#7ED1C3
(126,209,195)
#89D5C8
(137,213,200)
#94D9CD
(148,217,205)
#9FDDD2
(159,221,210)
#AAE1D7
(170,225,215)
#B5E5DC
(181,229,220)
#C0E9E1
(192,233,225)
#CBEDE6
(203,237,230)
#D6F1EB
(214,241,235)
#E1F5F0
(225,245,240)
#ECF9F5
(236,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ED1C3 color. Also use rgb(126,209,195) instead hex code.

Text Font Color

.myTextColor { color: #7ED1C3; }

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

This text font color is #7ED1C3.


Background Color

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

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

This div background color is #7ED1C3.


Border color

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

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

This div border color is #7ED1C3.


Opacity

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

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

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

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

This text has shadow with #7ED1C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED1C3 on black background.


Color preview on white background

This text has color #7ED1C3 on white background.



Black color preview on #7ED1C3 background

This text has black color on #7ED1C3 background.


White color preview on #7ED1C3 background

This text has white color on #7ED1C3 background.