COLOR #7ECDC5

HEX: #7ECDC5
RGB: (126,205,197)

Color info

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

RGB color model

#7ECDC5 color RGB value is (126,205,197).

  • red value is 126;
  • green value is 205;
  • blue value is 197.
RGB:
(126,205,197)
(49%,80%,77%)

RGB channels and saturation

R 126 of 255 = 49%
G 205 of 255 = 80%
B 197 of 255 = 77%

126
205
197

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

Portions of RGB colors in percentages

R + G + B =
126 + 205 + 197 = 528 (100%)
R 126 of 528 ~ 23.86%
G 205 of 528 ~ 38.83%
B 197 of 528 ~ 37.31%

%23.86
%38.83
%37.31

CMYK color model

#7ECDC5 color CMYK value is (39,0,4,20).

  • cyan value is 38.54%
  • magenta value is 0.00%
  • yellow value is 3.90%
  • key color value is 19.61%
CMYK:
(39,0,4,20)
C39M0Y4K20 
(39%,0%,4%,20%)
(0.39/0.00/0.04/0.20)	

CMYK percentages

%38.54
%0
%3.9
%19.61

Codes

Color #7ECDC5 in popluar color models

7ECDC5
RGB126205197
HSL174°44.13%64.90%
HSB/HSV174°38.54%80.39%
CMYK38.54%0.00%3.90%
19.61%

Color #7ECDC5 in popluar number systems.

HEX7ECDC5
Decimal126205197
Binary11111101100110111000101
Octal176315305

Shades and tints

Shades of #7ECDC5

#7ECDC5
(126,205,197)
#73BBB4
(115,187,180)
#68A9A3
(104,169,163)
#5D9792
(93,151,146)
#528581
(82,133,129)
#477370
(71,115,112)
#3C615F
(60,97,95)
#314F4E
(49,79,78)
#263D3D
(38,61,61)
#1B2B2C
(27,43,44)
#10191B
(16,25,27)
#000000
(0,0,0)

Tints of #7ECDC5

#7ECDC5
(126,205,197)
#89D1CA
(137,209,202)
#94D5CF
(148,213,207)
#9FD9D4
(159,217,212)
#AADDD9
(170,221,217)
#B5E1DE
(181,225,222)
#C0E5E3
(192,229,227)
#CBE9E8
(203,233,232)
#D6EDED
(214,237,237)
#E1F1F2
(225,241,242)
#ECF5F7
(236,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ECDC5 color. Also use rgb(126,205,197) instead hex code.

Text Font Color

.myTextColor { color: #7ECDC5; }

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

This text font color is #7ECDC5.


Background Color

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

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

This div background color is #7ECDC5.


Border color

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

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

This div border color is #7ECDC5.


Opacity

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

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

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

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

This text has shadow with #7ECDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ECDC5 on black background.


Color preview on white background

This text has color #7ECDC5 on white background.



Black color preview on #7ECDC5 background

This text has black color on #7ECDC5 background.


White color preview on #7ECDC5 background

This text has white color on #7ECDC5 background.