COLOR #7EC3C6

HEX: #7EC3C6
RGB: (126,195,198)

Color info

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

RGB color model

#7EC3C6 color RGB value is (126,195,198).

  • red value is 126;
  • green value is 195;
  • blue value is 198.
RGB:
(126,195,198)
(49%,76%,78%)

RGB channels and saturation

R 126 of 255 = 49%
G 195 of 255 = 76%
B 198 of 255 = 78%

126
195
198

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

Portions of RGB colors in percentages

R + G + B =
126 + 195 + 198 = 519 (100%)
R 126 of 519 ~ 24.28%
G 195 of 519 ~ 37.57%
B 198 of 519 ~ 38.15%

%24.28
%37.57
%38.15

CMYK color model

#7EC3C6 color CMYK value is (36,2,0,22).

  • cyan value is 36.36%
  • magenta value is 1.52%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(36,2,0,22)
C36M2Y0K22 
(36%,2%,0%,22%)
(0.36/0.02/0.00/0.22)	

CMYK percentages

%36.36
%1.52
%0
%22.35

Codes

Color #7EC3C6 in popluar color models

7EC3C6
RGB126195198
HSL183°38.71%63.53%
HSB/HSV183°36.36%77.65%
CMYK36.36%1.52%0.00%
22.35%

Color #7EC3C6 in popluar number systems.

HEX7EC3C6
Decimal126195198
Binary11111101100001111000110
Octal176303306

Shades and tints

Shades of #7EC3C6

#7EC3C6
(126,195,198)
#73B2B4
(115,178,180)
#68A1A2
(104,161,162)
#5D9090
(93,144,144)
#527F7E
(82,127,126)
#476E6C
(71,110,108)
#3C5D5A
(60,93,90)
#314C48
(49,76,72)
#263B36
(38,59,54)
#1B2A24
(27,42,36)
#101912
(16,25,18)
#000000
(0,0,0)

Tints of #7EC3C6

#7EC3C6
(126,195,198)
#89C8CB
(137,200,203)
#94CDD0
(148,205,208)
#9FD2D5
(159,210,213)
#AAD7DA
(170,215,218)
#B5DCDF
(181,220,223)
#C0E1E4
(192,225,228)
#CBE6E9
(203,230,233)
#D6EBEE
(214,235,238)
#E1F0F3
(225,240,243)
#ECF5F8
(236,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC3C6; }

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

This text font color is #7EC3C6.


Background Color

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

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

This div background color is #7EC3C6.


Border color

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

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

This div border color is #7EC3C6.


Opacity

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

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

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

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

This text has shadow with #7EC3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC3C6 on black background.


Color preview on white background

This text has color #7EC3C6 on white background.



Black color preview on #7EC3C6 background

This text has black color on #7EC3C6 background.


White color preview on #7EC3C6 background

This text has white color on #7EC3C6 background.