COLOR #7EC5BD

HEX: #7EC5BD
RGB: (126,197,189)

Color info

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

RGB color model

#7EC5BD color RGB value is (126,197,189).

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

RGB channels and saturation

R 126 of 255 = 49%
G 197 of 255 = 77%
B 189 of 255 = 74%

126
197
189

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

Portions of RGB colors in percentages

R + G + B =
126 + 197 + 189 = 512 (100%)
R 126 of 512 ~ 24.61%
G 197 of 512 ~ 38.48%
B 189 of 512 ~ 36.91%

%24.61
%38.48
%36.91

CMYK color model

#7EC5BD color CMYK value is (36,0,4,23).

  • cyan value is 36.04%
  • magenta value is 0.00%
  • yellow value is 4.06%
  • key color value is 22.75%
CMYK:
(36,0,4,23)
C36M0Y4K23 
(36%,0%,4%,23%)
(0.36/0.00/0.04/0.23)	

CMYK percentages

%36.04
%0
%4.06
%22.75

Codes

Color #7EC5BD in popluar color models

7EC5BD
RGB126197189
HSL173°37.97%63.33%
HSB/HSV173°36.04%77.25%
CMYK36.04%0.00%4.06%
22.75%

Color #7EC5BD in popluar number systems.

HEX7EC5BD
Decimal126197189
Binary11111101100010110111101
Octal176305275

Shades and tints

Shades of #7EC5BD

#7EC5BD
(126,197,189)
#73B4AC
(115,180,172)
#68A39B
(104,163,155)
#5D928A
(93,146,138)
#528179
(82,129,121)
#477068
(71,112,104)
#3C5F57
(60,95,87)
#314E46
(49,78,70)
#263D35
(38,61,53)
#1B2C24
(27,44,36)
#101B13
(16,27,19)
#000000
(0,0,0)

Tints of #7EC5BD

#7EC5BD
(126,197,189)
#89CAC3
(137,202,195)
#94CFC9
(148,207,201)
#9FD4CF
(159,212,207)
#AAD9D5
(170,217,213)
#B5DEDB
(181,222,219)
#C0E3E1
(192,227,225)
#CBE8E7
(203,232,231)
#D6EDED
(214,237,237)
#E1F2F3
(225,242,243)
#ECF7F9
(236,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EC5BD; }

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

This text font color is #7EC5BD.


Background Color

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

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

This div background color is #7EC5BD.


Border color

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

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

This div border color is #7EC5BD.


Opacity

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

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

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

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

This text has shadow with #7EC5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC5BD on black background.


Color preview on white background

This text has color #7EC5BD on white background.



Black color preview on #7EC5BD background

This text has black color on #7EC5BD background.


White color preview on #7EC5BD background

This text has white color on #7EC5BD background.