COLOR #7EA49B

HEX: #7EA49B RGB: (126,164,155)

Color info

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

RGB color model

#7EA49B color RGB value is (126,164,155).

RGB: (126,164,155) (49%, 64%, 61%)

RGB channels and saturation

R 126 of 255 = 49%
G 164 of 255 = 64%
B 155 of 255 = 61%

126
164
155

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

Portions of RGB colors in percentages

R + G + B = 126 + 164 + 155 = 445 (100%)
R 126 of 445 ~ 28.31%
G 164 of 445 ~ 36.85%
B 155 of 445 ~ 34.83'%

%28.31
%36.85
%34.83

CMYK color model

#7EA49B color CMYK value is (23,0,5,36).

  • cyan value is 23.17%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 35.69%

CMYK: (23,0,5,36)
C23M0Y5K36 (23%, 0%, 5%, 36%)
(0.23 / 0.00 / 0.05 / 0.36)

CMYK percentages

%23.17
%0
%5.49
%35.69

Codes

Color #7EA49B in popluar color models

7E A4 9B
RGB 126 164 155
HSL 166° 17.27% 56.86%
HSB/HSV 166° 23.17% 64.31%
CMYK 23.17% 0.00% 5.49%
35.69%

Color #7EA49B in popluar number systems.

HEX 7E A4 9B
Decimal 126 164 155
Binary 1111110 10100100 10011011
Octal 176 244 233

Shades and tints

Shades of #7EA49B

#7EA49B
(126,164,155)
#73968D
(115,150,141)
#68887F
(104,136,127)
#5D7A71
(93,122,113)
#526C63
(82,108,99)
#475E55
(71,94,85)
#3C5047
(60,80,71)
#314239
(49,66,57)
#26342B
(38,52,43)
#1B261D
(27,38,29)
#10180F
(16,24,15)
#000000
(0,0,0)

Tints of #7EA49B

#7EA49B
(126,164,155)
#89ACA4
(137,172,164)
#94B4AD
(148,180,173)
#9FBCB6
(159,188,182)
#AAC4BF
(170,196,191)
#B5CCC8
(181,204,200)
#C0D4D1
(192,212,209)
#CBDCDA
(203,220,218)
#D6E4E3
(214,228,227)
#E1ECEC
(225,236,236)
#ECF4F5
(236,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA49B color. Also use rgb(126,164,155) instead hex code.

Text Font Color

.myTextColor { color: #7EA49B; }

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

This text font color is #7EA49B.

Background Color

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

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

This div background color is #7EA49B.

Border color

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

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

This div border color is #7EA49B.

Opacity

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

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

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

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

This text has shadow with #7EA49B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA49B.

Preview

Color preview on black background

This text has color #7EA49B on black background.


Color preview on white background

This text has color #7EA49B on white background.


Black color preview on #7EA49B background

This text has black color on #7EA49B background.


White color preview on #7EA49B background

This text has white color on #7EA49B background.


Related colors

Complementary color

Complementary color for #hex is #815B64.


I love getcolorcode.com

Triadic colors

1 #9B7EA4 and #A49B7E with #7EA49B are triadic colors.

2 #9BA47E and #A47E9B with #7EA49B are triadic colors.