COLOR #7ECAB1

HEX: #7ECAB1 RGB: (126,202,177)

Color info

#7ECAB1 contains mainly green and blue colors. Web safe color of #7ECAB1 is #66CC99 (or #6C9).

RGB color model

#7ECAB1 color RGB value is (126,202,177).

RGB: (126,202,177) (49%, 79%, 69%)

RGB channels and saturation

R 126 of 255 = 49%
G 202 of 255 = 79%
B 177 of 255 = 69%

126
202
177

R + G + B ~ 66%. #7ECAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 202 + 177 = 505 (100%)
R 126 of 505 ~ 24.95%
G 202 of 505 ~ 40%
B 177 of 505 ~ 35.05'%

%24.95
%40
%35.05

CMYK color model

#7ECAB1 color CMYK value is (38,0,12,21).

  • cyan value is 37.62%
  • magenta value is 0.00%
  • yellow value is 12.38%
  • key color value is 20.78%

CMYK: (38,0,12,21)
C38M0Y12K21 (38%, 0%, 12%, 21%)
(0.38 / 0.00 / 0.12 / 0.21)

CMYK percentages

%37.62
%0
%12.38
%20.78

Codes

Color #7ECAB1 in popluar color models

7E CA B1
RGB 126 202 177
HSL 160° 41.76% 64.31%
HSB/HSV 160° 37.62% 79.22%
CMYK 37.62% 0.00% 12.38%
20.78%

Color #7ECAB1 in popluar number systems.

HEX 7E CA B1
Decimal 126 202 177
Binary 1111110 11001010 10110001
Octal 176 312 261

Shades and tints

Shades of #7ECAB1

#7ECAB1
(126,202,177)
#73B8A1
(115,184,161)
#68A691
(104,166,145)
#5D9481
(93,148,129)
#528271
(82,130,113)
#477061
(71,112,97)
#3C5E51
(60,94,81)
#314C41
(49,76,65)
#263A31
(38,58,49)
#1B2821
(27,40,33)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #7ECAB1

#7ECAB1
(126,202,177)
#89CEB8
(137,206,184)
#94D2BF
(148,210,191)
#9FD6C6
(159,214,198)
#AADACD
(170,218,205)
#B5DED4
(181,222,212)
#C0E2DB
(192,226,219)
#CBE6E2
(203,230,226)
#D6EAE9
(214,234,233)
#E1EEF0
(225,238,240)
#ECF2F7
(236,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ECAB1 color. Also use rgb(126,202,177) instead hex code.

Text Font Color

.myTextColor { color: #7ECAB1; }

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

This text font color is #7ECAB1.

Background Color

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

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

This div background color is #7ECAB1.

Border color

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

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

This div border color is #7ECAB1.

Opacity

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

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

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

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

This text has shadow with #7ECAB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ECAB1.

Preview

Color preview on black background

This text has color #7ECAB1 on black background.


Color preview on white background

This text has color #7ECAB1 on white background.


Black color preview on #7ECAB1 background

This text has black color on #7ECAB1 background.


White color preview on #7ECAB1 background

This text has white color on #7ECAB1 background.


Related colors

Complementary color

Complementary color for #hex is #81354E.


I love getcolorcode.com

Triadic colors

1 #B17ECA and #CAB17E with #7ECAB1 are triadic colors.

2 #B1CA7E and #CA7EB1 with #7ECAB1 are triadic colors.