COLOR #7EA690

HEX: #7EA690 RGB: (126,166,144)

Color info

#7EA690 contains red, green and blue colors in about the same proportion. Web safe color of #7EA690 is #669999 (or #699).

RGB color model

#7EA690 color RGB value is (126,166,144).

RGB: (126,166,144) (49%, 65%, 56%)

RGB channels and saturation

R 126 of 255 = 49%
G 166 of 255 = 65%
B 144 of 255 = 56%

126
166
144

R + G + B ~ 57%. #7EA690 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 126 + 166 + 144 = 436 (100%)
R 126 of 436 ~ 28.9%
G 166 of 436 ~ 38.07%
B 144 of 436 ~ 33.03'%

%28.9
%38.07
%33.03

CMYK color model

#7EA690 color CMYK value is (24,0,13,35).

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 13.25%
  • key color value is 34.90%
CMYK: (24,0,13,35) C24M0Y13K35 (24%,0%,13%,35%) (0.24/0.00/0.13/0.35) 

CMYK percentages

%24.1
%0
%13.25
%34.9

Codes

Color #7EA690 in popluar color models

7E A6 90
RGB 126 166 144
HSL 147° 18.35% 57.25%
HSB/HSV 147° 24.10% 65.10%
CMYK 24.10% 0.00% 13.25%
34.90%

Color #7EA690 in popluar number systems.

HEX 7E A6 90
Decimal 126 166 144
Binary 1111110 10100110 10010000
Octal 176 246 220

Shades and tints

Shades of #7EA690

#7EA690
(126,166,144)
#739783
(115,151,131)
#688876
(104,136,118)
#5D7969
(93,121,105)
#526A5C
(82,106,92)
#475B4F
(71,91,79)
#3C4C42
(60,76,66)
#313D35
(49,61,53)
#262E28
(38,46,40)
#1B1F1B
(27,31,27)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #7EA690

#7EA690
(126,166,144)
#89AE9A
(137,174,154)
#94B6A4
(148,182,164)
#9FBEAE
(159,190,174)
#AAC6B8
(170,198,184)
#B5CEC2
(181,206,194)
#C0D6CC
(192,214,204)
#CBDED6
(203,222,214)
#D6E6E0
(214,230,224)
#E1EEEA
(225,238,234)
#ECF6F4
(236,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA690 color. Also use rgb(126,166,144) instead hex code.

Text Font Color

.myTextColor { color: #7EA690; }

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

This text font color is #7EA690.

Background Color

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

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

This div background color is #7EA690.

Border color

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

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

This div border color is #7EA690.

Opacity

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

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

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

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

This text has shadow with #7EA690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA690.

Preview

Color preview on black background

This text has color #7EA690 on black background.


Color preview on white background

This text has color #7EA690 on white background.


Black color preview on #7EA690 background

This text has black color on #7EA690 background.


White color preview on #7EA690 background

This text has white color on #7EA690 background.


Related colors

Complementary color

Complementary color for #hex is #81596F.


I love getcolorcode.com

Triadic colors

1 #907EA6 and #A6907E with #7EA690 are triadic colors.

2 #90A67E and #A67E90 with #7EA690 are triadic colors.