COLOR #7ED0CA

HEX: #7ED0CA
RGB: (126,208,202)

Color info

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

RGB color model

#7ED0CA color RGB value is (126,208,202).

  • red value is 126;
  • green value is 208;
  • blue value is 202.
RGB:
(126,208,202)
(49%,82%,79%)

RGB channels and saturation

R 126 of 255 = 49%
G 208 of 255 = 82%
B 202 of 255 = 79%

126
208
202

R + G + B ~ 70%. #7ED0CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 208 + 202 = 536 (100%)
R 126 of 536 ~ 23.51%
G 208 of 536 ~ 38.81%
B 202 of 536 ~ 37.69%

%23.51
%38.81
%37.69

CMYK color model

#7ED0CA color CMYK value is (39,0,3,18).

  • cyan value is 39.42%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 18.43%
CMYK:
(39,0,3,18)
C39M0Y3K18 
(39%,0%,3%,18%)
(0.39/0.00/0.03/0.18)	

CMYK percentages

%39.42
%0
%2.88
%18.43

Codes

Color #7ED0CA in popluar color models

7ED0CA
RGB126208202
HSL176°46.59%65.49%
HSB/HSV176°39.42%81.57%
CMYK39.42%0.00%2.88%
18.43%

Color #7ED0CA in popluar number systems.

HEX7ED0CA
Decimal126208202
Binary11111101101000011001010
Octal176320312

Shades and tints

Shades of #7ED0CA

#7ED0CA
(126,208,202)
#73BEB8
(115,190,184)
#68ACA6
(104,172,166)
#5D9A94
(93,154,148)
#528882
(82,136,130)
#477670
(71,118,112)
#3C645E
(60,100,94)
#31524C
(49,82,76)
#26403A
(38,64,58)
#1B2E28
(27,46,40)
#101C16
(16,28,22)
#000000
(0,0,0)

Tints of #7ED0CA

#7ED0CA
(126,208,202)
#89D4CE
(137,212,206)
#94D8D2
(148,216,210)
#9FDCD6
(159,220,214)
#AAE0DA
(170,224,218)
#B5E4DE
(181,228,222)
#C0E8E2
(192,232,226)
#CBECE6
(203,236,230)
#D6F0EA
(214,240,234)
#E1F4EE
(225,244,238)
#ECF8F2
(236,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ED0CA color. Also use rgb(126,208,202) instead hex code.

Text Font Color

.myTextColor { color: #7ED0CA; }

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

This text font color is #7ED0CA.


Background Color

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

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

This div background color is #7ED0CA.


Border color

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

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

This div border color is #7ED0CA.


Opacity

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

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

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

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

This text has shadow with #7ED0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED0CA on black background.


Color preview on white background

This text has color #7ED0CA on white background.



Black color preview on #7ED0CA background

This text has black color on #7ED0CA background.


White color preview on #7ED0CA background

This text has white color on #7ED0CA background.