COLOR #7EAC9B

HEX: #7EAC9B
RGB: (126,172,155)

Color info

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

RGB color model

#7EAC9B color RGB value is (126,172,155).

  • red value is 126;
  • green value is 172;
  • blue value is 155.
RGB:
(126,172,155)
(49%,67%,61%)

RGB channels and saturation

R 126 of 255 = 49%
G 172 of 255 = 67%
B 155 of 255 = 61%

126
172
155

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

Portions of RGB colors in percentages

R + G + B =
126 + 172 + 155 = 453 (100%)
R 126 of 453 ~ 27.81%
G 172 of 453 ~ 37.97%
B 155 of 453 ~ 34.22%

%27.81
%37.97
%34.22

CMYK color model

#7EAC9B color CMYK value is (27,0,10,33).

  • cyan value is 26.74%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 32.55%
CMYK:
(27,0,10,33)
C27M0Y10K33 
(27%,0%,10%,33%)
(0.27/0.00/0.10/0.33)	

CMYK percentages

%26.74
%0
%9.88
%32.55

Codes

Color #7EAC9B in popluar color models

7EAC9B
RGB126172155
HSL158°21.70%58.43%
HSB/HSV158°26.74%67.45%
CMYK26.74%0.00%9.88%
32.55%

Color #7EAC9B in popluar number systems.

HEX7EAC9B
Decimal126172155
Binary11111101010110010011011
Octal176254233

Shades and tints

Shades of #7EAC9B

#7EAC9B
(126,172,155)
#739D8D
(115,157,141)
#688E7F
(104,142,127)
#5D7F71
(93,127,113)
#527063
(82,112,99)
#476155
(71,97,85)
#3C5247
(60,82,71)
#314339
(49,67,57)
#26342B
(38,52,43)
#1B251D
(27,37,29)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #7EAC9B

#7EAC9B
(126,172,155)
#89B3A4
(137,179,164)
#94BAAD
(148,186,173)
#9FC1B6
(159,193,182)
#AAC8BF
(170,200,191)
#B5CFC8
(181,207,200)
#C0D6D1
(192,214,209)
#CBDDDA
(203,221,218)
#D6E4E3
(214,228,227)
#E1EBEC
(225,235,236)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EAC9B color. Also use rgb(126,172,155) instead hex code.

Text Font Color

.myTextColor { color: #7EAC9B; }

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

This text font color is #7EAC9B.


Background Color

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

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

This div background color is #7EAC9B.


Border color

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

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

This div border color is #7EAC9B.


Opacity

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

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

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

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

This text has shadow with #7EAC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAC9B on black background.


Color preview on white background

This text has color #7EAC9B on white background.



Black color preview on #7EAC9B background

This text has black color on #7EAC9B background.


White color preview on #7EAC9B background

This text has white color on #7EAC9B background.