COLOR #7EB69E

HEX: #7EB69E
RGB: (126,182,158)

Color info

#7EB69E contains red, green and blue colors in about the same proportion. Web safe color of #7EB69E is #66CC99 (or #6C9).

RGB color model

#7EB69E color RGB value is (126,182,158).

  • red value is 126;
  • green value is 182;
  • blue value is 158.
RGB:
(126,182,158)
(49%,71%,62%)

RGB channels and saturation

R 126 of 255 = 49%
G 182 of 255 = 71%
B 158 of 255 = 62%

126
182
158

R + G + B ~ 61%. #7EB69E is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 182 + 158 = 466 (100%)
R 126 of 466 ~ 27.04%
G 182 of 466 ~ 39.06%
B 158 of 466 ~ 33.91%

%27.04
%39.06
%33.91

CMYK color model

#7EB69E color CMYK value is (31,0,13,29).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 28.63%
CMYK:
(31,0,13,29)
C31M0Y13K29 
(31%,0%,13%,29%)
(0.31/0.00/0.13/0.29)	

CMYK percentages

%30.77
%0
%13.19
%28.63

Codes

Color #7EB69E in popluar color models

7EB69E
RGB126182158
HSL154°27.72%60.39%
HSB/HSV154°30.77%71.37%
CMYK30.77%0.00%13.19%
28.63%

Color #7EB69E in popluar number systems.

HEX7EB69E
Decimal126182158
Binary11111101011011010011110
Octal176266236

Shades and tints

Shades of #7EB69E

#7EB69E
(126,182,158)
#73A690
(115,166,144)
#689682
(104,150,130)
#5D8674
(93,134,116)
#527666
(82,118,102)
#476658
(71,102,88)
#3C564A
(60,86,74)
#31463C
(49,70,60)
#26362E
(38,54,46)
#1B2620
(27,38,32)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #7EB69E

#7EB69E
(126,182,158)
#89BCA6
(137,188,166)
#94C2AE
(148,194,174)
#9FC8B6
(159,200,182)
#AACEBE
(170,206,190)
#B5D4C6
(181,212,198)
#C0DACE
(192,218,206)
#CBE0D6
(203,224,214)
#D6E6DE
(214,230,222)
#E1ECE6
(225,236,230)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB69E color. Also use rgb(126,182,158) instead hex code.

Text Font Color

.myTextColor { color: #7EB69E; }

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

This text font color is #7EB69E.


Background Color

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

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

This div background color is #7EB69E.


Border color

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

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

This div border color is #7EB69E.


Opacity

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

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

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

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

This text has shadow with #7EB69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB69E on black background.


Color preview on white background

This text has color #7EB69E on white background.



Black color preview on #7EB69E background

This text has black color on #7EB69E background.


White color preview on #7EB69E background

This text has white color on #7EB69E background.