COLOR #7ECECB

HEX: #7ECECB
RGB: (126,206,203)

Color info

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

RGB color model

#7ECECB color RGB value is (126,206,203).

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

RGB channels and saturation

R 126 of 255 = 49%
G 206 of 255 = 81%
B 203 of 255 = 80%

126
206
203

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

Portions of RGB colors in percentages

R + G + B =
126 + 206 + 203 = 535 (100%)
R 126 of 535 ~ 23.55%
G 206 of 535 ~ 38.5%
B 203 of 535 ~ 37.94%

%23.55
%38.5
%37.94

CMYK color model

#7ECECB color CMYK value is (39,0,1,19).

  • cyan value is 38.83%
  • magenta value is 0.00%
  • yellow value is 1.46%
  • key color value is 19.22%
CMYK:
(39,0,1,19)
C39M0Y1K19 
(39%,0%,1%,19%)
(0.39/0.00/0.01/0.19)	

CMYK percentages

%38.83
%0
%1.46
%19.22

Codes

Color #7ECECB in popluar color models

7ECECB
RGB126206203
HSL178°44.94%65.10%
HSB/HSV178°38.83%80.78%
CMYK38.83%0.00%1.46%
19.22%

Color #7ECECB in popluar number systems.

HEX7ECECB
Decimal126206203
Binary11111101100111011001011
Octal176316313

Shades and tints

Shades of #7ECECB

#7ECECB
(126,206,203)
#73BCB9
(115,188,185)
#68AAA7
(104,170,167)
#5D9895
(93,152,149)
#528683
(82,134,131)
#477471
(71,116,113)
#3C625F
(60,98,95)
#31504D
(49,80,77)
#263E3B
(38,62,59)
#1B2C29
(27,44,41)
#101A17
(16,26,23)
#000000
(0,0,0)

Tints of #7ECECB

#7ECECB
(126,206,203)
#89D2CF
(137,210,207)
#94D6D3
(148,214,211)
#9FDAD7
(159,218,215)
#AADEDB
(170,222,219)
#B5E2DF
(181,226,223)
#C0E6E3
(192,230,227)
#CBEAE7
(203,234,231)
#D6EEEB
(214,238,235)
#E1F2EF
(225,242,239)
#ECF6F3
(236,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ECECB; }

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

This text font color is #7ECECB.


Background Color

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

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

This div background color is #7ECECB.


Border color

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

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

This div border color is #7ECECB.


Opacity

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

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

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

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

This text has shadow with #7ECECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ECECB on black background.


Color preview on white background

This text has color #7ECECB on white background.



Black color preview on #7ECECB background

This text has black color on #7ECECB background.


White color preview on #7ECECB background

This text has white color on #7ECECB background.