COLOR #7EA69C

HEX: #7EA69C
RGB: (126,166,156)

Color info

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

RGB color model

#7EA69C color RGB value is (126,166,156).

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

RGB channels and saturation

R 126 of 255 = 49%
G 166 of 255 = 65%
B 156 of 255 = 61%

126
166
156

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

Portions of RGB colors in percentages

R + G + B =
126 + 166 + 156 = 448 (100%)
R 126 of 448 ~ 28.13%
G 166 of 448 ~ 37.05%
B 156 of 448 ~ 34.82%

%28.13
%37.05
%34.82

CMYK color model

#7EA69C color CMYK value is (24,0,6,35).

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 34.90%
CMYK:
(24,0,6,35)
C24M0Y6K35 
(24%,0%,6%,35%)
(0.24/0.00/0.06/0.35)	

CMYK percentages

%24.1
%0
%6.02
%34.9

Codes

Color #7EA69C in popluar color models

7EA69C
RGB126166156
HSL165°18.35%57.25%
HSB/HSV165°24.10%65.10%
CMYK24.10%0.00%6.02%
34.90%

Color #7EA69C in popluar number systems.

HEX7EA69C
Decimal126166156
Binary11111101010011010011100
Octal176246234

Shades and tints

Shades of #7EA69C

#7EA69C
(126,166,156)
#73978E
(115,151,142)
#688880
(104,136,128)
#5D7972
(93,121,114)
#526A64
(82,106,100)
#475B56
(71,91,86)
#3C4C48
(60,76,72)
#313D3A
(49,61,58)
#262E2C
(38,46,44)
#1B1F1E
(27,31,30)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #7EA69C

#7EA69C
(126,166,156)
#89AEA5
(137,174,165)
#94B6AE
(148,182,174)
#9FBEB7
(159,190,183)
#AAC6C0
(170,198,192)
#B5CEC9
(181,206,201)
#C0D6D2
(192,214,210)
#CBDEDB
(203,222,219)
#D6E6E4
(214,230,228)
#E1EEED
(225,238,237)
#ECF6F6
(236,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA69C; }

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

This text font color is #7EA69C.


Background Color

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

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

This div background color is #7EA69C.


Border color

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

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

This div border color is #7EA69C.


Opacity

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

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

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

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

This text has shadow with #7EA69C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA69C on black background.


Color preview on white background

This text has color #7EA69C on white background.



Black color preview on #7EA69C background

This text has black color on #7EA69C background.


White color preview on #7EA69C background

This text has white color on #7EA69C background.