COLOR #7EC4CA

HEX: #7EC4CA RGB: (126,196,202)

Color info

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

RGB color model

#7EC4CA color RGB value is (126,196,202).

RGB: (126,196,202) (49%, 77%, 79%)

RGB channels and saturation

R 126 of 255 = 49%
G 196 of 255 = 77%
B 202 of 255 = 79%

126
196
202

R + G + B ~ 68%. #7EC4CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 196 + 202 = 524 (100%)
R 126 of 524 ~ 24.05%
G 196 of 524 ~ 37.4%
B 202 of 524 ~ 38.55'%

%24.05
%37.4
%38.55

CMYK color model

#7EC4CA color CMYK value is (38,3,0,21).

  • cyan value is 37.62%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (38,3,0,21)
C38M3Y0K21 (38%, 3%, 0%, 21%)
(0.38 / 0.03 / 0.00 / 0.21)

CMYK percentages

%37.62
%2.97
%0
%20.78

Codes

Color #7EC4CA in popluar color models

7E C4 CA
RGB 126 196 202
HSL 185° 41.76% 64.31%
HSB/HSV 185° 37.62% 79.22%
CMYK 37.62% 2.97% 0.00%
20.78%

Color #7EC4CA in popluar number systems.

HEX 7E C4 CA
Decimal 126 196 202
Binary 1111110 11000100 11001010
Octal 176 304 312

Shades and tints

Shades of #7EC4CA

#7EC4CA
(126,196,202)
#73B3B8
(115,179,184)
#68A2A6
(104,162,166)
#5D9194
(93,145,148)
#528082
(82,128,130)
#476F70
(71,111,112)
#3C5E5E
(60,94,94)
#314D4C
(49,77,76)
#263C3A
(38,60,58)
#1B2B28
(27,43,40)
#101A16
(16,26,22)
#000000
(0,0,0)

Tints of #7EC4CA

#7EC4CA
(126,196,202)
#89C9CE
(137,201,206)
#94CED2
(148,206,210)
#9FD3D6
(159,211,214)
#AAD8DA
(170,216,218)
#B5DDDE
(181,221,222)
#C0E2E2
(192,226,226)
#CBE7E6
(203,231,230)
#D6ECEA
(214,236,234)
#E1F1EE
(225,241,238)
#ECF6F2
(236,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC4CA; }

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

This text font color is #7EC4CA.

Background Color

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

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

This div background color is #7EC4CA.

Border color

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

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

This div border color is #7EC4CA.

Opacity

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

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

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

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

This text has shadow with #7EC4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EC4CA.

Preview

Color preview on black background

This text has color #7EC4CA on black background.


Color preview on white background

This text has color #7EC4CA on white background.


Black color preview on #7EC4CA background

This text has black color on #7EC4CA background.


White color preview on #7EC4CA background

This text has white color on #7EC4CA background.


Related colors

Complementary color

Complementary color for #hex is #813B35.


I love getcolorcode.com

Triadic colors

1 #CA7EC4 and #C4CA7E with #7EC4CA are triadic colors.

2 #CAC47E and #C47ECA with #7EC4CA are triadic colors.