COLOR #7EA89C

HEX: #7EA89C
RGB: (126,168,156)

Color info

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

RGB color model

#7EA89C color RGB value is (126,168,156).

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

RGB channels and saturation

R 126 of 255 = 49%
G 168 of 255 = 66%
B 156 of 255 = 61%

126
168
156

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

Portions of RGB colors in percentages

R + G + B =
126 + 168 + 156 = 450 (100%)
R 126 of 450 ~ 28%
G 168 of 450 ~ 37.33%
B 156 of 450 ~ 34.67%

%28
%37.33
%34.67

CMYK color model

#7EA89C color CMYK value is (25,0,7,34).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 34.12%
CMYK:
(25,0,7,34)
C25M0Y7K34 
(25%,0%,7%,34%)
(0.25/0.00/0.07/0.34)	

CMYK percentages

%25
%0
%7.14
%34.12

Codes

Color #7EA89C in popluar color models

7EA89C
RGB126168156
HSL163°19.44%57.65%
HSB/HSV163°25.00%65.88%
CMYK25.00%0.00%7.14%
34.12%

Color #7EA89C in popluar number systems.

HEX7EA89C
Decimal126168156
Binary11111101010100010011100
Octal176250234

Shades and tints

Shades of #7EA89C

#7EA89C
(126,168,156)
#73998E
(115,153,142)
#688A80
(104,138,128)
#5D7B72
(93,123,114)
#526C64
(82,108,100)
#475D56
(71,93,86)
#3C4E48
(60,78,72)
#313F3A
(49,63,58)
#26302C
(38,48,44)
#1B211E
(27,33,30)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #7EA89C

#7EA89C
(126,168,156)
#89AFA5
(137,175,165)
#94B6AE
(148,182,174)
#9FBDB7
(159,189,183)
#AAC4C0
(170,196,192)
#B5CBC9
(181,203,201)
#C0D2D2
(192,210,210)
#CBD9DB
(203,217,219)
#D6E0E4
(214,224,228)
#E1E7ED
(225,231,237)
#ECEEF6
(236,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA89C; }

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

This text font color is #7EA89C.


Background Color

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

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

This div background color is #7EA89C.


Border color

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

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

This div border color is #7EA89C.


Opacity

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

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

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

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

This text has shadow with #7EA89C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA89C on black background.


Color preview on white background

This text has color #7EA89C on white background.



Black color preview on #7EA89C background

This text has black color on #7EA89C background.


White color preview on #7EA89C background

This text has white color on #7EA89C background.