COLOR #7EA895

HEX: #7EA895
RGB: (126,168,149)

Color info

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

RGB color model

#7EA895 color RGB value is (126,168,149).

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

RGB channels and saturation

R 126 of 255 = 49%
G 168 of 255 = 66%
B 149 of 255 = 58%

126
168
149

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

Portions of RGB colors in percentages

R + G + B =
126 + 168 + 149 = 443 (100%)
R 126 of 443 ~ 28.44%
G 168 of 443 ~ 37.92%
B 149 of 443 ~ 33.63%

%28.44
%37.92
%33.63

CMYK color model

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

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 11.31%
  • key color value is 34.12%
CMYK:
(25,0,11,34)
C25M0Y11K34 
(25%,0%,11%,34%)
(0.25/0.00/0.11/0.34)	

CMYK percentages

%25
%0
%11.31
%34.12

Codes

Color #7EA895 in popluar color models

7EA895
RGB126168149
HSL153°19.44%57.65%
HSB/HSV153°25.00%65.88%
CMYK25.00%0.00%11.31%
34.12%

Color #7EA895 in popluar number systems.

HEX7EA895
Decimal126168149
Binary11111101010100010010101
Octal176250225

Shades and tints

Shades of #7EA895

#7EA895
(126,168,149)
#739988
(115,153,136)
#688A7B
(104,138,123)
#5D7B6E
(93,123,110)
#526C61
(82,108,97)
#475D54
(71,93,84)
#3C4E47
(60,78,71)
#313F3A
(49,63,58)
#26302D
(38,48,45)
#1B2120
(27,33,32)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #7EA895

#7EA895
(126,168,149)
#89AF9E
(137,175,158)
#94B6A7
(148,182,167)
#9FBDB0
(159,189,176)
#AAC4B9
(170,196,185)
#B5CBC2
(181,203,194)
#C0D2CB
(192,210,203)
#CBD9D4
(203,217,212)
#D6E0DD
(214,224,221)
#E1E7E6
(225,231,230)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA895; }

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

This text font color is #7EA895.


Background Color

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

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

This div background color is #7EA895.


Border color

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

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

This div border color is #7EA895.


Opacity

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

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

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

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

This text has shadow with #7EA895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA895 on black background.


Color preview on white background

This text has color #7EA895 on white background.



Black color preview on #7EA895 background

This text has black color on #7EA895 background.


White color preview on #7EA895 background

This text has white color on #7EA895 background.