COLOR #7EC3CE

HEX: #7EC3CE RGB: (126,195,206)

Color info

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

RGB color model

#7EC3CE color RGB value is (126,195,206).

RGB: (126,195,206) (49%, 76%, 81%)

RGB channels and saturation

R 126 of 255 = 49%
G 195 of 255 = 76%
B 206 of 255 = 81%

126
195
206

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

Portions of RGB colors in percentages

R + G + B = 126 + 195 + 206 = 527 (100%)
R 126 of 527 ~ 23.91%
G 195 of 527 ~ 37%
B 206 of 527 ~ 39.09'%

%23.91
%37
%39.09

CMYK color model

#7EC3CE color CMYK value is (39,5,0,19).

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

CMYK: (39,5,0,19)
C39M5Y0K19 (39%, 5%, 0%, 19%)
(0.39 / 0.05 / 0.00 / 0.19)

CMYK percentages

%38.83
%5.34
%0
%19.22

Codes

Color #7EC3CE in popluar color models

7E C3 CE
RGB 126 195 206
HSL 188° 44.94% 65.10%
HSB/HSV 188° 38.83% 80.78%
CMYK 38.83% 5.34% 0.00%
19.22%

Color #7EC3CE in popluar number systems.

HEX 7E C3 CE
Decimal 126 195 206
Binary 1111110 11000011 11001110
Octal 176 303 316

Shades and tints

Shades of #7EC3CE

#7EC3CE
(126,195,206)
#73B2BC
(115,178,188)
#68A1AA
(104,161,170)
#5D9098
(93,144,152)
#527F86
(82,127,134)
#476E74
(71,110,116)
#3C5D62
(60,93,98)
#314C50
(49,76,80)
#263B3E
(38,59,62)
#1B2A2C
(27,42,44)
#10191A
(16,25,26)
#000000
(0,0,0)

Tints of #7EC3CE

#7EC3CE
(126,195,206)
#89C8D2
(137,200,210)
#94CDD6
(148,205,214)
#9FD2DA
(159,210,218)
#AAD7DE
(170,215,222)
#B5DCE2
(181,220,226)
#C0E1E6
(192,225,230)
#CBE6EA
(203,230,234)
#D6EBEE
(214,235,238)
#E1F0F2
(225,240,242)
#ECF5F6
(236,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC3CE; }

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

This text font color is #7EC3CE.

Background Color

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

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

This div background color is #7EC3CE.

Border color

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

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

This div border color is #7EC3CE.

Opacity

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

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

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

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

This text has shadow with #7EC3CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EC3CE.

Preview

Color preview on black background

This text has color #7EC3CE on black background.


Color preview on white background

This text has color #7EC3CE on white background.


Black color preview on #7EC3CE background

This text has black color on #7EC3CE background.


White color preview on #7EC3CE background

This text has white color on #7EC3CE background.


Related colors

Complementary color

Complementary color for #hex is #813C31.


I love getcolorcode.com

Triadic colors

1 #CE7EC3 and #C3CE7E with #7EC3CE are triadic colors.

2 #CEC37E and #C37ECE with #7EC3CE are triadic colors.