COLOR #7EC6D3

HEX: #7EC6D3
RGB: (126,198,211)

Color info

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

RGB color model

#7EC6D3 color RGB value is (126,198,211).

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

RGB channels and saturation

R 126 of 255 = 49%
G 198 of 255 = 78%
B 211 of 255 = 83%

126
198
211

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

Portions of RGB colors in percentages

R + G + B =
126 + 198 + 211 = 535 (100%)
R 126 of 535 ~ 23.55%
G 198 of 535 ~ 37.01%
B 211 of 535 ~ 39.44%

%23.55
%37.01
%39.44

CMYK color model

#7EC6D3 color CMYK value is (40,6,0,17).

  • cyan value is 40.28%
  • magenta value is 6.16%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(40,6,0,17)
C40M6Y0K17 
(40%,6%,0%,17%)
(0.40/0.06/0.00/0.17)	

CMYK percentages

%40.28
%6.16
%0
%17.25

Codes

Color #7EC6D3 in popluar color models

7EC6D3
RGB126198211
HSL189°49.13%66.08%
HSB/HSV189°40.28%82.75%
CMYK40.28%6.16%0.00%
17.25%

Color #7EC6D3 in popluar number systems.

HEX7EC6D3
Decimal126198211
Binary11111101100011011010011
Octal176306323

Shades and tints

Shades of #7EC6D3

#7EC6D3
(126,198,211)
#73B4C0
(115,180,192)
#68A2AD
(104,162,173)
#5D909A
(93,144,154)
#527E87
(82,126,135)
#476C74
(71,108,116)
#3C5A61
(60,90,97)
#31484E
(49,72,78)
#26363B
(38,54,59)
#1B2428
(27,36,40)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #7EC6D3

#7EC6D3
(126,198,211)
#89CBD7
(137,203,215)
#94D0DB
(148,208,219)
#9FD5DF
(159,213,223)
#AADAE3
(170,218,227)
#B5DFE7
(181,223,231)
#C0E4EB
(192,228,235)
#CBE9EF
(203,233,239)
#D6EEF3
(214,238,243)
#E1F3F7
(225,243,247)
#ECF8FB
(236,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC6D3; }

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

This text font color is #7EC6D3.


Background Color

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

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

This div background color is #7EC6D3.


Border color

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

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

This div border color is #7EC6D3.


Opacity

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

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

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

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

This text has shadow with #7EC6D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC6D3 on black background.


Color preview on white background

This text has color #7EC6D3 on white background.



Black color preview on #7EC6D3 background

This text has black color on #7EC6D3 background.


White color preview on #7EC6D3 background

This text has white color on #7EC6D3 background.