COLOR #7EC6BD

HEX: #7EC6BD
RGB: (126,198,189)

Color info

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

RGB color model

#7EC6BD color RGB value is (126,198,189).

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

RGB channels and saturation

R 126 of 255 = 49%
G 198 of 255 = 78%
B 189 of 255 = 74%

126
198
189

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

Portions of RGB colors in percentages

R + G + B =
126 + 198 + 189 = 513 (100%)
R 126 of 513 ~ 24.56%
G 198 of 513 ~ 38.6%
B 189 of 513 ~ 36.84%

%24.56
%38.6
%36.84

CMYK color model

#7EC6BD color CMYK value is (36,0,5,22).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 22.35%
CMYK:
(36,0,5,22)
C36M0Y5K22 
(36%,0%,5%,22%)
(0.36/0.00/0.05/0.22)	

CMYK percentages

%36.36
%0
%4.55
%22.35

Codes

Color #7EC6BD in popluar color models

7EC6BD
RGB126198189
HSL173°38.71%63.53%
HSB/HSV173°36.36%77.65%
CMYK36.36%0.00%4.55%
22.35%

Color #7EC6BD in popluar number systems.

HEX7EC6BD
Decimal126198189
Binary11111101100011010111101
Octal176306275

Shades and tints

Shades of #7EC6BD

#7EC6BD
(126,198,189)
#73B4AC
(115,180,172)
#68A29B
(104,162,155)
#5D908A
(93,144,138)
#527E79
(82,126,121)
#476C68
(71,108,104)
#3C5A57
(60,90,87)
#314846
(49,72,70)
#263635
(38,54,53)
#1B2424
(27,36,36)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #7EC6BD

#7EC6BD
(126,198,189)
#89CBC3
(137,203,195)
#94D0C9
(148,208,201)
#9FD5CF
(159,213,207)
#AADAD5
(170,218,213)
#B5DFDB
(181,223,219)
#C0E4E1
(192,228,225)
#CBE9E7
(203,233,231)
#D6EEED
(214,238,237)
#E1F3F3
(225,243,243)
#ECF8F9
(236,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC6BD; }

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

This text font color is #7EC6BD.


Background Color

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

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

This div background color is #7EC6BD.


Border color

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

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

This div border color is #7EC6BD.


Opacity

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

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

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

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

This text has shadow with #7EC6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC6BD on black background.


Color preview on white background

This text has color #7EC6BD on white background.



Black color preview on #7EC6BD background

This text has black color on #7EC6BD background.


White color preview on #7EC6BD background

This text has white color on #7EC6BD background.