COLOR #7EA296

HEX: #7EA296 RGB: (126,162,150)

Color info

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

RGB color model

#7EA296 color RGB value is (126,162,150).

RGB: (126,162,150) (49%, 64%, 59%)

RGB channels and saturation

R 126 of 255 = 49%
G 162 of 255 = 64%
B 150 of 255 = 59%

126
162
150

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

Portions of RGB colors in percentages

R + G + B = 126 + 162 + 150 = 438 (100%)
R 126 of 438 ~ 28.77%
G 162 of 438 ~ 36.99%
B 150 of 438 ~ 34.25'%

%28.77
%36.99
%34.25

CMYK color model

#7EA296 color CMYK value is (22,0,7,36).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 36.47%

CMYK: (22,0,7,36)
C22M0Y7K36 (22%, 0%, 7%, 36%)
(0.22 / 0.00 / 0.07 / 0.36)

CMYK percentages

%22.22
%0
%7.41
%36.47

Codes

Color #7EA296 in popluar color models

7E A2 96
RGB 126 162 150
HSL 160° 16.22% 56.47%
HSB/HSV 160° 22.22% 63.53%
CMYK 22.22% 0.00% 7.41%
36.47%

Color #7EA296 in popluar number systems.

HEX 7E A2 96
Decimal 126 162 150
Binary 1111110 10100010 10010110
Octal 176 242 226

Shades and tints

Shades of #7EA296

#7EA296
(126,162,150)
#739489
(115,148,137)
#68867C
(104,134,124)
#5D786F
(93,120,111)
#526A62
(82,106,98)
#475C55
(71,92,85)
#3C4E48
(60,78,72)
#31403B
(49,64,59)
#26322E
(38,50,46)
#1B2421
(27,36,33)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #7EA296

#7EA296
(126,162,150)
#89AA9F
(137,170,159)
#94B2A8
(148,178,168)
#9FBAB1
(159,186,177)
#AAC2BA
(170,194,186)
#B5CAC3
(181,202,195)
#C0D2CC
(192,210,204)
#CBDAD5
(203,218,213)
#D6E2DE
(214,226,222)
#E1EAE7
(225,234,231)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA296 color. Also use rgb(126,162,150) instead hex code.

Text Font Color

.myTextColor { color: #7EA296; }

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

This text font color is #7EA296.

Background Color

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

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

This div background color is #7EA296.

Border color

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

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

This div border color is #7EA296.

Opacity

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

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

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

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

This text has shadow with #7EA296 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA296.

Preview

Color preview on black background

This text has color #7EA296 on black background.


Color preview on white background

This text has color #7EA296 on white background.


Black color preview on #7EA296 background

This text has black color on #7EA296 background.


White color preview on #7EA296 background

This text has white color on #7EA296 background.


Related colors

Complementary color

Complementary color for #hex is #815D69.


I love getcolorcode.com

Triadic colors

1 #967EA2 and #A2967E with #7EA296 are triadic colors.

2 #96A27E and #A27E96 with #7EA296 are triadic colors.