COLOR #7EAB8A

HEX: #7EAB8A
RGB: (126,171,138)

Color info

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

RGB color model

#7EAB8A color RGB value is (126,171,138).

  • red value is 126;
  • green value is 171;
  • blue value is 138.
RGB:
(126,171,138)
(49%,67%,54%)

RGB channels and saturation

R 126 of 255 = 49%
G 171 of 255 = 67%
B 138 of 255 = 54%

126
171
138

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

Portions of RGB colors in percentages

R + G + B =
126 + 171 + 138 = 435 (100%)
R 126 of 435 ~ 28.97%
G 171 of 435 ~ 39.31%
B 138 of 435 ~ 31.72%

%28.97
%39.31
%31.72

CMYK color model

#7EAB8A color CMYK value is (26,0,19,33).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 19.30%
  • key color value is 32.94%
CMYK:
(26,0,19,33)
C26M0Y19K33 
(26%,0%,19%,33%)
(0.26/0.00/0.19/0.33)	

CMYK percentages

%26.32
%0
%19.3
%32.94

Codes

Color #7EAB8A in popluar color models

7EAB8A
RGB126171138
HSL136°21.13%58.24%
HSB/HSV136°26.32%67.06%
CMYK26.32%0.00%19.30%
32.94%

Color #7EAB8A in popluar number systems.

HEX7EAB8A
Decimal126171138
Binary11111101010101110001010
Octal176253212

Shades and tints

Shades of #7EAB8A

#7EAB8A
(126,171,138)
#739C7E
(115,156,126)
#688D72
(104,141,114)
#5D7E66
(93,126,102)
#526F5A
(82,111,90)
#47604E
(71,96,78)
#3C5142
(60,81,66)
#314236
(49,66,54)
#26332A
(38,51,42)
#1B241E
(27,36,30)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #7EAB8A

#7EAB8A
(126,171,138)
#89B294
(137,178,148)
#94B99E
(148,185,158)
#9FC0A8
(159,192,168)
#AAC7B2
(170,199,178)
#B5CEBC
(181,206,188)
#C0D5C6
(192,213,198)
#CBDCD0
(203,220,208)
#D6E3DA
(214,227,218)
#E1EAE4
(225,234,228)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EAB8A color. Also use rgb(126,171,138) instead hex code.

Text Font Color

.myTextColor { color: #7EAB8A; }

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

This text font color is #7EAB8A.


Background Color

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

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

This div background color is #7EAB8A.


Border color

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

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

This div border color is #7EAB8A.


Opacity

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

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

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

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

This text has shadow with #7EAB8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAB8A on black background.


Color preview on white background

This text has color #7EAB8A on white background.



Black color preview on #7EAB8A background

This text has black color on #7EAB8A background.


White color preview on #7EAB8A background

This text has white color on #7EAB8A background.