COLOR #7EDCAB

HEX: #7EDCAB RGB: (126,220,171)

Color info

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

RGB color model

#7EDCAB color RGB value is (126,220,171).

RGB: (126,220,171) (49%, 86%, 67%)

RGB channels and saturation

R 126 of 255 = 49%
G 220 of 255 = 86%
B 171 of 255 = 67%

126
220
171

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

Portions of RGB colors in percentages

R + G + B = 126 + 220 + 171 = 517 (100%)
R 126 of 517 ~ 24.37%
G 220 of 517 ~ 42.55%
B 171 of 517 ~ 33.08'%

%24.37
%42.55
%33.08

CMYK color model

#7EDCAB color CMYK value is (43,0,22,14).

  • cyan value is 42.73%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 13.73%

CMYK: (43,0,22,14)
C43M0Y22K14 (43%, 0%, 22%, 14%)
(0.43 / 0.00 / 0.22 / 0.14)

CMYK percentages

%42.73
%0
%22.27
%13.73

Codes

Color #7EDCAB in popluar color models

7E DC AB
RGB 126 220 171
HSL 149° 57.32% 67.84%
HSB/HSV 149° 42.73% 86.27%
CMYK 42.73% 0.00% 22.27%
13.73%

Color #7EDCAB in popluar number systems.

HEX 7E DC AB
Decimal 126 220 171
Binary 1111110 11011100 10101011
Octal 176 334 253

Shades and tints

Shades of #7EDCAB

#7EDCAB
(126,220,171)
#73C89C
(115,200,156)
#68B48D
(104,180,141)
#5DA07E
(93,160,126)
#528C6F
(82,140,111)
#477860
(71,120,96)
#3C6451
(60,100,81)
#315042
(49,80,66)
#263C33
(38,60,51)
#1B2824
(27,40,36)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #7EDCAB

#7EDCAB
(126,220,171)
#89DFB2
(137,223,178)
#94E2B9
(148,226,185)
#9FE5C0
(159,229,192)
#AAE8C7
(170,232,199)
#B5EBCE
(181,235,206)
#C0EED5
(192,238,213)
#CBF1DC
(203,241,220)
#D6F4E3
(214,244,227)
#E1F7EA
(225,247,234)
#ECFAF1
(236,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EDCAB color. Also use rgb(126,220,171) instead hex code.

Text Font Color

.myTextColor { color: #7EDCAB; }

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

This text font color is #7EDCAB.

Background Color

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

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

This div background color is #7EDCAB.

Border color

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

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

This div border color is #7EDCAB.

Opacity

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

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

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

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

This text has shadow with #7EDCAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EDCAB.

Preview

Color preview on black background

This text has color #7EDCAB on black background.


Color preview on white background

This text has color #7EDCAB on white background.


Black color preview on #7EDCAB background

This text has black color on #7EDCAB background.


White color preview on #7EDCAB background

This text has white color on #7EDCAB background.


Related colors

Complementary color

Complementary color for #hex is #812354.


I love getcolorcode.com

Triadic colors

1 #AB7EDC and #DCAB7E with #7EDCAB are triadic colors.

2 #ABDC7E and #DC7EAB with #7EDCAB are triadic colors.