COLOR #7EA48C

HEX: #7EA48C
RGB: (126,164,140)

Color info

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

RGB color model

#7EA48C color RGB value is (126,164,140).

  • red value is 126;
  • green value is 164;
  • blue value is 140.
RGB:
(126,164,140)
(49%,64%,55%)

RGB channels and saturation

R 126 of 255 = 49%
G 164 of 255 = 64%
B 140 of 255 = 55%

126
164
140

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

Portions of RGB colors in percentages

R + G + B =
126 + 164 + 140 = 430 (100%)
R 126 of 430 ~ 29.3%
G 164 of 430 ~ 38.14%
B 140 of 430 ~ 32.56%

%29.3
%38.14
%32.56

CMYK color model

#7EA48C color CMYK value is (23,0,15,36).

  • cyan value is 23.17%
  • magenta value is 0.00%
  • yellow value is 14.63%
  • key color value is 35.69%
CMYK:
(23,0,15,36)
C23M0Y15K36 
(23%,0%,15%,36%)
(0.23/0.00/0.15/0.36)	

CMYK percentages

%23.17
%0
%14.63
%35.69

Codes

Color #7EA48C in popluar color models

7EA48C
RGB126164140
HSL142°17.27%56.86%
HSB/HSV142°23.17%64.31%
CMYK23.17%0.00%14.63%
35.69%

Color #7EA48C in popluar number systems.

HEX7EA48C
Decimal126164140
Binary11111101010010010001100
Octal176244214

Shades and tints

Shades of #7EA48C

#7EA48C
(126,164,140)
#739680
(115,150,128)
#688874
(104,136,116)
#5D7A68
(93,122,104)
#526C5C
(82,108,92)
#475E50
(71,94,80)
#3C5044
(60,80,68)
#314238
(49,66,56)
#26342C
(38,52,44)
#1B2620
(27,38,32)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #7EA48C

#7EA48C
(126,164,140)
#89AC96
(137,172,150)
#94B4A0
(148,180,160)
#9FBCAA
(159,188,170)
#AAC4B4
(170,196,180)
#B5CCBE
(181,204,190)
#C0D4C8
(192,212,200)
#CBDCD2
(203,220,210)
#D6E4DC
(214,228,220)
#E1ECE6
(225,236,230)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA48C color. Also use rgb(126,164,140) instead hex code.

Text Font Color

.myTextColor { color: #7EA48C; }

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

This text font color is #7EA48C.


Background Color

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

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

This div background color is #7EA48C.


Border color

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

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

This div border color is #7EA48C.


Opacity

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

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

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

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

This text has shadow with #7EA48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA48C on black background.


Color preview on white background

This text has color #7EA48C on white background.



Black color preview on #7EA48C background

This text has black color on #7EA48C background.


White color preview on #7EA48C background

This text has white color on #7EA48C background.