COLOR #7EA19C

HEX: #7EA19C
RGB: (126,161,156)

Color info

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

RGB color model

#7EA19C color RGB value is (126,161,156).

  • red value is 126;
  • green value is 161;
  • blue value is 156.
RGB:
(126,161,156)
(49%,63%,61%)

RGB channels and saturation

R 126 of 255 = 49%
G 161 of 255 = 63%
B 156 of 255 = 61%

126
161
156

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

Portions of RGB colors in percentages

R + G + B =
126 + 161 + 156 = 443 (100%)
R 126 of 443 ~ 28.44%
G 161 of 443 ~ 36.34%
B 156 of 443 ~ 35.21%

%28.44
%36.34
%35.21

CMYK color model

#7EA19C color CMYK value is (22,0,3,37).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 3.11%
  • key color value is 36.86%
CMYK:
(22,0,3,37)
C22M0Y3K37 
(22%,0%,3%,37%)
(0.22/0.00/0.03/0.37)	

CMYK percentages

%21.74
%0
%3.11
%36.86

Codes

Color #7EA19C in popluar color models

7EA19C
RGB126161156
HSL171°15.70%56.27%
HSB/HSV171°21.74%63.14%
CMYK21.74%0.00%3.11%
36.86%

Color #7EA19C in popluar number systems.

HEX7EA19C
Decimal126161156
Binary11111101010000110011100
Octal176241234

Shades and tints

Shades of #7EA19C

#7EA19C
(126,161,156)
#73938E
(115,147,142)
#688580
(104,133,128)
#5D7772
(93,119,114)
#526964
(82,105,100)
#475B56
(71,91,86)
#3C4D48
(60,77,72)
#313F3A
(49,63,58)
#26312C
(38,49,44)
#1B231E
(27,35,30)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #7EA19C

#7EA19C
(126,161,156)
#89A9A5
(137,169,165)
#94B1AE
(148,177,174)
#9FB9B7
(159,185,183)
#AAC1C0
(170,193,192)
#B5C9C9
(181,201,201)
#C0D1D2
(192,209,210)
#CBD9DB
(203,217,219)
#D6E1E4
(214,225,228)
#E1E9ED
(225,233,237)
#ECF1F6
(236,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA19C color. Also use rgb(126,161,156) instead hex code.

Text Font Color

.myTextColor { color: #7EA19C; }

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

This text font color is #7EA19C.


Background Color

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

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

This div background color is #7EA19C.


Border color

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

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

This div border color is #7EA19C.


Opacity

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

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

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

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

This text has shadow with #7EA19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA19C on black background.


Color preview on white background

This text has color #7EA19C on white background.



Black color preview on #7EA19C background

This text has black color on #7EA19C background.


White color preview on #7EA19C background

This text has white color on #7EA19C background.