COLOR #7EA795

HEX: #7EA795
RGB: (126,167,149)

Color info

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

RGB color model

#7EA795 color RGB value is (126,167,149).

  • red value is 126;
  • green value is 167;
  • blue value is 149.
RGB:
(126,167,149)
(49%,65%,58%)

RGB channels and saturation

R 126 of 255 = 49%
G 167 of 255 = 65%
B 149 of 255 = 58%

126
167
149

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

Portions of RGB colors in percentages

R + G + B =
126 + 167 + 149 = 442 (100%)
R 126 of 442 ~ 28.51%
G 167 of 442 ~ 37.78%
B 149 of 442 ~ 33.71%

%28.51
%37.78
%33.71

CMYK color model

#7EA795 color CMYK value is (25,0,11,35).

  • cyan value is 24.55%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 34.51%
CMYK:
(25,0,11,35)
C25M0Y11K35 
(25%,0%,11%,35%)
(0.25/0.00/0.11/0.35)	

CMYK percentages

%24.55
%0
%10.78
%34.51

Codes

Color #7EA795 in popluar color models

7EA795
RGB126167149
HSL154°18.89%57.45%
HSB/HSV154°24.55%65.49%
CMYK24.55%0.00%10.78%
34.51%

Color #7EA795 in popluar number systems.

HEX7EA795
Decimal126167149
Binary11111101010011110010101
Octal176247225

Shades and tints

Shades of #7EA795

#7EA795
(126,167,149)
#739888
(115,152,136)
#68897B
(104,137,123)
#5D7A6E
(93,122,110)
#526B61
(82,107,97)
#475C54
(71,92,84)
#3C4D47
(60,77,71)
#313E3A
(49,62,58)
#262F2D
(38,47,45)
#1B2020
(27,32,32)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #7EA795

#7EA795
(126,167,149)
#89AF9E
(137,175,158)
#94B7A7
(148,183,167)
#9FBFB0
(159,191,176)
#AAC7B9
(170,199,185)
#B5CFC2
(181,207,194)
#C0D7CB
(192,215,203)
#CBDFD4
(203,223,212)
#D6E7DD
(214,231,221)
#E1EFE6
(225,239,230)
#ECF7EF
(236,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA795 color. Also use rgb(126,167,149) instead hex code.

Text Font Color

.myTextColor { color: #7EA795; }

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

This text font color is #7EA795.


Background Color

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

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

This div background color is #7EA795.


Border color

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

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

This div border color is #7EA795.


Opacity

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

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

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

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

This text has shadow with #7EA795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA795 on black background.


Color preview on white background

This text has color #7EA795 on white background.



Black color preview on #7EA795 background

This text has black color on #7EA795 background.


White color preview on #7EA795 background

This text has white color on #7EA795 background.