COLOR #7EAF90

HEX: #7EAF90
RGB: (126,175,144)

Color info

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

RGB color model

#7EAF90 color RGB value is (126,175,144).

  • red value is 126;
  • green value is 175;
  • blue value is 144.
RGB:
(126,175,144)
(49%,69%,56%)

RGB channels and saturation

R 126 of 255 = 49%
G 175 of 255 = 69%
B 144 of 255 = 56%

126
175
144

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

Portions of RGB colors in percentages

R + G + B =
126 + 175 + 144 = 445 (100%)
R 126 of 445 ~ 28.31%
G 175 of 445 ~ 39.33%
B 144 of 445 ~ 32.36%

%28.31
%39.33
%32.36

CMYK color model

#7EAF90 color CMYK value is (28,0,18,31).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 17.71%
  • key color value is 31.37%
CMYK:
(28,0,18,31)
C28M0Y18K31 
(28%,0%,18%,31%)
(0.28/0.00/0.18/0.31)	

CMYK percentages

%28
%0
%17.71
%31.37

Codes

Color #7EAF90 in popluar color models

7EAF90
RGB126175144
HSL142°23.44%59.02%
HSB/HSV142°28.00%68.63%
CMYK28.00%0.00%17.71%
31.37%

Color #7EAF90 in popluar number systems.

HEX7EAF90
Decimal126175144
Binary11111101010111110010000
Octal176257220

Shades and tints

Shades of #7EAF90

#7EAF90
(126,175,144)
#73A083
(115,160,131)
#689176
(104,145,118)
#5D8269
(93,130,105)
#52735C
(82,115,92)
#47644F
(71,100,79)
#3C5542
(60,85,66)
#314635
(49,70,53)
#263728
(38,55,40)
#1B281B
(27,40,27)
#10190E
(16,25,14)
#000000
(0,0,0)

Tints of #7EAF90

#7EAF90
(126,175,144)
#89B69A
(137,182,154)
#94BDA4
(148,189,164)
#9FC4AE
(159,196,174)
#AACBB8
(170,203,184)
#B5D2C2
(181,210,194)
#C0D9CC
(192,217,204)
#CBE0D6
(203,224,214)
#D6E7E0
(214,231,224)
#E1EEEA
(225,238,234)
#ECF5F4
(236,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EAF90 color. Also use rgb(126,175,144) instead hex code.

Text Font Color

.myTextColor { color: #7EAF90; }

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

This text font color is #7EAF90.


Background Color

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

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

This div background color is #7EAF90.


Border color

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

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

This div border color is #7EAF90.


Opacity

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

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

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

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

This text has shadow with #7EAF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAF90 on black background.


Color preview on white background

This text has color #7EAF90 on white background.



Black color preview on #7EAF90 background

This text has black color on #7EAF90 background.


White color preview on #7EAF90 background

This text has white color on #7EAF90 background.