COLOR #7EC4C2

HEX: #7EC4C2
RGB: (126,196,194)

Color info

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

RGB color model

#7EC4C2 color RGB value is (126,196,194).

  • red value is 126;
  • green value is 196;
  • blue value is 194.
RGB:
(126,196,194)
(49%,77%,76%)

RGB channels and saturation

R 126 of 255 = 49%
G 196 of 255 = 77%
B 194 of 255 = 76%

126
196
194

R + G + B ~ 67%. #7EC4C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 196 + 194 = 516 (100%)
R 126 of 516 ~ 24.42%
G 196 of 516 ~ 37.98%
B 194 of 516 ~ 37.6%

%24.42
%37.98
%37.6

CMYK color model

#7EC4C2 color CMYK value is (36,0,1,23).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 1.02%
  • key color value is 23.14%
CMYK:
(36,0,1,23)
C36M0Y1K23 
(36%,0%,1%,23%)
(0.36/0.00/0.01/0.23)	

CMYK percentages

%35.71
%0
%1.02
%23.14

Codes

Color #7EC4C2 in popluar color models

7EC4C2
RGB126196194
HSL178°37.23%63.14%
HSB/HSV178°35.71%76.86%
CMYK35.71%0.00%1.02%
23.14%

Color #7EC4C2 in popluar number systems.

HEX7EC4C2
Decimal126196194
Binary11111101100010011000010
Octal176304302

Shades and tints

Shades of #7EC4C2

#7EC4C2
(126,196,194)
#73B3B1
(115,179,177)
#68A2A0
(104,162,160)
#5D918F
(93,145,143)
#52807E
(82,128,126)
#476F6D
(71,111,109)
#3C5E5C
(60,94,92)
#314D4B
(49,77,75)
#263C3A
(38,60,58)
#1B2B29
(27,43,41)
#101A18
(16,26,24)
#000000
(0,0,0)

Tints of #7EC4C2

#7EC4C2
(126,196,194)
#89C9C7
(137,201,199)
#94CECC
(148,206,204)
#9FD3D1
(159,211,209)
#AAD8D6
(170,216,214)
#B5DDDB
(181,221,219)
#C0E2E0
(192,226,224)
#CBE7E5
(203,231,229)
#D6ECEA
(214,236,234)
#E1F1EF
(225,241,239)
#ECF6F4
(236,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC4C2; }

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

This text font color is #7EC4C2.


Background Color

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

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

This div background color is #7EC4C2.


Border color

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

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

This div border color is #7EC4C2.


Opacity

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

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

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

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

This text has shadow with #7EC4C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC4C2 on black background.


Color preview on white background

This text has color #7EC4C2 on white background.



Black color preview on #7EC4C2 background

This text has black color on #7EC4C2 background.


White color preview on #7EC4C2 background

This text has white color on #7EC4C2 background.