COLOR #7EC9CE

HEX: #7EC9CE RGB: (126,201,206)

Color info

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

RGB color model

#7EC9CE color RGB value is (126,201,206).

RGB: (126,201,206) (49%, 79%, 81%)

RGB channels and saturation

R 126 of 255 = 49%
G 201 of 255 = 79%
B 206 of 255 = 81%

126
201
206

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

Portions of RGB colors in percentages

R + G + B = 126 + 201 + 206 = 533 (100%)
R 126 of 533 ~ 23.64%
G 201 of 533 ~ 37.71%
B 206 of 533 ~ 38.65'%

%23.64
%37.71
%38.65

CMYK color model

#7EC9CE color CMYK value is (39,2,0,19).

  • cyan value is 38.83%
  • magenta value is 2.43%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (39,2,0,19)
C39M2Y0K19 (39%, 2%, 0%, 19%)
(0.39 / 0.02 / 0.00 / 0.19)

CMYK percentages

%38.83
%2.43
%0
%19.22

Codes

Color #7EC9CE in popluar color models

7E C9 CE
RGB 126 201 206
HSL 184° 44.94% 65.10%
HSB/HSV 184° 38.83% 80.78%
CMYK 38.83% 2.43% 0.00%
19.22%

Color #7EC9CE in popluar number systems.

HEX 7E C9 CE
Decimal 126 201 206
Binary 1111110 11001001 11001110
Octal 176 311 316

Shades and tints

Shades of #7EC9CE

#7EC9CE
(126,201,206)
#73B7BC
(115,183,188)
#68A5AA
(104,165,170)
#5D9398
(93,147,152)
#528186
(82,129,134)
#476F74
(71,111,116)
#3C5D62
(60,93,98)
#314B50
(49,75,80)
#26393E
(38,57,62)
#1B272C
(27,39,44)
#10151A
(16,21,26)
#000000
(0,0,0)

Tints of #7EC9CE

#7EC9CE
(126,201,206)
#89CDD2
(137,205,210)
#94D1D6
(148,209,214)
#9FD5DA
(159,213,218)
#AAD9DE
(170,217,222)
#B5DDE2
(181,221,226)
#C0E1E6
(192,225,230)
#CBE5EA
(203,229,234)
#D6E9EE
(214,233,238)
#E1EDF2
(225,237,242)
#ECF1F6
(236,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC9CE; }

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

This text font color is #7EC9CE.

Background Color

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

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

This div background color is #7EC9CE.

Border color

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

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

This div border color is #7EC9CE.

Opacity

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

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

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

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

This text has shadow with #7EC9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EC9CE.

Preview

Color preview on black background

This text has color #7EC9CE on black background.


Color preview on white background

This text has color #7EC9CE on white background.


Black color preview on #7EC9CE background

This text has black color on #7EC9CE background.


White color preview on #7EC9CE background

This text has white color on #7EC9CE background.


Related colors

Complementary color

Complementary color for #hex is #813631.


I love getcolorcode.com

Triadic colors

1 #CE7EC9 and #C9CE7E with #7EC9CE are triadic colors.

2 #CEC97E and #C97ECE with #7EC9CE are triadic colors.