COLOR #7EB395

HEX: #7EB395
RGB: (126,179,149)

Color info

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

RGB color model

#7EB395 color RGB value is (126,179,149).

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

RGB channels and saturation

R 126 of 255 = 49%
G 179 of 255 = 70%
B 149 of 255 = 58%

126
179
149

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

Portions of RGB colors in percentages

R + G + B =
126 + 179 + 149 = 454 (100%)
R 126 of 454 ~ 27.75%
G 179 of 454 ~ 39.43%
B 149 of 454 ~ 32.82%

%27.75
%39.43
%32.82

CMYK color model

#7EB395 color CMYK value is (30,0,17,30).

  • cyan value is 29.61%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 29.80%
CMYK:
(30,0,17,30)
C30M0Y17K30 
(30%,0%,17%,30%)
(0.30/0.00/0.17/0.30)	

CMYK percentages

%29.61
%0
%16.76
%29.8

Codes

Color #7EB395 in popluar color models

7EB395
RGB126179149
HSL146°25.85%59.80%
HSB/HSV146°29.61%70.20%
CMYK29.61%0.00%16.76%
29.80%

Color #7EB395 in popluar number systems.

HEX7EB395
Decimal126179149
Binary11111101011001110010101
Octal176263225

Shades and tints

Shades of #7EB395

#7EB395
(126,179,149)
#73A388
(115,163,136)
#68937B
(104,147,123)
#5D836E
(93,131,110)
#527361
(82,115,97)
#476354
(71,99,84)
#3C5347
(60,83,71)
#31433A
(49,67,58)
#26332D
(38,51,45)
#1B2320
(27,35,32)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #7EB395

#7EB395
(126,179,149)
#89B99E
(137,185,158)
#94BFA7
(148,191,167)
#9FC5B0
(159,197,176)
#AACBB9
(170,203,185)
#B5D1C2
(181,209,194)
#C0D7CB
(192,215,203)
#CBDDD4
(203,221,212)
#D6E3DD
(214,227,221)
#E1E9E6
(225,233,230)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB395; }

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

This text font color is #7EB395.


Background Color

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

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

This div background color is #7EB395.


Border color

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

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

This div border color is #7EB395.


Opacity

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

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

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

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

This text has shadow with #7EB395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB395 on black background.


Color preview on white background

This text has color #7EB395 on white background.



Black color preview on #7EB395 background

This text has black color on #7EB395 background.


White color preview on #7EB395 background

This text has white color on #7EB395 background.